Metadata-Version: 2.0
Name: anndata
Version: 0.5.4
Summary: An annotated data matrix.
Home-page: http://github.com/theislab/anndata
Author: Philipp Angerer, Alex Wolf
Author-email: alex.wolf@helmholtz-muenchen.de
License: BSD-3-Clause
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: pandas (>=0.21.0)
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: natsort

|Docs| |PyPI| |Build Status| |Coverage|

.. |Docs| image:: https://readthedocs.org/projects/anndata/badge/?version=latest
   :target: https://anndata.readthedocs.io
.. |PyPI| image:: https://badge.fury.io/py/anndata.svg
   :target: https://pypi.python.org/pypi/anndata
.. |Build Status| image:: https://travis-ci.org/theislab/anndata.svg?branch=master
   :target: https://travis-ci.org/theislab/anndata
.. |Coverage| image:: https://codecov.io/gh/theislab/anndata/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/theislab/anndata

anndata - Annotated Data
========================

Install from `PyPI <https://pypi.python.org/pypi/anndata/>`__ via ``pip install anndata``.

Read the `documentation <https://anndata.readthedocs.io>`_.


