Metadata-Version: 2.1
Name: swmmtoolbox
Version: 3.4.1
Summary: The swmmtoolbox extracts data from the Storm Water Management Model 5 binary output file.
Home-page: http://timcera.bitbucket.io/swmmtoolbox/docs/index.html
Author: Tim Cera, P.E.
Author-email: tim@cerazone.net
License: BSD
Keywords: stormwater model water hydrology hydraulics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7.1
Provides-Extra: dev
License-File: LICENSE.txt
License-File: AUTHORS.rst

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

.. image:: https://coveralls.io/repos/timcera/swmmtoolbox/badge.png?branch=master
    :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

.. image:: http://img.shields.io/badge/license-BSD-lightgrey.svg
    :alt: BSD-3 clause license
    :target: https://pypi.python.org/pypi/swmmtoolbox/

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

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.6+.

The 'mando' library which should have been installed as a requirement.

The 'tstoolbox' library and command line tool which should have been installed
as a requirement.

The PANDAS library which normally comes installed as part of Python
distributions such as Anaconda, Enthought, or Pythonxy.

Installation
============
Should be easy as ``pip install swmmtoolbox`` OR ``easy_install swmmtoolbox``
depending on your choice of Python package managers.
