Metadata-Version: 2.1
Name: analysis-engine
Version: 0.0.2
Summary: Analysis for the UK Department for Transport's major projects portfolio
Home-page: https://github.com/banillie/analysis_engine
Author: Will Grant
Author-email: will.granty@yahoo.co.uk
License: UNKNOWN
Description: # analysis_engine 
        
        ## About analysis_engine :zap: :rocket: :factory:
        Software for portfolio management reporting and analysis in the Department for Transport, operated via command line 
        interface (CLI) prompts. 
        
        ## Directories and file paths
        The following directories need to be set up on your local machine. `analysis_engine` is able to handle different operating systems. 
        
        Create the following directories in your `My Documents` directory:
        
            analysis_engine
            analysis_engine/core_data
            analysis_engine/input
            analysis_engine/output
        
        
        ## Installing analysis_engine 
        To run analysis engine you need to have Python installed on your machine, and the analysis_engine package download from
        PyPI. 
        
        # Installing python if not already on your computer.
        Go to the Python website and download the latest Python 3.7 e.g. 3.7.7. 
        Note do not download 3.8 as that is not currently compatible with all the programmes in `analysis_engine`. 
        Select the relevant executable installer (Python website will recommend). 
        Note ensure the PATH box is ticked when running the installation. 
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
