[pygccxml-development] Phisical (re)design
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-04-17 12:33:53
|
Hi. As decided, development of pyplusplus is going to switch to SVN. Here is a proposed phisical design for the packages. Please comment it. The main goal of redesign is to use Python distutils package. pygccxml_dev/ | |----setup.py | |----docs/ | | |----apidocs/ | |----pygccxml/ | | |----declarations/ | | |----parser/ | | |----utils/ | |----unittests/ | | |----data/ pyplusplus_dev/ | |----environment.py #containes paths to boost and pygccxml | |----setup.py | |----docs/ | | |----apidocs/ | | |----examples/ | | |----tutorials/ | |----pyplusplus/ | | |----code_creators/ | | |----code_repository/ | | |----decl_wrappers/ | | |----file_writers/ | | |----gui/ | | |----_logging_/ | | |----module_builder/ | | |----module_creator/ | | |----scripts/ | | |----utils/ | |----unittests/ | | |----data/ | | |----generated/ | |----examples/ | | |----pyboost_dev/ | | | |----setup.py | | | |----pyboost/ | | | | |----date_time/ | | | | | |----generated/ | | | | |----.... | | |----pyeasybmp_dev/ | | | |----setup.py | | | |----environment.py | | | |----pyeasybmp/ | | | | |----generated/ | | |----custom_code_creator/ | | |----unittests/ | |----tutorials/ | | |----module_builder/ | | |----... What do you think? -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |