# pvenv: Easy python virtual environment management
[![build][build_badge]][build_url]
[![lint][lint_badge]][lint_url]
[![tests][tests_badge]][tests_url]
[![license][licence_badge]][licence_url]
[![codecov][codecov_badge]][codecov_url]
[![readthedocs][readthedocs_badge]][readthedocs_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 virtual environments in python.
Behind the scenes, it uses [uv] to create virtual environments extremely fast. Also, it is inspired from
[virtualenvwrapper] to move virtual environments outside the directory, and cd to the project directory
upon activation.
## Links
- [Documentation]
- [Changelog]
[build_badge]: https://github.com/spapanik/pvenv/actions/workflows/build.yml/badge.svg
[build_url]: https://github.com/spapanik/pvenv/actions/workflows/build.yml
[lint_badge]: https://github.com/spapanik/pvenv/actions/workflows/lint.yml/badge.svg
[lint_url]: https://github.com/spapanik/pvenv/actions/workflows/lint.yml
[tests_badge]: https://github.com/spapanik/pvenv/actions/workflows/tests.yml/badge.svg
[tests_url]: https://github.com/spapanik/pvenv/actions/workflows/tests.yml
[licence_badge]: https://img.shields.io/pypi/l/pvenv
[licence_url]: https://p-venv.readthedocs.io/en/stable/LICENSE/
[codecov_badge]: https://codecov.io/github/spapanik/pvenv/graph/badge.svg?token=Q20F84BW72
[codecov_url]: https://codecov.io/github/spapanik/pvenv
[readthedocs_badge]: https://readthedocs.org/projects/p-venv/badge/?version=latest
[readthedocs_url]: https://p-venv.readthedocs.io/en/latest/
[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
[uv]: https://docs.astral.sh/uv/
[virtualenvwrapper]: https://virtualenvwrapper.readthedocs.io/en/stable/
[Documentation]: https://p-venv.readthedocs.io/en/stable/
[Changelog]: https://p-venv.readthedocs.io/en/stable/CHANGELOG/
Raw data
{
"_id": null,
"home_page": "https://p-venv.readthedocs.io/en/stable/",
"name": "pvenv",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "venv",
"author": "Stephanos Kuma",
"author_email": "\"Stephanos Kuma\" <stephanos@kuma.ai>",
"download_url": "https://files.pythonhosted.org/packages/b7/f0/84e066cd22b964d73df38b081dcc9b0f4322e52df41d5718b767172ebc67/pvenv-3.2.2.tar.gz",
"platform": null,
"description": "# pvenv: Easy python virtual environment management\n\n[![build][build_badge]][build_url]\n[![lint][lint_badge]][lint_url]\n[![tests][tests_badge]][tests_url]\n[![license][licence_badge]][licence_url]\n[![codecov][codecov_badge]][codecov_url]\n[![readthedocs][readthedocs_badge]][readthedocs_url]\n[![pypi][pypi_badge]][pypi_url]\n[![downloads][pepy_badge]][pepy_url]\n[![code style: black][black_badge]][black_url]\n[![build automation: yam][yam_badge]][yam_url]\n[![Lint: ruff][ruff_badge]][ruff_url]\n\n`pvenv` provides an easy way to use virtual environments in python.\n\nBehind the scenes, it uses [uv] to create virtual environments extremely fast. Also, it is inspired from\n[virtualenvwrapper] to move virtual environments outside the directory, and cd to the project directory\nupon activation.\n\n## Links\n\n- [Documentation]\n- [Changelog]\n\n[build_badge]: https://github.com/spapanik/pvenv/actions/workflows/build.yml/badge.svg\n[build_url]: https://github.com/spapanik/pvenv/actions/workflows/build.yml\n[lint_badge]: https://github.com/spapanik/pvenv/actions/workflows/lint.yml/badge.svg\n[lint_url]: https://github.com/spapanik/pvenv/actions/workflows/lint.yml\n[tests_badge]: https://github.com/spapanik/pvenv/actions/workflows/tests.yml/badge.svg\n[tests_url]: https://github.com/spapanik/pvenv/actions/workflows/tests.yml\n[licence_badge]: https://img.shields.io/pypi/l/pvenv\n[licence_url]: https://p-venv.readthedocs.io/en/stable/LICENSE/\n[codecov_badge]: https://codecov.io/github/spapanik/pvenv/graph/badge.svg?token=Q20F84BW72\n[codecov_url]: https://codecov.io/github/spapanik/pvenv\n[readthedocs_badge]: https://readthedocs.org/projects/p-venv/badge/?version=latest\n[readthedocs_url]: https://p-venv.readthedocs.io/en/latest/\n[pypi_badge]: https://img.shields.io/pypi/v/pvenv\n[pypi_url]: https://pypi.org/project/pvenv\n[pepy_badge]: https://pepy.tech/badge/pvenv\n[pepy_url]: https://pepy.tech/project/pvenv\n[black_badge]: https://img.shields.io/badge/code%20style-black-000000.svg\n[black_url]: https://github.com/psf/black\n[yam_badge]: https://img.shields.io/badge/build%20automation-yamk-success\n[yam_url]: https://github.com/spapanik/yamk\n[ruff_badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json\n[ruff_url]: https://github.com/charliermarsh/ruff\n[uv]: https://docs.astral.sh/uv/\n[virtualenvwrapper]: https://virtualenvwrapper.readthedocs.io/en/stable/\n[Documentation]: https://p-venv.readthedocs.io/en/stable/\n[Changelog]: https://p-venv.readthedocs.io/en/stable/CHANGELOG/\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Easy python virtual environment management",
"version": "3.2.2",
"project_urls": {
"Documentation": "https://p-venv.readthedocs.io/en/stable/",
"Homepage": "https://p-venv.readthedocs.io/en/stable/",
"Repository": "https://github.com/spapanik/pvenv"
},
"split_keywords": [
"venv"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3ecddaa3f37b757f52881754658573ef77d9f91d7002a13156eda465933f20f0",
"md5": "2c528b88f58a7c6d4f63e5ee1a6352e9",
"sha256": "56cf6f7cc7c370040fd47aba23ee5bccd11480b612040f8db88b13f91879401e"
},
"downloads": -1,
"filename": "pvenv-3.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2c528b88f58a7c6d4f63e5ee1a6352e9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 11920,
"upload_time": "2025-01-14T11:15:48",
"upload_time_iso_8601": "2025-01-14T11:15:48.958285Z",
"url": "https://files.pythonhosted.org/packages/3e/cd/daa3f37b757f52881754658573ef77d9f91d7002a13156eda465933f20f0/pvenv-3.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7f084e066cd22b964d73df38b081dcc9b0f4322e52df41d5718b767172ebc67",
"md5": "87bcade7ba08b7d8c123accea1aa9464",
"sha256": "79788bea2c1904fdc595a1546dde3993a3191acfdf65b558f67dca2b8ba9c2e9"
},
"downloads": -1,
"filename": "pvenv-3.2.2.tar.gz",
"has_sig": false,
"md5_digest": "87bcade7ba08b7d8c123accea1aa9464",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8367,
"upload_time": "2025-01-14T11:15:50",
"upload_time_iso_8601": "2025-01-14T11:15:50.890201Z",
"url": "https://files.pythonhosted.org/packages/b7/f0/84e066cd22b964d73df38b081dcc9b0f4322e52df41d5718b767172ebc67/pvenv-3.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-14 11:15:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "spapanik",
"github_project": "pvenv",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pvenv"
}