Metadata-Version: 2.1
Name: helics
Version: 2.6.0.post0.dev0
Summary: Python HELICS bindings
Home-page: https://github.com/GMLC-TDC/pyhelics
Author: Dheepak Krishnamurthy
Author-email: me@kdheepak.com
License: MIT
Project-URL: Issue Tracker, https://github.com/GMLC-TDC/pyhelics/issues
Description: # PyHELICS
        
        ![CI](https://github.com/GMLC-TDC/pyhelics/workflows/CI/badge.svg)
        [![image](https://badges.gitter.im/GMLC-TDC/pyhelics.png)](https://gitter.im/GMLC-TDC/HELICS)
        [![image](https://img.shields.io/badge/docs-ready-blue.svg)](https://python.helics.org)
        [![codecov](https://codecov.io/gh/GMLC-TDC/pyhelics/branch/master/graph/badge.svg)](https://codecov.io/gh/GMLC-TDC/pyhelics)
        
        Python HELICS bindings
        
        ```bash
        pip install helics
        ```
        
        Documentation
        =============
        
        To use the project:
        
        ```python
        import helics as h
        h.helicsGetVersion()
        ```
        
Keywords: helics,co-simulation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Provides-Extra: tests
Provides-Extra: docs
