Metadata-Version: 2.1
Name: pyisa
Version: 1.0
Summary: Basic project structure creation for Data Science Projects
Home-page: https://github.com/sagard21/pyisa
Author: Sagar Dawda
Author-email: sagard21@gmail.com
License: MIT License
Description: #####################################################
        **pyisa - Python Intent based Structuring Approach**
        #####################################################
        
        
        **About PYISA:**
        ----------------
        
        PYISA is a an intent based project structuring approach which classifies the intents in to 3 basic ISA Zones:
        1. Business Objectives
        2. Problem Formulation
        3. 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.
        
        
        **Current Work in Progress:**
        ------------------------------
        
        1. I'm in the process of creating zone tags for files and folders so that you can search for zone specific files within your project
        2. The existing testing is done on Linux environment
        
        
        **Future Agenda:**
        -------------------
        
        1. Enable adding of additional zones
        2. Make the project OS independent
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
