Metadata-Version: 2.1
Name: swmmtoolbox
Version: 4.0.5
Summary: Command line script and Python library to read Storm Water Management Model binary output.
Author-email: Tim Cera <tim@cerazone.net>
License: BSD-3-Clause
Project-URL: documentation, https://timcera.bitbucket.io/swmmtoolbox/docs/index.html#swmmtoolbox-documentation
Project-URL: github, https://github.com/timcera/swmmtoolbox
Project-URL: bitbucket, https://bitbucket.org/timcera/swmmtoolbox/src/main/
Keywords: time-series,cli-app,swmm,stormwater,hydrograph,model,simulation,hydrology
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7.1
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE.txt

.. image:: https://github.com/timcera/swmmtoolbox/actions/workflows/python-package.yml/badge.svg
    :alt: Tests
    :target: https://github.com/timcera/swmmtoolbox/actions/workflows/python-package.yml
    :height: 20

.. image:: https://img.shields.io/coveralls/github/timcera/swmmtoolbox
    :alt: Test Coverage
    :target: https://coveralls.io/r/timcera/swmmtoolbox?branch=master
    :height: 20

.. image:: https://img.shields.io/pypi/v/swmmtoolbox.svg
    :alt: Latest release
    :target: https://pypi.python.org/pypi/swmmtoolbox/
    :height: 20

.. image:: https://img.shields.io/pypi/l/swmmtoolbox.svg
    :alt: BSD-3 clause license
    :target: https://pypi.python.org/pypi/swmmtoolbox/
    :height: 20

.. image:: https://img.shields.io/pypi/dd/swmmtoolbox.svg
    :alt: swmmtoolbox downloads
    :target: https://pypi.python.org/pypi/swmmtoolbox/
    :height: 20

.. image:: https://img.shields.io/pypi/pyversions/swmmtoolbox
    :alt: PyPI - Python Version
    :target: https://pypi.org/project/swmmtoolbox/
    :height: 20

swmmtoolbox - Overview
----------------------
The swmmtoolbox is a Python script to read the Storm Water Management Model
(SWMM) version 5 binary output files.

Requirements
============
Python - of course, version 3.7+.

Installation
============
The swmmtoolbox is available on PyPI and can be installed with pip::

    pip install swmmtoolbox
