Metadata-Version: 1.1
Name: kPAL
Version: 2.0.0
Summary: k-mer analysis toolkit and programming library.
Home-page: https://git.lumc.nl/j.f.j.laros/k-mer
Author: LUMC, Jeroen F.J. Laros, Martijn Vermaat
Author-email: J.F.J.Laros@lumc.nl
License: MIT License
Description: kPAL (*k*-mer profile analysis library)
        =======================================
        
        kPAL is an analysis toolkit and Python programming library for *k*-mer
        profiles.
        
        
        Easy installation
        -----------------
        
        To install the latest release via PyPI using pip::
        
            pip install kPAL
        
        See the documentation for more detailed `installation instructions
        <http://kpal.readthedocs.org/en/latest/install.html>`_.
        
        
        Documentation
        -------------
        
        The `kPAL documentation <http://kpal.readthedocs.org/>`_ with user guide and
        API reference is hosted at Read The Docs.
        
        
        Copyright
        ---------
        
        kPAL is licensed under the MIT License, see the LICENSE.rst file for
        details. See the AUTHORS.rst file for a list of authors.
        
        
        .. _Sphinx: http://sphinx-doc.org/
        
Keywords: bioinformatics
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
