Metadata-Version: 2.3
Name: pvenv
Version: 2.0.0
Summary: Easy python virtual environment management
Home-page: https://p-venv.readthedocs.io/en/stable/
License: BSD-3-Clause
Keywords: venv
Author: Stephanos Kuma
Author-email: "Stephanos Kuma" <stephanos@kuma.ai>
Requires-Python: ~=3.11
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
Requires-Dist: dj-settings (~=5.0)
Project-URL: Documentation, https://p-venv.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/spapanik/pvenv
Description-Content-Type: text/markdown

# pvenv: Easy python virtual environment management

[![tests][test_badge]][test_url]
[![license][licence_badge]][licence_url]
[![pypi][pypi_badge]][pypi_url]
[![downloads][pepy_badge]][pepy_url]
[![code style: black][black_badge]][black_url]
[![build automation: yam][yam_badge]][yam_url]
[![Lint: ruff][ruff_badge]][ruff_url]

`pvenv` provides an easy way to use venvs in python.

## Links

-   [Documentation]
-   [Changelog]

[test_badge]: https://github.com/spapanik/pvenv/actions/workflows/tests.yml/badge.svg
[test_url]: https://github.com/spapanik/pvenv/actions/workflows/tests.yml
[licence_badge]: https://img.shields.io/pypi/l/pvenv
[licence_url]: https://github.com/spapanik/pvenv/blob/main/docs/LICENSE.md
[pypi_badge]: https://img.shields.io/pypi/v/pvenv
[pypi_url]: https://pypi.org/project/pvenv
[pepy_badge]: https://pepy.tech/badge/pvenv
[pepy_url]: https://pepy.tech/project/pvenv
[black_badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black_url]: https://github.com/psf/black
[yam_badge]: https://img.shields.io/badge/build%20automation-yamk-success
[yam_url]: https://github.com/spapanik/yamk
[ruff_badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json
[ruff_url]: https://github.com/charliermarsh/ruff
[Documentation]: https://p-venv.readthedocs.io/en/stable/
[Changelog]: https://github.com/spapanik/pvenv/blob/main/docs/CHANGELOG.md
