Metadata-Version: 2.1
Name: moana
Version: 0.1.0
Summary: Moana: A Python Package.
Home-page: https://github.com/flo-compbio/moana
Author: Florian Wagner
Author-email: florian.wagner@nyu.edu
License: proprietary
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: scikit-learn (<1,>=0.19.1)
Requires-Dist: pandas (<1,>=0.21.1)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinx-argparse; extra == 'docs'
Requires-Dist: mock; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest (<4,>=3); extra == 'tests'
Requires-Dist: pytest-cov (<3,>=2.2.1); extra == 'tests'

Moana
=====

| |pypi| |versions| |license|

..
    ===========  =================================================
    **latest**   |travis-latest| |codecov-latest| |docs-latest|
    **develop**  |travis-develop| |codecov-develop| |docs-develop|
    ===========  =================================================

Moana is a Python package.


.. |pypi| image:: https://img.shields.io/pypi/v/moana.svg
    :target: https://pypi.python.org/pypi/moana
    :alt: PyPI version

.. |versions| image:: https://img.shields.io/pypi/pyversions/moana.svg
    :target: https://pypi.python.org/pypi/moana
    :alt: Python versions supported

.. |license| image:: https://img.shields.io/pypi/l/moana.svg
    :target: https://pypi.python.org/pypi/moana
    :alt: License

.. |travis-latest| image:: https://travis-ci.org/flo-compbio/moana.svg?branch=master
    :alt: Build Status (master branch)
    :target: https://travis-ci.org/flo-compbio/moana

.. |travis-develop| image:: https://travis-ci.org/flo-compbio/moana.svg?branch=develop
    :alt: Build Status (develop branch)
    :target: https://travis-ci.org/flo-compbio/moana

.. |codecov-latest| image:: https://codecov.io/github/flo-compbio/moana/coverage.svg?branch=master
    :alt: Coverage (master branch)
    :target: https://codecov.io/github/flo-compbio/moana?branch=master

.. |codecov-develop| image:: https://codecov.io/github/flo-compbio/moana/coverage.svg?branch=develop
    :alt: Coverage (develop branch)
    :target: https://codecov.io/github/flo-compbio/moana?branch=develop

.. |docs-latest| image:: https://readthedocs.io/projects/moana/badge/?version=latest
    :alt: Documentation Status (master branch)
    :target: https://moana.readthedocs.io/en/latest

.. |docs-develop| image:: https://readthedocs.io/projects/moana/badge/?version=develop
    :alt: Documentation Status (develop branch)
    :target: https://moana.readthedocs.io/en/develop

.. _gtdocs: https://moana.readthedocs.org/en/latest/


