{ "info": { "author": "Andrew Leech", "author_email": "andrew@alelec.net", "bugtrack_url": null, "classifiers": [], "description": "py2venv\n========\n\nProvides a simple \"shortcut\" from virtualenv to venv on python 2.\n\nPretty much everything I do is in python3, where I use venv for every single project I work on.\n\nOccasionally I need my CI to also test / build / deploy to python2 as well. \nAs is stands, I generally end up with annoyingly complex startups scripts in ci that has to check which version \nis being being run and then either use `python -m venv .venv` on 3 or `python -m pip install virtualenv; python -m virtualenv .venv` for 2.\n\nIt would be much better if I could just use `python -m venv .venv` everywhere, but venv has not been backported. This package is a pretty decent workaround.\n\npy2venv can be pre-installed on any python. On python3 it does nothing. On python 2 it ensures virtualenv has been installed and provides a 'venv' module entrypoint::\n\n python -m pip install py2venv\n python -m venv .venv", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/alelec/py2venv", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "py2venv", "package_url": "https://pypi.org/project/py2venv/", "platform": "", "project_url": "https://pypi.org/project/py2venv/", "project_urls": { "Homepage": "https://gitlab.com/alelec/py2venv" }, "release_url": "https://pypi.org/project/py2venv/1.1/", "requires_dist": null, "requires_python": "", "summary": "Shortcut from virtualenv to venv for python2", "version": "1.1" }, "last_serial": 3396391, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5f56e2bd0812aeb3058dd29092b30444", "sha256": "614bd1521a115e80c8cc309e96d8e0ed010250873b756118ec47036bbf81e245" }, "downloads": -1, "filename": "py2venv-1.0.tar.gz", "has_sig": false, "md5_digest": "5f56e2bd0812aeb3058dd29092b30444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1505, "upload_time": "2017-12-07T03:43:39", "url": "https://files.pythonhosted.org/packages/2c/8e/f6cffda88f31756c564d06370c6e9c889b231e665aa44a6561765bfa8f28/py2venv-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "60700576a49f687f3ab24dfb610497f2", "sha256": "8b3245362c362ffe81d66a2ce13be82da4c51e84ed5cbc19844ec84600c1dc89" }, "downloads": -1, "filename": "py2venv-1.1.tar.gz", "has_sig": false, "md5_digest": "60700576a49f687f3ab24dfb610497f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2017-12-07T04:16:59", "url": "https://files.pythonhosted.org/packages/bc/cd/97339b0b0932c2a9cddc972b71375e4e66d769fb5f39eefa556c57952846/py2venv-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "60700576a49f687f3ab24dfb610497f2", "sha256": "8b3245362c362ffe81d66a2ce13be82da4c51e84ed5cbc19844ec84600c1dc89" }, "downloads": -1, "filename": "py2venv-1.1.tar.gz", "has_sig": false, "md5_digest": "60700576a49f687f3ab24dfb610497f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2017-12-07T04:16:59", "url": "https://files.pythonhosted.org/packages/bc/cd/97339b0b0932c2a9cddc972b71375e4e66d769fb5f39eefa556c57952846/py2venv-1.1.tar.gz" } ] }