Metadata-Version: 2.1
Name: pertpy
Version: 0.2.0
Summary: Perturbation Analysis in the Scanpy ecosystem.
Home-page: https://github.com/theislab/pertpy
License: MIT
Author: Lukas Heumos
Author-email: lukas.heumos@posteo.net
Requires-Python: >=3.8.0,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: click (>=7.0.0)
Requires-Dist: ipywidgets (>=7.6.5)
Requires-Dist: muon (>=0.1.2)
Requires-Dist: plotnine (>=0.8.0,<0.9.0)
Requires-Dist: pypi-latest (>=0.1.1)
Requires-Dist: requests (>=2.27.1)
Requires-Dist: rich (>=10.11.0)
Requires-Dist: scanpy (>=1.8.1)
Requires-Dist: scikit-misc (>=0.1.4,<0.2.0)
Requires-Dist: switchlang (>=0.1.0,<0.2.0)
Project-URL: Documentation, https://pertpy.readthedocs.io
Project-URL: Repository, https://github.com/theislab/pertpy
Description-Content-Type: text/markdown

[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Build](https://github.com/theislab/pertpy/workflows/Build%20pertpy%20Package/badge.svg)](https://github.com/theislab/pertpy/actions?workflow=Package)
[![Codecov](https://codecov.io/gh/theislab/pertpy/branch/master/graph/badge.svg)](https://codecov.io/gh/theislab/pertpy)
[![License](https://img.shields.io/github/license/theislab/pertpy)](https://opensource.org/licenses/Apache2.0)
[![PyPI](https://img.shields.io/pypi/v/pertpy.svg)](https://pypi.org/project/pertpy/)
[![Python Version](https://img.shields.io/pypi/pyversions/pertpy)](https://pypi.org/project/pertpy)
[![Read the Docs](https://img.shields.io/readthedocs/pertpy/latest.svg?label=Read%20the%20Docs)](https://pertpy.readthedocs.io/)
[![Test](https://github.com/theislab/pertpy/workflows/Run%20pertpy%20Tests/badge.svg)](https://github.com/theislab/pertpy/actions?workflow=Tests)
[![PyPI](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

# pertpy

## Features

-   Differential cell type perturbation analysis with Augurpy

## Installation

You can install _pertpy_ via [pip] from [PyPI]:

```console
$ pip install pertpy
```

## Usage

Please see [Usage] for details.

## Credits

This package was created with [cookietemple] using [Cookiecutter] based on [Hypermodern_Python_Cookiecutter].

[cookiecutter]: https://github.com/audreyr/cookiecutter
[cookietemple]: https://cookietemple.com
[hypermodern_python_cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[pip]: https://pip.pypa.io/
[pypi]: https://pypi.org/
[usage]: https://pertpy.readthedocs.io/en/latest/usage.html

