Metadata-Version: 1.1
Name: EPANETTOOLS
Version: 0.4.0.1
Summary: EPANET 2.0  calls from python
Home-page: http://assela.pathirana.net/EPANET-Python
Author: Assela Pathirana
Author-email: assela@pathirana.net
License: GNU General Public License version 3
Description: Python interface for the popular urban drainage model EPANET 2.0 engine. 
        EPANET2 is realeased by United States Environmental Protection Agency to public domain. 
        This python package is copyrighted by Assela Pathirana and released under GNU General Public License version 3. 
        
        ==========
        README.txt
        ==========
        
        Epanet 2.0 Python calling interface
        
        What is it?
        -----------
        A python package enabling user to call all the `epanet programmers toolkit <http://www.epa.gov/nrmrl/wswrd/dw/epanet.html#toolkit>`_ functions within python scripts. 
        
        Installation
        ------------
        :Windows: 
        	Download the MS Windows installer and run to install. 
        :POSIX (e.g. Linux, OS-X):
            Download source archive (zip file), extract and run (as root) ::
        	
        	   [sudo] pip install epanettools
        	   
            or ::
        		
        	   [sudo] python setup.py install 
        
        Testing
        --------
        Run the scripts in the examples directory. 
        	   
        	   
        	
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
