Metadata-Version: 2.1
Name: biolib
Version: 0.1.9
Summary: Package for common tasks in bioinformatics.
Home-page: http://pypi.python.org/pypi/biolib/
Author: Donovan Parks
Author-email: donovan.parks@gmail.com
License: GPL3
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy

# biolib

<b>[This library is in active development and not currently recommended for public use.]</b>

[![version status](https://img.shields.io/pypi/v/biolib.svg)](https://pypi.python.org/pypi/biolib)
[![Bioconda](https://img.shields.io/conda/vn/bioconda/biolib.svg?color=43b02a)](https://anaconda.org/bioconda/biolib)

Biolib is a python package for common tasks in bioinformatics.

## Announcements

* Ported to Python 3 starting with version 0.1.0

## Install

The simplest way to install this package is through pip:

```shell
python -m pip install biolib
```

## Cite

If you find this package useful, please cite this git repository https://github.com/dparks1134/biolib.

## Copyright

Copyright © 2015 Donovan Parks. See LICENSE for further details.


