Metadata-Version: 2.1
Name: idtrack
Version: 0.0.1
Summary: Biological ID matching between different times and/or databases.
Home-page: https://github.com/theislab/idtrack
License: BSD
Author: Kemal Inecik
Author-email: k.inecik@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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)
Project-URL: Documentation, https://idtrack.readthedocs.io
Project-URL: Repository, https://github.com/theislab/idtrack
Description-Content-Type: text/x-rst

idtrack
===========================

|PyPI| |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
   :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


Features
--------

* TODO


Installation
------------

You can install *idtrack* via pip_ from PyPI_:

.. code:: console

   $ pip install idtrack


Usage
-----

Please see the `Command-line Reference <Usage_>`_ for details.


Credits
-------

This package was created with cookietemple_ using Cookiecutter_ based on Hypermodern_Python_Cookiecutter_.

.. _cookietemple: https://cookietemple.com
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _PyPI: https://pypi.org/
.. _Hypermodern_Python_Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _pip: https://pip.pypa.io/
.. _Usage: https://idtrack.readthedocs.io/en/latest/usage.html

