Metadata-Version: 2.4
Name: peepypoo-tikz
Version: 1.0.0
Summary: Extension for PeePyPoo for rendering process diagrams
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: peepypoo
Dynamic: license-file

# PeePyPoo-TikZ

Extension for PeePyPoo for displaying diagrams using [TikZ](https://tikz.net/).

Requires [PeePyPoo](https://datinfo.gitlab.io/PeePyPoo) and only adds functionality for directly showing diagrams.
It is not intended to load this directly, rather load it as optional dependency of peepypoo, e.g. using
```
pip install peepypoo[tikz]
```

Please check out PeePyPoo itself: 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/)


## License

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