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

..03-May-2022-

__virtualenv__/H15-Mar-2021-32,46725,020

docs/H15-Mar-2021-2,3211,526

tests/H15-Mar-2021-2,0631,575

virtualenv/H15-Mar-2021-7,6545,914

virtualenv-20.0.31.dist-info/H03-May-2022-241225

README_MOZILLAH A D15-Mar-2021480 117

__main__.pyH A D15-Mar-20215.7 KiB169122

distributions.jsonH A D15-Mar-20215 KiB8383

modules.jsonH A D15-Mar-202135.1 KiB341341

virtualenv.pyH A D15-Mar-20212 KiB5631

README_MOZILLA

1The contents of this directory are extracted from virtualenv.pyz as downloaded
2from https://bootstrap.pypa.io/virtualenv.pyz.
3
4The virtualenv.py script is a wrapper that should be preserved and allows to
5use the extracted virtualenv.pyz as-is.
6
7It is not vendored via `mach vendor` because that would require a larger wrapper
8script that handles the same things as the zipapp already does, picking the right
9dependencies to add to the PYTHONPATH depending on the python version.
10
11