Metadata-Version: 2.4
Name: TRITON-SWMM_toolkit
Version: 0.1.0
Summary: Tools for running and processing TRITON-SWMM models.
Author-email: Daniel Lassiter <daniel.lassiter@outlook.com>
Maintainer-email: Daniel Lassiter <daniel.lassiter@outlook.com>
License: MIT
Project-URL: bugs, https://github.com/lassiterdc/TRITON_SWMM_toolkit/issues
Project-URL: changelog, https://github.com/lassiterdc/TRITON_SWMM_toolkit/blob/master/changelog.md
Project-URL: homepage, https://github.com/lassiterdc/TRITON_SWMM_toolkit
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Dynamic: license-file

# TRITON-SWMM Toolkit

![PyPI version](https://img.shields.io/pypi/v/TRITON-SWMM_toolkit.svg)
[![Documentation Status](https://readthedocs.org/projects/TRITON-SWMM_toolkit/badge/?version=latest)](https://TRITON-SWMM_toolkit.readthedocs.io/en/latest/?version=latest)

Tools for running and processing TRITON-SWMM models.

* PyPI package: https://pypi.org/project/TRITON-SWMM_toolkit/
* Free software: MIT License
* Documentation: https://TRITON-SWMM_toolkit.readthedocs.io.

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
