Metadata-Version: 2.3
Name: environment-helpers
Version: 0.2.2
Summary: Collection of helpers for managing Python environments
Author-email: Filipe Laíns <lains@riseup.net>
Requires-Python: >= 3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: build >= 0.5.0
Requires-Dist: installer >= 0.5.0
Requires-Dist: furo >= 2023.08.17 ; extra == "docs"
Requires-Dist: sphinx ~= 7.0 ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints >= 1.10 ; extra == "docs"
Requires-Dist: pytest >= 7 ; extra == "test"
Requires-Dist: pytest-cov >= 5 ; extra == "test"
Requires-Dist: pytest-mock >= 2 ; extra == "test"
Requires-Dist: podman >= 5 ; extra == "test"
Project-URL: changelog, https://environment-helpers.readthedocs.io/en/stable/changelog.html
Project-URL: homepage, https://github.com/FFY00/environment-helpers
Provides-Extra: docs
Provides-Extra: test

# environment-helpers

[![CI test](https://github.com/FFY00/environment-helpers/actions/workflows/test.yml/badge.svg)](https://github.com/FFY00/environment-helpers/actions/workflows/test.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/FFY00/environment-helpers/main.svg)](https://results.pre-commit.ci/latest/github/FFY00/environment-helpers/main)
[![codecov](https://codecov.io/gh/FFY00/environment-helpers/graph/badge.svg)](https://codecov.io/gh/FFY00/environment-helpers)

[![Documentation Status](https://readthedocs.org/projects/environment-helpers/badge/?version=latest)](https://environment-helpers.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/environment-helpers.svg)](https://pypi.org/project/environment-helpers/)

Collection of helpers for managing Python environments.

