Metadata-Version: 2.4
Name: peepypoo
Version: 1.0.1
Summary: Python Library for simulation of wastewater treatment systems
Author-email: Florian Wenk <florian.wenk@eawag.ch>, Andreas Froemelt <andreas.froemelt@eawag.ch>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://gitlab.com/datinfo/PeePyPoo
Project-URL: Documentation, https://datinfo.gitlab.io/PeePyPoo
Project-URL: Repository, https://gitlab.com/datinfo/PeePyPoo
Project-URL: Tracker, https://gitlab.com/datinfo/PeePyPoo/issues
Keywords: Wastewater,Wastewater treatment plant,WTTP,Water resource recovery facility,WRRF,Activated Sludge,ASM
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: juliapkg~=0.1.22
Requires-Dist: juliacall~=0.9.31
Provides-Extra: tikz
Requires-Dist: peepypoo-tikz; extra == "tikz"
Dynamic: license-file

# PeePyPoo

PeePyPoo is a Python library for the simulation of wastewater treatment systems.

Please note that this package is still under development, any contributions are highly appreciated, 
see below how to contribute.

The documentation is hosted on: https://datinfo.gitlab.io/PeePyPoo

## Authors

This package has been created at [Eawag](https://www.eawag.ch) by:

- [Florian Wenk](https://www.eawag.ch/de/ueber-uns/portraet/organisation/mitarbeitende/profile/florian-wenk/show/)
- [Andreas Frömelt](https://www.eawag.ch/de/ueber-uns/portraet/organisation/mitarbeitende/profile/andreas-froemelt/show/)

## Contributing

Pull requests are welcome in general. Further, everyone adding a new system is highly encouraged to provide it using 
a pull request for adding it to the model library.

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

[GPLv3.0](https://choosealicense.com/licenses/gpl-3.0/)
