Metadata-Version: 2.1
Name: adcircpy
Version: 0.9.4
Summary: Python package for working with ADCIRC input and output files.
Home-page: https://github.com/jreniel/adcircpy.git
Author: Jaime R Calzada
Author-email: jreniel@gmail.com
License: GPL
Description: # AdcircPy
        
        
        #### Installation notes:
        
        Please use a virtual environment with Python3.7. You may use conda or the OS's Python to provide a virtual environment for the application.
        
        <strike>You may install the application though pip:</strike>
        <strike>
        ```bash
        pip install adcircpy
        ```
        </strike>
        
        Alternatively, you many manually install the repo by cloning it and then running
        ```bash
        pip install -e .
        ```
        
Platform: UNKNOWN
Requires-Python: ==3.7
Description-Content-Type: text/markdown
