You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
Though there are plenty of open source Python solutions that expose gflags-like global option declaration, it looks like there's no solution for shared library/extension dependencies that leverage libgflags proper.
For fun a week ago I implemented a proof of concept in cython that solves this, but we have an internal solution that uses boost::python that is more well-tested and complete that I'd like to open source instead.
It's common to use py wrapped cpp libraries that use gflags.
Build a bridge to expose any gflags defined in this way theough argparse, and preferably the options interfaces as well
The text was updated successfully, but these errors were encountered: