Metadata-Version: 2.1
Name: crunchflow
Version: 1.0.3
Summary: Python toolbox for working with the CrunchFlow reactive transport model
Home-page: https://github.com/zperzan/python-crunchflow
Author: Zach Perzan
Author-email: zperzan@stanford.edu
License: GPL
Description: # crunchflow
        
        The Python crunchflow package is a toolbox for working with the CrunchFlow reactive transport model. It can be particularly useful for analyzing and plotting CrunchFlow model output.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install crunchflow.
        
        ```bash
        pip install crunchflow
        ```
        
        ## Usage
        Full documentation can be found [here](https://readthedocs.org/projects/python-crunchflow/)
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [GPL](https://choosealicense.com/licenses/gpl-3.0/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
