{ "info": { "author": "Tzu-ping Chung", "author_email": "uranusjr@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=======\nVirtEnv\n=======\n\nA simple script to encapsulate venv and virtualenv creation in one. venv is\nalways used if possible; if it's not, virtualenv will be used (if specified)\nas the fallback option.\n\nThis file can be used either as a standalone script, or a module to import.\n\n\nPython API\n==========\n\n::\n\n create(python, env_dir, system, prompt, bare, virtualenv_py=None)\n\n* ``python`` should be an absolute path pointing to a Python executable. If\n this is not ``None``, and does not match ``sys.executable``, that interpreter\n is launched as a subprocess to run this script. Otherwise, the creation is\n done in-process (subprocesses may still be run in steps during the creation).\n* ``env_dir`` points to the directory to create the new virtual environment.\n* ``system`` specifies whether system site packages will be available for\n the created virtual environment.\n* ``prompt`` specifies the prompt prefix used in the created virtual\n environment's activate scripts.\n* ``bare``, if True, prevents any third-party libraries from being installed.\n This means you will not have Setuptools, pip, and Wheel available inside the\n created virtual environment.\n* ``virtualenv_py`` should be an absolute path pointing to a ``virtualenv.py``\n script. This is optional; if missing, virtualenv will not be used to create\n a virtual environment.\n\n\nCommand line API\n================\n\n::\n\n virtenv env_dir --python PYTHON [--system] [--prompt PROMPT]\n\nMeanings of arguments are similar to the Python API.\n\nThe ``python`` argument is required, and can be a version, such as ``3.7``.\nA suitable Python executable will be looked up automatically if possible.\n\n\nWhen is venv used\n=================\n\nAs mentioned above, venv is always preferred *if possible*. virtualenv is used\nfor the following scenarios:\n\n* When the module ``venv`` is not available in the target Python.\n* When the module ``ensurepip`` is not available in the target Python. This\n generally happens for Python 3.3, or distributions such as Debian that don't\n like to bundle ``ensurepip``. Without it, pip wouldn't be available, and we\n don't want that.\n* When ``sys.real_prefix`` is set. This usually means the target Python is\n managed by a virtualenv, and venv is known to have problems working in this\n situation. See discussion in `bpo-30811`_ and `pypa/virtualenv#1095`_ for\n more information.\n\n.. _`bpo-30811`: https://bugs.python.org/issue30811\n.. _`pypa/virtualenv#1095`: https://github.com/pypa/virtualenv/issues/1095\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sarugaku/virtenv", "keywords": "venv,virtualenv", "license": "ISC License", "maintainer": "", "maintainer_email": "", "name": "virtenv", "package_url": "https://pypi.org/project/virtenv/", "platform": "", "project_url": "https://pypi.org/project/virtenv/", "project_urls": { "Homepage": "https://github.com/sarugaku/virtenv" }, "release_url": "https://pypi.org/project/virtenv/0.3.1/", "requires_dist": [ "pythonfinder", "virtualenv" ], "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "summary": "Create a virtual environment with venv or virtualenv", "version": "0.3.1" }, "last_serial": 5154869, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f4d4a47c7c33cb91fac7672d23e0d3e5", "sha256": "2ccdf231125e55ab4593c5fa89d6e6d38df7823f842bd77b96062a41546976f6" }, "downloads": -1, "filename": "virtenv-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f4d4a47c7c33cb91fac7672d23e0d3e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4425, "upload_time": "2018-07-28T02:29:07", "url": "https://files.pythonhosted.org/packages/6a/95/9c7960688223f5e23bb0ddfbea013bd87a71e8cb407f3bab920e4c26b07d/virtenv-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "818471a596b454e39368a0fe017915e6", "sha256": "2f863a2dd76de0a8314b5f3c3267158450a2413d4f01948402bf6680a755756f" }, "downloads": -1, "filename": "virtenv-0.2.0.tar.gz", "has_sig": false, "md5_digest": "818471a596b454e39368a0fe017915e6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4401, "upload_time": "2018-07-28T02:33:59", "url": "https://files.pythonhosted.org/packages/4f/58/86dfc2f2d9935a3a0af50b86c9181b0d213267d1037564b021028aced7db/virtenv-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "58390fab36358509e5569cb627c70cea", "sha256": "3aef71126727666fb9b9676ceaf49c77f70111f6c04aea9aef230be423952f5f" }, "downloads": -1, "filename": "virtenv-0.2.1.tar.gz", "has_sig": false, "md5_digest": "58390fab36358509e5569cb627c70cea", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4416, "upload_time": "2018-07-28T02:38:57", "url": "https://files.pythonhosted.org/packages/56/fe/3f5e2b2538d1692c402beff1a0ed3716b18a9cb44186a2d32eea6909047a/virtenv-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e58631c62414f35c6ec3b3bf04982d89", "sha256": "1273ed92fa067418971b4c7963e0f419c2d510d0448231fc041387ba350eddc0" }, "downloads": -1, "filename": "virtenv-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e58631c62414f35c6ec3b3bf04982d89", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4414, "upload_time": "2018-07-28T02:42:52", "url": "https://files.pythonhosted.org/packages/36/9e/625a745cd7c76fecbd119882a2c2c50c544e7c4cb9bbe3de356a96c02da5/virtenv-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "dbde5df61f5299d4e1dc84114c27faca", "sha256": "d767c5bf332f1746f9048ae7114f55a8eca5ccb3e3b93d5a269a59c472151aa0" }, "downloads": -1, "filename": "virtenv-0.2.3.tar.gz", "has_sig": false, "md5_digest": "dbde5df61f5299d4e1dc84114c27faca", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4413, "upload_time": "2018-07-28T02:52:19", "url": "https://files.pythonhosted.org/packages/4e/08/e79a80ea7ca4cd3142f17bb991be36e77201f51b92cb410b858153253c97/virtenv-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "eca9d6b0ccd092febbf233e981e2cd0f", "sha256": "34e734f5a8a0cdaec9a954706724f1ecca324f091ac71cef2b5df77a3a8c8341" }, "downloads": -1, "filename": "virtenv-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eca9d6b0ccd092febbf233e981e2cd0f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5419, "upload_time": "2018-08-27T07:04:21", "url": "https://files.pythonhosted.org/packages/2b/0f/fa366ec959ff9c6e341111981e7f74112557be7d109a32d38d16c3435aaf/virtenv-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bccc08277c857a8cdf1e38bcea350d12", "sha256": "069c7abb2b34e3090b1b284e1e43da8677f8252a5423eb36515cd96fd964ccfd" }, "downloads": -1, "filename": "virtenv-0.2.4.tar.gz", "has_sig": false, "md5_digest": "bccc08277c857a8cdf1e38bcea350d12", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4741, "upload_time": "2018-08-27T07:04:23", "url": "https://files.pythonhosted.org/packages/5c/f4/05eef6dbc30b20379852512de314ba633a90d8ef447909f0722231436bd0/virtenv-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "944349b7a95b85c0d8879f59adcd40a8", "sha256": "ea2b74672960d1529423696143547bd9b3dfd89eefb3a80a59d6de2f427ec48e" }, "downloads": -1, "filename": "virtenv-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "944349b7a95b85c0d8879f59adcd40a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5462, "upload_time": "2018-08-30T08:41:14", "url": "https://files.pythonhosted.org/packages/9b/3c/bcdf9b06d45ff2a2dec9634b7fd3f49487163de8fcb926544ed4013a31ae/virtenv-0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "57277146d7262e0ad32654905a6c2060", "sha256": "0e034f15c49563db031db84ed8f198e8a734161ad8851c3f40d09fd60eda7c9b" }, "downloads": -1, "filename": "virtenv-0.2.5.tar.gz", "has_sig": false, "md5_digest": "57277146d7262e0ad32654905a6c2060", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4782, "upload_time": "2018-08-30T08:41:15", "url": "https://files.pythonhosted.org/packages/ca/b1/315bf893789993680129df0b8904f35519ba3c8f662c8cec3663feb2f017/virtenv-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "9af482490d0bec4ad5792fb0b2b58ebf", "sha256": "618e5e3eaab6b2ca40b35f14b65a32ae9705c9d1cf6af937dfba6f0f174c7db2" }, "downloads": -1, "filename": "virtenv-0.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9af482490d0bec4ad5792fb0b2b58ebf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5532, "upload_time": "2019-04-12T06:01:34", "url": "https://files.pythonhosted.org/packages/08/00/79d8aabf1e8bee593d92308a8109428c054d9b8f8147c503f23c0cb36cbb/virtenv-0.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16d6764b0b4fa4d38bb8a9d9426c45a1", "sha256": "72438357136047b1a738d79263d15d366ec5908297d466eabd593dfdca2c0378" }, "downloads": -1, "filename": "virtenv-0.2.6.tar.gz", "has_sig": false, "md5_digest": "16d6764b0b4fa4d38bb8a9d9426c45a1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4853, "upload_time": "2019-04-12T06:01:35", "url": "https://files.pythonhosted.org/packages/5e/62/86966989badbca112ffe9ca3278c99c14744a03f4d6c194a36a13a911e28/virtenv-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "85c94f4b247cca41e62ecfc7a5e366c5", "sha256": "f8cd4a274f74e91d8757984cde2d19b8d1ff5e44cb81481d25f2854e7a7cd44b" }, "downloads": -1, "filename": "virtenv-0.2.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85c94f4b247cca41e62ecfc7a5e366c5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5535, "upload_time": "2019-04-15T09:48:53", "url": "https://files.pythonhosted.org/packages/15/cb/5b6b28229f32b08b6af07e7cc58c9753739b8cc6f3cde1f9de1fd67fbbf8/virtenv-0.2.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e025b3f3015137b159574f01e80fb3ae", "sha256": "0659f513b967ed62baa5a20e640e82a5868dd31137f256b7854461ac4ae5da4f" }, "downloads": -1, "filename": "virtenv-0.2.7.tar.gz", "has_sig": false, "md5_digest": "e025b3f3015137b159574f01e80fb3ae", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 4858, "upload_time": "2019-04-15T09:48:55", "url": "https://files.pythonhosted.org/packages/93/cf/19ce81d7b89c7b35ac05dd5072ca262896626d89e14e1836edab2db01aa6/virtenv-0.2.7.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "237437b5152542580eae26d148f7ea8c", "sha256": "fbcdd9f9320f1d23b3fde4e2d44abca3b479dbfd558baf52b4eb0f3c849f19a2" }, "downloads": -1, "filename": "virtenv-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "237437b5152542580eae26d148f7ea8c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5692, "upload_time": "2019-04-17T11:57:34", "url": "https://files.pythonhosted.org/packages/86/58/799539abb9637bbdafc1bc07604765125476648a25229b9e1047de1bf646/virtenv-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "144faaa187277ed71ab2201e15662b40", "sha256": "0acc9ab7c8a1fd1e6ba5ad2eeba9b82eb75b5778988d1fb8e170acd7c527c36a" }, "downloads": -1, "filename": "virtenv-0.3.0.tar.gz", "has_sig": false, "md5_digest": "144faaa187277ed71ab2201e15662b40", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5023, "upload_time": "2019-04-17T11:57:35", "url": "https://files.pythonhosted.org/packages/f6/bb/60a7485355044a9834737d7079b22b2c5960431a16d9716080f8698089c1/virtenv-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9c54c83ad60e557ff683be403b274d18", "sha256": "56de8097f3fd7ed35fb50719bc4fd37abafdcd7a244e912e603de03dfa13098b" }, "downloads": -1, "filename": "virtenv-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c54c83ad60e557ff683be403b274d18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5765, "upload_time": "2019-04-17T11:59:10", "url": "https://files.pythonhosted.org/packages/a9/95/3928da62a36d95c170edbcf8c7773cb107230db40fe6009694d28670db9e/virtenv-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd18f80f62e31de52e3d132ea38f05cc", "sha256": "9d4a689dade77fa633c533ff695b4267fe5635bde9d29a398bedde6af84d07bf" }, "downloads": -1, "filename": "virtenv-0.3.1.tar.gz", "has_sig": false, "md5_digest": "bd18f80f62e31de52e3d132ea38f05cc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5091, "upload_time": "2019-04-17T11:59:12", "url": "https://files.pythonhosted.org/packages/5a/30/be38d614c8d2ccc09bf2f500a52c9a8bfb8618a6f3b0f2c774415d5f73c2/virtenv-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c54c83ad60e557ff683be403b274d18", "sha256": "56de8097f3fd7ed35fb50719bc4fd37abafdcd7a244e912e603de03dfa13098b" }, "downloads": -1, "filename": "virtenv-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c54c83ad60e557ff683be403b274d18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5765, "upload_time": "2019-04-17T11:59:10", "url": "https://files.pythonhosted.org/packages/a9/95/3928da62a36d95c170edbcf8c7773cb107230db40fe6009694d28670db9e/virtenv-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd18f80f62e31de52e3d132ea38f05cc", "sha256": "9d4a689dade77fa633c533ff695b4267fe5635bde9d29a398bedde6af84d07bf" }, "downloads": -1, "filename": "virtenv-0.3.1.tar.gz", "has_sig": false, "md5_digest": "bd18f80f62e31de52e3d132ea38f05cc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3", "size": 5091, "upload_time": "2019-04-17T11:59:12", "url": "https://files.pythonhosted.org/packages/5a/30/be38d614c8d2ccc09bf2f500a52c9a8bfb8618a6f3b0f2c774415d5f73c2/virtenv-0.3.1.tar.gz" } ] }