Metadata-Version: 2.1
Name: serto
Version: 0.0.0.dev1
Summary: A Python package for optimizing SWMM models for infastructure design, operational control, and emergency response applications
Author: See AUTHORS
Author-email: Caleb Buahin <buahin.caleb@epa.gov>, Anne Mikelonis <mikelonis.anne@epa.gov>
Maintainer-email: Caleb Buahin <buahin.caleb@epa.gov>, Anne Mikelonis <mikelonis.anne@epa.gov>
License: MIT License
        
        Copyright (c) 2024 U.S. Environmental Protection Agency
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: SWMM,optimization,water,stormwater,modeling
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pandas>=2.2.2
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: pyswmm>=2.0.1
Requires-Dist: mpi4py>=3.1.6
Requires-Dist: shapely>=2.0.5
Requires-Dist: fiona>=1.9.6
Requires-Dist: pyproj>=3.6.1
Requires-Dist: geopandas>=1.0.1
Requires-Dist: matplotlib>=3.9.1
Requires-Dist: plotly>=5.23.0
Requires-Dist: numpy>=1.23.0
Requires-Dist: chama>=0.3.0
Requires-Dist: getmac>=0.9.5


SERTO
-------------------------------------------------------------------------------------------
[![Build Status](https://github.com/USEPA/SERTP/actions/workflows/build_test.yml/badge.svg?branch=master)](https://github.com/USEPA/SERTO/actions/workflows/build_test.yml)
[![Documentation](https://github.com/USEPA/SERTP/actions/workflows/documentation.yml/badge.svg?branch=master)](https://github.com/USEPA/SERTO/actions/workflows/documentation.yml)
[![License](https://img.shields.io/pypi/l/serto.svg)](LICENSE)
[![Latest Version](https://img.shields.io/pypi/v/serto.svg)](https://pypi.python.org/pypi/serto/)
[![Monthly Downloads](https://img.shields.io/badge/dynamic/json.svg?label=Downloads&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Fserto%2Frecent&query=%24.data.last_month&colorB=green&suffix=%20last%20month)](https://pypi.python.org/pypi/serto/)


<img src="docs/images/serto_logo.png" alt="SORT Logo" style="float: left;" width="80"> The Stormwater Emergency 
Response Tool & Optimizer (SERTO) is a python package that provides a set of tools around the EPA SWMM model for 
optimizing infrastructure sizing and placement, operation, and for emergency response applications in stormwater systems.


## Installation


```bash
pip install serto
```

## Usage

```python
import serto
```

## 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
[MIT](https://choosealicense.com/licenses/mit/)

## Acknowledgements

## References
