pyisa - Python Intent based Structuring Approach
PYISA is a a basic intent based project structuring approach which classifies the intents in to 3 basic ISA Zones:
- Business Objectives
- Problem Formulation
- Solution Designing
This classification approach is build to ensure that all the important aspects of the project structuring are covered.
Being a beta version of the project, the number of zones are fixed and pre-defined. However in the future versions, a feature to add zones will be incorporated.
- Creating zone tags for files and folders so to enable zone specific search within your project
- The existing testing is done on Linux environment
- Enable adding of additional zones
- Make the project OS independent
pip install pyisa
Run this command on Linux command prompt:
pyisa_build --project_path=/absolute/path --project_name=name --tree=True