• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H03-Sep-2019-3626

docs/H03-May-2022-2,2961,513

tasks/H03-Sep-2019-254189

tests/H03-Sep-2019-2,0461,561

virtualenv_embedded/H03-Sep-2019-1,5071,122

virtualenv_support/H03-May-2022-10

.gitattributesH A D03-Sep-201920 21

.gitignoreH A D03-Sep-2019158 2217

.pre-commit-config.yamlH A D03-Sep-20191.2 KiB4443

CONTRIBUTING.rstH A D03-Sep-2019905 2618

MANIFEST.inH A D03-Sep-2019502 2319

README.rstH A D03-Sep-20191.8 KiB4234

azure-pipelines.ymlH A D03-Sep-20191.8 KiB6459

pyproject.tomlH A D03-Sep-20191.2 KiB5242

readthedocs.ymlH A D03-Sep-2019109 98

setup.cfgH A D03-Sep-20192.2 KiB8271

setup.pyH A D03-Sep-2019525 1711

tox.iniH A D03-Sep-20194.2 KiB128112

virtualenv.pyH A D03-Sep-2019103.7 KiB2,6332,096

README.rst

1virtualenv
2==========
3
4A tool for creating isolated 'virtual' python environments.
5
6.. image:: https://img.shields.io/pypi/v/virtualenv.svg
7  :target: https://pypi.org/project/virtualenv
8  :alt: Latest version on PyPi
9.. image:: https://img.shields.io/pypi/pyversions/virtualenv.svg
10  :target: https://pypi.org/project/virtualenv/
11  :alt: Supported Python versions
12.. image:: https://dev.azure.com/pypa/virtualenv/_apis/build/status/pypa.virtualenv?branchName=master
13  :target: https://dev.azure.com/pypa/virtualenv/_build/latest?definitionId=11&branchName=master
14  :alt: Azure Pipelines build status
15.. image:: https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square
16  :target: https://virtualenv.readthedocs.io/en/latest/?badge=latest
17  :alt: Documentation status
18.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
19  :target: https://github.com/ambv/black
20  :alt: Code style: black
21
22* `Installation <https://virtualenv.pypa.io/en/latest/installation.html>`_
23* `Documentation <https://virtualenv.pypa.io/>`_
24* `Changelog <https://virtualenv.pypa.io/en/latest/changes.html>`_
25* `Issues <https://github.com/pypa/virtualenv/issues>`_
26* `PyPI <https://pypi.org/project/virtualenv/>`_
27* `Github <https://github.com/pypa/virtualenv>`_
28* `User mailing list <http://groups.google.com/group/python-virtualenv>`_
29* `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
30* User IRC: `#pypa on Freenode <https://webchat.freenode.net/?channels=%23pypa>`_
31* Dev IRC: `#pypa-dev on Freenode <https://webchat.freenode.net/?channels=%23pypa-dev>`_
32
33
34Code of Conduct
35---------------
36
37Everyone interacting in the virtualenv project's codebases, issue trackers,
38chat rooms, and mailing lists is expected to follow the
39`PyPA Code of Conduct`_.
40
41.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
42