Metadata-Version: 2.0
Name: io-helper
Version: 0.2.2
Summary: Read/Write inputs/outputs from/to the MIP
Home-page: https://github.com/LREN-CHUV/python-base-docker-images
Author: Mirco Nasuti
Author-email: mirco.nasuti@chuv.ch
License: Apache 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pandas (>=0.20.3)
Requires-Dist: psycopg2 (>=2.7.3.1)
Requires-Dist: sqlalchemy (>=1.1.14)
Provides-Extra: test
Requires-Dist: nose; extra == 'test'
Requires-Dist: unittest; extra == 'test'

IO\_Helper
==========

This is a Python library used in the hbpmip/python-mip Docker image in
order to ease developers job. It provides functions to read and write
data from/to the MIP.

For more details, please have a look at
`python-mip <https://github.com/LREN-CHUV/python-base-docker-images/blob/master/python-mip/README.md>`__.


