Metadata-Version: 2.1
Name: flowws-analysis
Version: 0.2.0
Summary: Stage-based scientific workflows for system analysis
Home-page: UNKNOWN
Author: Matthew Spellings
Author-email: matthew.p.spellings@gmail.com
License: MIT
Description: 
        ## Introduction
        
        `flowws-analysis` is an in-development set of modules to create reusable
        analysis pipelines for scientific simulations.
        
        `flowws-analysis` is being developed in conjunction with
        [flowws](https://github.com/klarh/flowws).
        
        ## Installation
        
        Install `flowws-analysis` from PyPI:
        
        ```
        pip install flowws-analysis
        ```
        
        Alternatively, install from source:
        
        ```
        pip install git+https://github.com/klarh/flowws-analysis.git#egg=flowws-analysis
        ```
        
        ## Documentation
        
        Browse more detailed documentation
        [online](https://flowws-analysis.readthedocs.io) or build the sphinx
        documentation from source:
        
        ```
        git clone https://github.com/klarh/flowws-analysis
        cd flowws-analysis/doc
        pip install -r requirements.txt
        make html
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: gtar
Provides-Extra: notebook
Provides-Extra: plato
Provides-Extra: pyriodic
Provides-Extra: qt
