Metadata-Version: 2.0
Name: io-helper
Version: 0.2.5
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>`__.

How to update it
----------------

1) Update the library code, update the version number in the
   **setup.cfg** file and optionally the **.md** version of the README
2) Run the **build.sh** script in order to generate the **.rst** version
   of the README and build the library
3) Commit and push your changes and run the **publish.sh** script in
   order to publish the new release on PyPI


