Metadata-Version: 2.0
Name: helperlibs
Version: 0.1.9
Summary: A collection of bioinformatics-related helper functions
Home-page: https://github.com/kblin/bioinf-helperlibs/wiki
Author: Kai Blin
Author-email: kblin@biosustain.dtu.dk
License: GPL
Description-Content-Type: UNKNOWN
Keywords: bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: BioPython (>=1.62)
Provides-Extra: testing
Requires-Dist: minimock; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cover; extra == 'testing'

Helperlibs README
=================

|Build Status|

| This library is a collection of Bioinformatics-related helper
  functions
| that I have created in the course of writing bioinformatics tools.

| If I find that I want to reuse a bit of code in multiple projects, the
  code
| usually ends up in this helper library

Quickstart
----------

| The quickest way to get started using the helperlibs is to dump the
  helperlibs
| folder in the top level directory for your project.

| Of course you can also install it in your Python path, by using
| ``pip install helperlibs`` for the latest stable release or
| ``pip install git+git://github.com/kblin/bioinf-helperlibs.git`` for
  the lastest
| code from git.

.. |Build Status| image:: http://github.drone.secondarymetabolites.org/api/badges/kblin/bioinf-helperlibs/status.svg
   :target: http://github.drone.secondarymetabolites.org/kblin/bioinf-helperlibs


