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

..27-Oct-2017-

bin/H27-Oct-2017-7460

docs/H27-Oct-2017-2,2221,431

scripts/H27-Oct-2017-42

tests/H27-Oct-2017-286210

virtualenv_embedded/H27-Oct-2017-1,376999

virtualenv_support/H03-May-2022-10

MANIFEST.inH A D27-Oct-2017345 1312

PKG-INFOH A D27-Oct-20173.3 KiB8866

README.rstH A D27-Oct-20171.1 KiB3223

setup.cfgH A D27-Oct-201788 96

setup.pyH A D27-Oct-20173.9 KiB12495

site.pyH A D27-Oct-201727.1 KiB761627

virtualenv.pyH A D27-Oct-201796.8 KiB2,3301,939

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.python.org/pypi/virtualenv
8
9.. image:: https://img.shields.io/travis/pypa/virtualenv/develop.svg
10   :target: http://travis-ci.org/pypa/virtualenv
11
12* `Installation <https://virtualenv.pypa.io/en/latest/installation.html>`_
13* `Documentation <https://virtualenv.pypa.io/>`_
14* `Changelog <https://virtualenv.pypa.io/en/latest/changes.html>`_
15* `Issues <https://github.com/pypa/virtualenv/issues>`_
16* `PyPI <https://pypi.python.org/pypi/virtualenv/>`_
17* `Github <https://github.com/pypa/virtualenv>`_
18* `User mailing list <http://groups.google.com/group/python-virtualenv>`_
19* `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
20* User IRC: #pypa on Freenode.
21* Dev IRC: #pypa-dev on Freenode.
22
23
24Code of Conduct
25---------------
26
27Everyone interacting in the virtualenv project's codebases, issue trackers,
28chat rooms, and mailing lists is expected to follow the
29`PyPA Code of Conduct`_.
30
31.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
32