Metadata-Version: 2.1
Name: adcircpy
Version: 1.0.0
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.6. You may use conda or the OS's Python to provide a virtual environment for the application.
        This is usually developed using the latest Python, but it should work with Python version >=3.6.
        
        You may install the application though pip. This will install the latest tagged version.
        ```bash
        pip install adcircpy
        ```
        
        
        Alternatively, you many manually install the repo by cloning it and then running
        ```bash
        pip install .
        ```
        
        See the examples directory for usage examples.
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
