Metadata-Version: 2.1
Name: swmm-toolkit
Version: 0.9.0
Summary: OWA SWMM Python Toolkit
Home-page: https://github.com/OpenWaterAnalytics/swmm-python
Author: See AUTHORS
Maintainer-email: bemcdonnell@gmail.com
License: CC0
Description: # swmm-toolkit
        
        `swmm-toolkit` contains SWIG generated Python wrappers for the swmm-solver and swmm-output libraries. 
        
        
        ## Build Status
        
        ![Build Wheels](https://github.com/SWMM-Project/swmm-python/workflows/Build%20Wheels/badge.svg)
        
        
        ## Installation
        
        [![version](https://img.shields.io/pypi/v/swmm-toolkit.svg?maxAge=3600)](https://pypi.org/project/swmm-toolkit/) [![Downloads](https://pepy.tech/badge/swmm-toolkit)](https://pepy.tech/project/swmm-toolkit)
        
          ``pip install swmm-toolkit``
        
        
        ## Features
        
        `swmm-toolkit` makes SWMM a fully fledged Python extension with:  
         - Compatibility with USEPA SWMM
         - Python integration at the speed of C
         - Full access to library APIs
         - Pythonic naming, enums, exceptions, and return value handling 
         
         
        ## Basic Usage
        
        Run a SWMM simulation. 
        ```
        from swmm.toolkit import solver
        
        solver.run('input_file.inp', 'report_file.rpt', 'output_file.out')
        ```
        
Keywords: swmm5,swmm,stormwater,hydraulics,hydrology
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: C
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
