Metadata-Version: 2.1
Name: swmm-pandas
Version: 0.1.0
Summary: SWMM binary outputfile reader and API
Home-page: https://github.com/OpenWaterAnalytics/swmm-python
Author: See README.md
Maintainer-email: ckaros@outlook.com
License: CC BY 4.0
Keywords: swmm5,swmm,stormwater,hydraulics,hydrology,
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md

![image](docs/_static/swmm-pandas.svg)

## A pandorable interface for SWMM files

[![image](https://img.shields.io/pypi/v/swmm-pandas.svg)](https://pypi.python.org/pypi/swmm-pandas)


## What and Why?

swmm-pandas is a high level api for interacting with swmm files via pandas dataframes. The ambition of this project is to create concise interfaces for the SWMM input, report and output files.

### Status
* __ouput__: under development
* __input__: not implemented
* __report__: not implemented




## Installation 

`pip install swmm-pandas`

## Contributors

[![Constantine Karos](https://avatars1.githubusercontent.com/u/36245370?s=70)](https://github.com/karosc) | [![Jenn Wu](https://avatars.githubusercontent.com/u/28812156?s=70)](https://github.com/jennwu) |
--- | --- |
[Constantine Karos](https://github.com/karosc) |[Jenn Wu](https://github.com/jennwu) |


## License

[CC BY 4.0](./LICENSE.md)

