Metadata-Version: 2.1
Name: idtrack
Version: 0.0.3
Summary: ID mapping between different times, databases, genome assemblies.
Home-page: https://github.com/theislab/idtrack
License: BSD-3-Clause
Author: Kemal Inecik
Author-email: k.inecik@gmail.com
Requires-Python: >=3.8,<4.0
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: PyMySQL (>=1.0.2,<2.0.0)
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: click (>=8.0.0)
Requires-Dist: h5py (>=3.7.0,<4.0.0)
Requires-Dist: networkx (>=2.8.5,<3.0.0)
Requires-Dist: numpy (>=1.23.1,<2.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=10.3.0)
Requires-Dist: tables (>=3.7.0,<4.0.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Project-URL: Documentation, https://idtrack.readthedocs.io
Project-URL: Repository, https://github.com/theislab/idtrack
Description-Content-Type: text/x-rst

**idtrack**
===========

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

.. |PyPI| image:: https://img.shields.io/pypi/v/idtrack.svg
   :target: https://pypi.org/project/idtrack/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/idtrack
   :target: https://pypi.org/project/idtrack
   :alt: Python Version
.. |License| image:: https://img.shields.io/github/license/theislab/idtrack
   :target: https://opensource.org/licenses/BSD-3-Clause
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/idtrack/latest.svg?label=Read%20the%20Docs
   :target: https://idtrack.readthedocs.io/
   :alt: Read the documentation at https://idtrack.readthedocs.io/
.. |Build| image:: https://github.com/theislab/idtrack/workflows/Build%20idtrack%20Package/badge.svg
   :target: https://github.com/theislab/idtrack/actions?workflow=Package
   :alt: Build Package Status
.. |Tests| image:: https://github.com/theislab/idtrack/workflows/Run%20idtrack%20Tests/badge.svg
   :target: https://github.com/theislab/idtrack/actions?workflow=Tests
   :alt: Run Tests Status
.. |Codecov| image:: https://codecov.io/gh/theislab/idtrack/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/theislab/idtrack
   :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/idtrack
   :target: https://pepy.tech/project/idtrack
   :alt: downloads

.. image:: https://raw.githubusercontent.com/theislab/idtrack/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://idtrack.readthedocs.io/en/latest/index.html

