Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pypa/virtualenv
Virtual Python Environment builder
https://github.com/pypa/virtualenv
cython hacktoberfest jython library pypa pypy pypy3 python virtualenv
Last synced: 3 days ago
JSON representation
Virtual Python Environment builder
- Host: GitHub
- URL: https://github.com/pypa/virtualenv
- Owner: pypa
- License: mit
- Created: 2011-03-06T14:33:27.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T00:28:40.000Z (17 days ago)
- Last Synced: 2024-11-25T08:08:32.535Z (17 days ago)
- Topics: cython, hacktoberfest, jython, library, pypa, pypy, pypy3, python, virtualenv
- Language: Python
- Homepage: https://virtualenv.pypa.io
- Size: 156 MB
- Stars: 4,832
- Watchers: 169
- Forks: 1,030
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-nu - virtualenv
- awesome-python-resources - GitHub - 6% open · ⏱️ 21.08.2022): (环境管理)
- awesome-starred - virtualenv - Virtual Python Environment builder (Python)
- best-of-python-dev - GitHub - 1% open · ⏱️ 24.05.2024): (Virtual Environments)
- awesome-engineering - Virtualenv
- awesome-engineering - Virtualenv
README
# virtualenv
[![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)](http://virtualenv.pypa.io)
[![Discord](https://img.shields.io/discord/803025117553754132)](https://discord.gg/pypa)
[![Downloads](https://static.pepy.tech/badge/virtualenv/month)](https://pepy.tech/project/virtualenv)
[![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
[![check](https://github.com/pypa/virtualenv/actions/workflows/check.yaml/badge.svg)](https://github.com/pypa/virtualenv/actions/workflows/check.yaml)A tool for creating isolated `virtual` python environments.
- [Installation](https://virtualenv.pypa.io/en/latest/installation.html)
- [Documentation](https://virtualenv.pypa.io)
- [Changelog](https://virtualenv.pypa.io/en/latest/changelog.html)
- [Issues](https://github.com/pypa/virtualenv/issues)
- [PyPI](https://pypi.org/project/virtualenv)
- [Github](https://github.com/pypa/virtualenv)## Code of Conduct
Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to
follow the [PSF Code of Conduct](https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md).