Metadata-Version: 2.4
Name: cellblender
Version: 0.1.0
Summary: Tools for selection of cell lines
Author: Amirhossein Sakhteman
Author-email: amirhossein.sakhteman@tume.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: matplotlib-venn
Requires-Dist: tqdm
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## 📦 PyPI
- For documentation refer to

https://alignment-tools.readthedocs.io/en/latest/cellblender.html

You can install this package via pip:

```bash
pip install cellblender
```

or first clone the package and then

```
pip install -e .


```
