Metadata-Version: 2.1
Name: monet
Version: 0.2.0
Summary: Monet: An open-source Python package for analyzing and integrating single-cell RNA-Seq data using PCA-based latent spaces.
Home-page: https://github.com/flo-compbio/monet
Author: Florian Wagner
Author-email: florian.wagner@uchicago.edu
License: 3-clause BSD
Description: Monet
        =====
        
        | |pypi| |versions| |license|
        
        ..
            ===========  =================================================
            **latest**   |travis-latest| |codecov-latest| |docs-latest|
            **develop**  |travis-develop| |codecov-develop| |docs-develop|
            ===========  =================================================
        
        An open-source Python package for analyzing and integrating scRNA-Seq data using PCA-based latent spaces.
        
        
        .. |pypi| image:: https://img.shields.io/pypi/v/monet.svg
            :target: https://pypi.python.org/pypi/monet
            :alt: PyPI version
        
        .. |versions| image:: https://img.shields.io/pypi/pyversions/monet.svg
            :target: https://pypi.python.org/pypi/monet
            :alt: Python versions supported
        
        .. |license| image:: https://img.shields.io/pypi/l/monet.svg
            :target: https://pypi.python.org/pypi/monet
            :alt: License
        
        .. |travis-latest| image:: https://travis-ci.org/flo-compbio/monet.svg?branch=master
            :alt: Build Status (master branch)
            :target: https://travis-ci.org/flo-compbio/monet
        
        .. |travis-develop| image:: https://travis-ci.org/flo-compbio/monet.svg?branch=develop
            :alt: Build Status (develop branch)
            :target: https://travis-ci.org/flo-compbio/monet
        
        .. |codecov-latest| image:: https://codecov.io/github/flo-compbio/monet/coverage.svg?branch=master
            :alt: Coverage (master branch)
            :target: https://codecov.io/github/flo-compbio/monet?branch=master
        
        .. |codecov-develop| image:: https://codecov.io/github/flo-compbio/monet/coverage.svg?branch=develop
            :alt: Coverage (develop branch)
            :target: https://codecov.io/github/flo-compbio/monet?branch=develop
        
        .. |docs-latest| image:: https://readthedocs.io/projects/monet/badge/?version=latest
            :alt: Documentation Status (master branch)
            :target: https://monet.readthedocs.io/en/latest
        
        .. |docs-develop| image:: https://readthedocs.io/projects/monet/badge/?version=develop
            :alt: Documentation Status (develop branch)
            :target: https://monet.readthedocs.io/en/develop
        
        .. _gtdocs: https://monet.readthedocs.org/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: docs
Provides-Extra: tests
