Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

gflags support #93

Open
fmoo opened this issue Sep 6, 2014 · 1 comment
Open

gflags support #93

fmoo opened this issue Sep 6, 2014 · 1 comment

Comments

@fmoo
Copy link
Contributor

fmoo commented Sep 6, 2014

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

@fmoo
Copy link
Contributor Author

fmoo commented Sep 22, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant