Metadata-Version: 2.1
Name: mip-helper
Version: 0.7.4
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
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
Provides-Extra: test
Requires-Dist: psycopg2-binary (==2.7.4)
Requires-Dist: sqlalchemy (==1.2.5)
Requires-Dist: numpy (==1.14.2)
Requires-Dist: pandas (==0.22.0)
Requires-Dist: raven (==6.7.0)
Provides-Extra: test
Requires-Dist: unittest; extra == 'test'
Requires-Dist: nose; extra == 'test'

MIP\_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
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


