Metadata-Version: 2.1
Name: sctram
Version: 0.0.1
Summary: Single Cell Trajectory Representation Metrics
Home-page: https://github.com/theislab/sctram
License: BSD-3-Clause
Author: Kemal Inecik
Author-email: k.inecik@gmail.com
Requires-Python: >=3.9,<3.13
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: PyYAML (>=5.2)
Requires-Dist: networkx (>=2.4)
Requires-Dist: numpy (>=1.17.4)
Requires-Dist: pandas (>=0.25.3)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: tqdm (>=4.37.0)
Project-URL: Documentation, https://sctram.readthedocs.io
Project-URL: Repository, https://github.com/theislab/sctram
Description-Content-Type: text/x-rst

**scTRAM**
===========

|PyPI| |PyPIDownloads| |Python Version| |License| |Read the Docs| |Build| |Tests| |Codecov| |pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/sctram.svg
   :target: https://pypi.org/project/sctram/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/sctram
   :target: https://pypi.org/project/sctram
   :alt: Python Version
.. |License| image:: https://img.shields.io/github/license/theislab/sctram
   :target: https://opensource.org/licenses/BSD-3-Clause
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/sctram/latest.svg?label=Read%20the%20Docs
   :target: https://sctram.readthedocs.io/
   :alt: Read the documentation at https://sctram.readthedocs.io/
.. |Build| image:: https://github.com/theislab/sctram/workflows/Build%20sctram%20Package/badge.svg
   :target: https://github.com/theislab/sctram/actions?workflow=Package
   :alt: Build Package Status
.. |Tests| image:: https://github.com/theislab/sctram/workflows/Run%20sctram%20Tests/badge.svg
   :target: https://github.com/theislab/sctram/actions?workflow=Tests
   :alt: Run Tests Status
.. |Codecov| image:: https://codecov.io/gh/theislab/sctram/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/theislab/sctram
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black
.. |PyPIDownloads| image:: https://pepy.tech/badge/sctram
   :target: https://pepy.tech/project/sctram
   :alt: downloads

.. image:: https://raw.githubusercontent.com/theislab/sctram/development/docs/_logo/logo.png
    :width: 350
    :alt: Logo


Key Features
------------

* TODO
* TODO

Usage
-----

Please see the `Documentation <Documentation_>`_ for details.

.. _PyPI: https://pypi.org/
.. _pip: https://pip.pypa.io/
.. _Documentation: https://sctram.readthedocs.io/en/latest/index.html

