Metadata-Version: 2.4
Name: variantlib
Version: 0.0.1.post1
Summary: A library to provide support for variants
Author-email: Jonathan Dekhtiar <jonathan@dekhtiar.com>, Michał Górny <mgorny@quansight.com>, Michael Sarahan <msarahan@nvidia.com>
Maintainer-email: Jonathan Dekhtiar <jonathan@dekhtiar.com>, Michał Górny <mgorny@quansight.com>, Michael Sarahan <msarahan@nvidia.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata; python_version < '3.10'
Requires-Dist: packaging>=25.0,<26.0
Requires-Dist: platformdirs>=4.3,<5.0
Requires-Dist: tomli; python_version < '3.11'
Requires-Dist: typing-extensions; python_version < '3.11'
Requires-Dist: tomlkit>=0.13,<0.14 ; extra == "cli"
Requires-Dist: tzlocal>=3.0,<6 ; extra == "cli"
Requires-Dist: urwid>=2.6.0,<3 ; extra == "cli"
Requires-Dist: check-manifest ; extra == "dev"
Requires-Dist: pre-commit>=4,<5 ; extra == "dev"
Requires-Dist: ruff>=0.10,<1.0 ; extra == "dev"
Requires-Dist: deepdiff>=8.0,<9.0 ; extra == "test"
Requires-Dist: hypothesis>=6.0.0,<7 ; extra == "test"
Requires-Dist: parameterized>=0.9.0,<0.10 ; extra == "test"
Requires-Dist: pytest>=8.0.0,<9.0.0 ; extra == "test"
Requires-Dist: pytest-cov>=5.0.0,<6.0.0 ; extra == "test"
Requires-Dist: pytest-dotenv>=0.5.0,<1.0.0 ; extra == "test"
Requires-Dist: pytest-env>=1.1.3,<2.0.0 ; extra == "test"
Requires-Dist: pytest-mock>=3.14.0,<4.0.0 ; extra == "test"
Requires-Dist: pytest-runner>=6.0.0,<7.0.0 ; extra == "test"
Requires-Dist: pytest-ordering>=0.6,<1.0.0 ; extra == "test"
Requires-Dist: virtualenv>=20.0.0,<21.0.0 ; extra == "test"
Requires-Dist: tomlkit>=0.13,<0.14 ; extra == "test"
Requires-Dist: uv>=0.7,<0.8 ; extra == "test"
Provides-Extra: cli
Provides-Extra: dev
Provides-Extra: test

<h1 style="text-align:center; font-size: 5em">VariantLib</h1>

<p align="center">
    <img width="256px" src="https://raw.githubusercontent.com/wheelnext/variantlib/main/assets/wheely_variantlib.png"/>
</p>

<p align="center">
  <a href="https://github.com/wheelnext/wheelnext/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/wheelnext/variantlib?style=for-the-badge">
  </a>
  <a href="https://discord.com/channels/803025117553754132/1279204588196597811">
      <img src="https://img.shields.io/badge/Discord_PyPA-WheelNext-blueviolet?style=for-the-badge" />
  </a>
  <a href="https://wheelnext.dev">
      <img src="https://img.shields.io/badge/WheelNext.dev-lightblue?style=for-the-badge" />
  </a>
</p>

<p align="center">
  <a href="https://deepwiki.com/wheelnext/variantlib">
      <img src="https://img.shields.io/badge/Deep_Wiki-VariantLib-lightblue?style=for-the-badge" />
  </a>
</p>

