Metadata-Version: 2.1
Name: dmbiolib
Version: 0.4.3
Summary: Library of Python functions used in other projects
Home-page: https://github.com/damienmarsic/dmbiolib
Author: Damien Marsic
Author-email: damien.marsic@aliyun.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# dmbiolib

Library of Python functions for bioinformatics

Install from Bioconda:
````
conda install -c bioconda dmbiolib
````
Install from PyPI:
````
pip install dmbiolib
````
Full documentation: https://dmbiolib.readthedocs.io/

GitHub issues (bug reports, feature requests): https://github.com/damienmarsic/dmbiolib/issues/new/choose

[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/dmbiolib/README.html)

[![dmbiolib documentation](https://img.shields.io/badge/dmbiolib-Documentation-yellow)](https://dmbiolib.readthedocs.io/)


