Metadata-Version: 2.1
Name: sparcl
Version: 0.1.0
Summary: Relational Contrastive Learning for Spatial Transcriptomics
License: BSD-3-Clause
Author: Lequn Wang
Author-email: wanglequn2019@sibcb.ac.cn
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides-Extra: docs
Provides-Extra: tutorials
Requires-Dist: anndata (>=0.7.5)
Requires-Dist: h5py (>=2.9.0)
Requires-Dist: ipython (>=7.20); (python_version >= "3.7") and (extra == "docs")
Requires-Dist: leidenalg; extra == "tutorials"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: numpy (>=1.17.0)
Requires-Dist: pandas (>=1.0)
Requires-Dist: pydata-sphinx-theme (>=0.4.3); extra == "docs"
Requires-Dist: pyscenic (==0.11.1)
Requires-Dist: python-igraph; extra == "tutorials"
Requires-Dist: scanpy (>=1.6)
Requires-Dist: scanpydoc (>=0.5); extra == "docs"
Requires-Dist: scikit-learn (>=0.21.2)
Requires-Dist: scikit-misc (>=0.1.3); extra == "tutorials"
Requires-Dist: sphinx (>=3.4); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx_copybutton (<=0.3.1); extra == "docs"
Requires-Dist: torch (>=1.7.0)
Requires-Dist: tqdm (>=4.56.0)
Requires-Dist: typing_extensions; python_version < "3.8"
Description-Content-Type: text/markdown

# SpaRCL

SpaRCL (Relational Contrastive Learning for Spatial Transcriptomics) is a python package for spatial transcriptomics analysis.

Please visit [SpaRCL documentation website](https://sparcl.readthedocs.io/) for details about installation, tutorials, API and references.

