zhuj / estimation-tools

Techniques and Tools which could help you to estimate a scope of work
MIT License
6 stars 2 forks source link

Modularization & Build #4

Open zhuj opened 7 years ago

zhuj commented 7 years ago

It's required to ship the solution as a single python-compatible file (i.e., .py or .egg). At the same time it's desired to have well-structured separate modules (themes, xml, estimation, nodes, freemind, ...) - it'll make the code be easy.

TBD: look for and use a build system which provide necessary result.

zhuj commented 7 years ago

Python.setup has been merged