Metadata-Version: 2.4
Name: mapkgsutils
Version: 0.0.4
Summary: Utils shared by several mapping set generation tools for biomedical databases
Keywords: snekpack,cookiecutter
Author: Javier Millan Acosta
Author-email: Javier Millan Acosta <javier.millanacosta@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pytest
Classifier: Framework :: Sphinx
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Dist: more-itertools
Requires-Dist: tqdm
Requires-Dist: click
Requires-Dist: more-click
Requires-Dist: typing-extensions
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml
Requires-Dist: sssom==0.4.21
Requires-Dist: sssom-schema==1.1.0a5
Requires-Dist: curies>=0.7.0
Requires-Dist: polars>=0.20.0
Requires-Dist: polars-runtime-32
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: httpx>=0.24.0
Maintainer: Javier Millan Acosta
Maintainer-email: Javier Millan Acosta <javier.millanacosta@gmail.com>
Requires-Python: >=3.10
Project-URL: Bug Tracker, https://github.com//mapkgsutils/issues
Project-URL: Homepage, https://github.com//mapkgsutils
Project-URL: Repository, https://github.com//mapkgsutils.git
Project-URL: Documentation, https://mapkgsutils.readthedocs.io
Project-URL: Funding, https://github.com/sponsors/jmillanacosta
Description-Content-Type: text/markdown

<!--
<p align="center">
  <img src="https://github.com//mapkgsutils/raw/main/docs/source/logo.png" height="150">
</p>
-->

<h1 align="center">
  MaPkgsUtilS
</h1>

<p align="center">
    <a href="https://github.com//mapkgsutils/actions/workflows/tests.yml">
        <img alt="Tests" src="https://github.com//mapkgsutils/actions/workflows/tests.yml/badge.svg" /></a>
    <a href="https://pypi.org/project/mapkgsutils">
        <img alt="PyPI" src="https://img.shields.io/pypi/v/mapkgsutils" /></a>
    <a href="https://pypi.org/project/mapkgsutils">
        <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/mapkgsutils" /></a>
    <a href="https://github.com//mapkgsutils/blob/main/LICENSE">
        <img alt="PyPI - License" src="https://img.shields.io/pypi/l/mapkgsutils" /></a>
    <a href='https://mapkgsutils.readthedocs.io/en/latest/?badge=latest'>
        <img src='https://readthedocs.org/projects/mapkgsutils/badge/?version=latest' alt='Documentation Status' /></a>
    <a href="https://codecov.io/gh//mapkgsutils/branch/main">
        <img src="https://codecov.io/gh//mapkgsutils/branch/main/graph/badge.svg" alt="Codecov status" /></a>  
    <a href="https://github.com/cthoyt/cookiecutter-python-package">
        <img alt="Cookiecutter template from @cthoyt" src="https://img.shields.io/badge/Cookiecutter-snekpack-blue" /></a>
    <a href="https://github.com/astral-sh/ruff">
        <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;"></a>
    <a href="https://github.com//mapkgsutils/blob/main/.github/CODE_OF_CONDUCT.md">
        <img src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg" alt="Contributor Covenant"/></a>
    <!-- uncomment if you archive on zenodo
    <a href="https://doi.org/10.5281/zenodo.XXXXXX">
        <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.XXXXXX.svg" alt="DOI"></a>
    -->
</p>

Utils shared by several mapping set generation tools for biomedical databases.

## 🚀 Installation

<!-- Uncomment this section after your first ``just finish``
The most recent release can be installed from
[PyPI](https://pypi.org/project/mapkgsutils/) with uv:

```console
$ uv pip install mapkgsutils
```

or with pip:

```console
$ python3 -m pip install mapkgsutils
```
-->

The most recent code and data can be installed directly from GitHub with uv:

```console
$ uv pip install git+https://github.com//mapkgsutils.git
```

or with pip:

```console
$ python3 -m pip install git+https://github.com//mapkgsutils.git
```
