Metadata-Version: 1.1
Name: pyras
Version: 0.2.1
Summary: Python Wrapper of HEC RAS COM interface
Home-page: https://github.com/goanpeca/raspy
Author: Gonzalo Peña-Castellanos
Author-email: goanpeca@gmail.com
License: MIT
Description: .. image:: https://pypip.in/version/PyRAS/badge.svg
           :target: https://pypi.python.org/pypi/PyRAS/
           :alt: Latest PyPI version
        
        .. image:: https://pypip.in/download/PyRAS/badge.svg
           :target: https://pypi.python.org/pypi/PyRAS/
           :alt: Number of PyPI downloads
        
        .. image:: https://pypip.in/py_versions/PyRAS/badge.svg
           :target: https://pypi.python.org/pypi/PyRAS/
           :alt: Supported python version
           
        .. image:: https://pypip.in/license/PyRAS/badge.svg
        
           
        PyRAS - Python for River AnalysiS
        =================================
        
        Description
        -----------
        
        A Python suite for working with river models. 
        
        Goals
        -----
        Offer an abstraction layer for the definition of river models and tools to call controller
        of different hydraulic models.
        
        **Models supported (Partial support soon to be completed):**
        
        * **HEC-RAS**: Wrapper for the COM interface of the HEC-RAS controller. (windows only)
        
        
        **Coming soon:**
        
        * **HEC-RAS API**: High level parser API of HEC-RAS input files. (Cross platform)
        
        Requirements
        ------------
        
        This package depends on pywin32 for accessing the HECRASController interface.
        
        Additionally, you need to have a working version of HEC-RAS installed. 
        Current support includes version 4.1.0 and 5.0.0.
        
        
        Installation
        ------------
        PyRAS is currently under development until it reaches a minimum stable version. 
        	
        License
        -------
        
        MIT License. Copyright 2015 - Gonzalo Peña-Castellanos
        
        
        Status
        ------
        This is a project under development and is currently in beta testing.
        
        Although the project should be compatible with python versions 2.6, 2.7, 3.1,
        3.2, 3.3 and 3.4, the project will only provide testing for 2.7, 3.3 and 3.4
        
        .. _project webpage: http://sourceforge.net/projects/pywin32/files/
        
Keywords: HEC-RAS HEC RAS controller windows
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Widget Sets
