{"id":20784149,"url":"https://github.com/tox-dev/pyvenvmanage","last_synced_at":"2026-04-03T00:03:29.832Z","repository":{"id":142828578,"uuid":"537731238","full_name":"tox-dev/PyVenvManage","owner":"tox-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-25T15:00:15.000Z","size":547,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-02T03:46:27.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tox-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"tidelift":"pypi/tox"}},"created_at":"2022-09-17T07:21:47.000Z","updated_at":"2025-09-25T15:00:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c50ecdf3-2f29-41a8-9b3f-234a8f1cbccb","html_url":"https://github.com/tox-dev/PyVenvManage","commit_stats":null,"previous_names":["tox-dev/pyvenvmanage"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/tox-dev/PyVenvManage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2FPyVenvManage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2FPyVenvManage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2FPyVenvManage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2FPyVenvManage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tox-dev","download_url":"https://codeload.github.com/tox-dev/PyVenvManage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2FPyVenvManage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017492,"owners_count":26086083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T14:26:31.556Z","updated_at":"2026-04-03T00:03:29.822Z","avatar_url":"https://github.com/tox-dev.png","language":"Kotlin","readme":"# PyVenvManage\n\n[![Build](https://github.com/tox-dev/PyVenvManage/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/PyVenvManage/actions/workflows/check.yaml)\n[![Version](https://img.shields.io/jetbrains/plugin/v/20536)](https://plugins.jetbrains.com/plugin/20536/versions)\n[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/20536)](https://plugins.jetbrains.com/plugin/20536)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/20536)](https://plugins.jetbrains.com/plugin/20536)\n\n## Introduction\n\n\u003c!-- Plugin description --\u003e\n\n**PyVenvManage** simplifies Python virtual environment management in JetBrains IDEs.\n\nManaging multiple Python interpreters across different virtual environments (for testing against various Python versions\nwith tools like `tox` or `nox`) traditionally requires navigating through multiple dialogs in PyCharm or other JetBrains\nIDEs. PyVenvManage streamlines this by enabling quick interpreter selection directly from the project view with just a\nright-click.\n\n## Features\n\n- **Quick interpreter switching**: Right-click any virtual environment folder to set it as your project or module\n  interpreter instantly\n- **Smart environment detection**: Automatically detects environment types (UV, Conda, Poetry, Hatch, Pipenv,\n  virtualenv) and sets appropriate metadata and icons\n- **Dynamic icons**: Tree view and context menus display environment-specific icons (UV, Conda, Poetry, Hatch, Pipenv)\n  based on detection\n- **Visual identification**: Virtual environment folders display with customizable decoration (e.g.,\n  `.venv [3.11.5 - CPython]`) in the project view\n- **Customizable decorations**: Configure which fields to show (Python version, implementation, system site-packages,\n  creator tool), their order, and the format via Settings\n- **Multi-IDE support**: Works with PyCharm (Community and Professional), IntelliJ IDEA, GoLand, CLion, and RustRover\n- **Smart association**: In-project virtual environments are associated with the current project; external environments\n  (Poetry cache, Hatch cache, Pipenv virtualenvs) remain global\n- **Cached version display**: Python version information is cached for performance and automatically refreshed when\n  `pyvenv.cfg` files change\n\n\u003c!-- Plugin description end --\u003e\n\n## Supported IDEs\n\nVersion 2026.1 or later of:\n\n- PyCharm (Community and Professional)\n- IntelliJ IDEA (Community and Ultimate)\n- GoLand\n- CLion\n- RustRover\n\n**Note**: Version 2.2.x supports PyCharm 2025.1 and earlier.\n\n## Install\n\nIn your JetBrains IDE, open **Settings** -\u003e **Plugins**, search for \"PyVenv Manage\", and click **Install**.\n\nThe official plugin page is at https://plugins.jetbrains.com/plugin/20536-pyvenv-manage-2\n\n## Usage\n\n![usage video](anim.gif?raw=true)\n\n1. Create or navigate to a Python virtual environment folder in your project\n1. Right-click the virtual environment folder (e.g., `venv`, `.venv`, or any folder with a `pyvenv.cfg`)\n1. Select **Set as Project Interpreter** or **Set as Module Interpreter**\n1. The interpreter is configured instantly with a confirmation notification\n\n## Settings\n\nOpen **Settings** -\u003e **PyVenv Manage** to customize the virtual environment decoration display:\n\n- **Prefix/Suffix**: Characters surrounding the decoration (default: ` [` and `]`)\n- **Separator**: Text between fields (default: `-`)\n- **Fields**: Enable, disable, and reorder which information to display:\n  - Python version (e.g., `3.14.2`)\n  - Python implementation (e.g., `CPython`)\n  - System site-packages indicator (`SYSTEM`)\n  - Virtual environment creator (e.g., `uv@0.9.21`)\n\nA live preview updates as you modify settings.\n\n## License\n\nThis project is licensed under the BSD-3-Clause license - see the\n[LICENSE](https://github.com/pyvenvmanage/PyVenvManage/blob/main/LICENSE).\n","funding_links":["https://tidelift.com/funding/github/pypi/tox"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftox-dev%2Fpyvenvmanage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftox-dev%2Fpyvenvmanage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftox-dev%2Fpyvenvmanage/lists"}