Metadata-Version: 2.4
Name: U_2ls
Version: 0.1.0
Summary: This project serves to provide basic tools to make manual selections on interactive UMAPs and draw gradients using plotly and ipywidgets
Author-email: Robin Van Everbroeck <robin_ve@hotmail.com>
Maintainer-email: Robin Van Everbroeck <robin_ve@hotmail.com>
License: MIT
Project-URL: bugs, https://github.com/rveverbr-private/U_2ls/issues
Project-URL: changelog, https://github.com/rveverbr-private/U_2ls/blob/master/changelog.md
Project-URL: homepage, https://github.com/rveverbr-private/U_2ls
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: seaborn
Requires-Dist: scanpy
Requires-Dist: shapely
Requires-Dist: alphashape
Requires-Dist: plotly
Requires-Dist: ipywidgets
Requires-Dist: ipython
Requires-Dist: anywidget
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Dynamic: license-file

# U_2ls

## Installation

We recommend installing the package inside a conda environment.

```bash
conda create -n U_2ls python=3.11
conda activate U_2ls
pip install git+https://github.com/<your-username>/<your-repo>.git
```



![PyPI version](https://img.shields.io/pypi/v/U_2ls.svg)
[![Documentation Status](https://readthedocs.org/projects/U_2ls/badge/?version=latest)](https://U_2ls.readthedocs.io/en/latest/?version=latest)

This project serves to provide basic tools to make manual selections on interactive UMAPs and draw gradients using plotly and ipywidgets

* PyPI package: https://pypi.org/project/U_2ls/
* Free software: MIT License
* Documentation: https://U_2ls.readthedocs.io.

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
