Metadata-Version: 2.1
Name: bento-tools
Version: 1.0.0
Summary: A toolkit for subcellular analysis of spatial transcriptomics data
License: MIT
Author: Clarence Mah
Author-email: ckmah@ucsd.edu
Requires-Python: >=3.8,<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
Provides-Extra: docs
Provides-Extra: torch
Requires-Dist: Shapely (>=1.7.1,<2.0.0)
Requires-Dist: Sphinx (>=4.1.2,<5.0.0); extra == "docs"
Requires-Dist: UpSetPlot (>=0.6.0,<0.7.0)
Requires-Dist: anndata (>=0.7.6,<0.8.0)
Requires-Dist: astropy (>=4.3.post1,<5.0)
Requires-Dist: cell2cell (>=0.5.10,<0.6.0)
Requires-Dist: dask-geopandas (>=0.1.0-alpha.4,<0.2.0)
Requires-Dist: geopandas (>=0.9.0,<0.10.0)
Requires-Dist: ipywidgets (>=7.6.3,<8.0.0)
Requires-Dist: leidenalg (>=0.8.7,<0.9.0)
Requires-Dist: matplotlib (>=3.2,<4.0)
Requires-Dist: matplotlib-scalebar (>=0.8.1,<0.9.0)
Requires-Dist: myst-nb (>=0.15.0,<0.16.0); extra == "docs"
Requires-Dist: numpy (>=1.19.0,<2.0.0)
Requires-Dist: pandas (<=1.2.5)
Requires-Dist: pygeos (>=0.10.1,<0.11.0)
Requires-Dist: scanpy (>=1.8.1,<2.0.0)
Requires-Dist: scipy (>=1.7.0,<2.0.0)
Requires-Dist: seaborn (>=0.11.0,<0.12.0)
Requires-Dist: sphinx-autobuild (>=2021.3.14,<2022.0.0); extra == "docs"
Requires-Dist: sphinx-book-theme (>=0.3.2,<0.4.0); extra == "docs"
Requires-Dist: statsmodels (==0.12.2)
Requires-Dist: torch (>=1.9.0,<2.0.0); extra == "torch"
Requires-Dist: tqdm (>=4.61.2,<5.0.0)
Requires-Dist: umap-learn (>=0.5.1,<0.6.0)
Requires-Dist: xgboost (>=1.4.0,<1.5)
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/bento-tools.svg)](https://badge.fury.io/py/bento-tools)
[![codecov](https://codecov.io/gh/ckmah/bento-tools/branch/master/graph/badge.svg?token=XVHDKNDCDT)](https://codecov.io/gh/ckmah/bento-tools)
[![Documentation Status](https://readthedocs.org/projects/bento-tools/badge/?version=latest)](https://bento-tools.readthedocs.io/en/latest/?badge=latest)

# Bento
Bento is a toolkit for ingesting, visualizing, and analyzing spatial transcriptomics data at subcellular resolution. 

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install bento.

```bash
pip install bento-tools
```

## Usage

```python
import bento
# Todo
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)

