Metadata-Version: 2.1
Name: helperlibs
Version: 0.1.10
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: Helperlibs README
        =================
        
        [![Build Status](http://github.drone.secondarymetabolites.org/api/badges/kblin/bioinf-helperlibs/status.svg)](http://github.drone.secondarymetabolites.org/kblin/bioinf-helperlibs)
        
        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.
        
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
Description-Content-Type: text/markdown
Provides-Extra: testing
