CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
129 stars 44 forks source link

install: Expose test + docs requirements, encourage use of virtualenv #119

Closed EricCousineau-TRI closed 3 years ago

EricCousineau-TRI commented 3 years ago

For extras_require: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies Saw this when looking at trimesh: https://github.com/mikedh/trimesh/blob/4cacbffcd9bd1a637bf05b638bc3376464e3577b/setup.py

For PEP8 imports: https://www.python.org/dev/peps/pep-0008/#imports

EricCousineau-TRI commented 3 years ago

Install:

Docs:

EricCousineau-TRI commented 3 years ago

Thanks! I rebased - I think it'll work?

iMichka commented 3 years ago

Thanks @EricCousineau-TRI !