Metadata-Version: 2.1
Name: anndata
Version: 0.8.0
Summary: Annotated data.
Author: Philipp Angerer, Alex Wolf, Isaac Virshup, Sergei Rybakov
Maintainer-email: Isaac Virshup <ivirshup@gmail.com>, Philipp Angerer <philipp.angerer@helmholtz-muenchen.de>, Alex Wolf <f.alex.wolf@gmx.de>
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: BSD License
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: pandas>=1.1.1
Requires-Dist: numpy>=1.16.5
Requires-Dist: scipy>1.4
Requires-Dist: h5py>=3
Requires-Dist: natsort
Requires-Dist: packaging>=20
Requires-Dist: importlib_metadata>=0.7; python_version < '3.8'
Requires-Dist: typing_extensions; python_version < '3.8'
Requires-Dist: setuptools_scm ; extra == "dev"
Requires-Dist: black>=20.8b1 ; extra == "dev"
Requires-Dist: docutils ; extra == "dev"
Requires-Dist: sphinx>=4.1,<4.2 ; extra == "doc"
Requires-Dist: sphinx-rtd-theme ; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints>=1.11.0 ; extra == "doc"
Requires-Dist: sphinx_issues ; extra == "doc"
Requires-Dist: nbsphinx ; extra == "doc"
Requires-Dist: scanpydoc>=0.7.3 ; extra == "doc"
Requires-Dist: typing_extensions ; extra == "doc" and ( python_version < '3.8')
Requires-Dist: zarr ; extra == "doc"
Requires-Dist: loompy>=3.0.5 ; extra == "test"
Requires-Dist: pytest>=6.0 ; extra == "test"
Requires-Dist: pytest-cov>=2.10 ; extra == "test"
Requires-Dist: zarr ; extra == "test"
Requires-Dist: matplotlib ; extra == "test"
Requires-Dist: sklearn ; extra == "test"
Requires-Dist: openpyxl ; extra == "test"
Requires-Dist: joblib ; extra == "test"
Requires-Dist: boltons ; extra == "test"
Requires-Dist: scanpy ; extra == "test"
Requires-Dist: dask[array] ; extra == "test"
Project-URL: Documentation, https://anndata.readthedocs.io/
Project-URL: Home-page, https://github.com/theislab/anndata
Project-URL: Source, https://github.com/theislab/anndata
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

|Stars| |PyPI| |PyPIDownloadsTotal| |PyPIDownloadsMonth| |Conda| |Docs| |Build Status| |Coverage|

.. |Stars| image:: https://img.shields.io/github/stars/theislab/anndata?logo=GitHub&color=yellow
   :target: https://github.com/theislab/anndata/stargazers
.. |PyPI| image:: https://img.shields.io/pypi/v/anndata.svg
   :target: https://pypi.org/project/anndata
.. |PyPIDownloadsTotal| image:: https://pepy.tech/badge/anndata
   :target: https://pepy.tech/project/anndata
.. |PyPIDownloadsMonth| image:: https://img.shields.io/pypi/dm/scanpy?logo=PyPI&color=blue
   :target: https://pypi.org/project/anndata
.. |Conda| image:: https://img.shields.io/conda/vn/conda-forge/anndata.svg
   :target: https://anaconda.org/conda-forge/anndata
.. |Docs| image:: https://readthedocs.com/projects/icb-anndata/badge/?version=latest
   :target: https://anndata.readthedocs.io
.. |Build Status| image:: https://dev.azure.com/theislab/anndata/_apis/build/status/theislab.anndata?branchName=master
   :target: https://dev.azure.com/theislab/anndata/_build
.. |Coverage| image:: https://codecov.io/gh/theislab/anndata/branch/master/graph/badge.svg?token=IN1mJN1Wi8
   :target: https://codecov.io/gh/theislab/anndata


anndata - Annotated data
========================

anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad range of computationally efficient features including, among others, sparse data support, lazy operations, and a PyTorch interface.

* Read the `documentation <https://anndata.readthedocs.io>`_.
* Ask questions on the `scverse Discourse <https://discourse.scverse.org>`_.
* Install via ``pip install anndata`` or ``conda install anndata -c conda-forge``.

.. would be nice to have the schema also on GitHub, but it’s much too wide there, hence need to duplicate description
.. GitHub doesn’t plan to resolve scaling images: https://github.com/github/markup/issues/295

