{ "info": { "author": "Florian Apolloner", "author_email": "florian@apolloner.eu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved", "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": "Ensurepip-Vanilla\n=================\n\n`ensurepip-vanilla` is copy of the upstream `ensurepip` with an up2date `pip` & `wheel`. It is ment to be installed on Debian/Ubuntu instead of `pythonXX-venv`. This way, virtualenvs get a usable `pip`.\n\nInstallation\n------------\n\nIt is very important that this package is installed into the global python lib directory and not via `site-packages`. The reasoning is quite simple, as the `venv` module calls:\n\n```python\n# We run ensurepip in isolated mode to avoid side effects from\n# environment vars, the current directory and anything else\n# intended for the global Python environment\ncmd = [context.env_exe, '-Im', 'ensurepip', '--upgrade',\n '--default-pip']\nsubprocess.check_output(cmd, stderr=subprocess.STDOUT)\n```\n\nSo to install, we need (as root & adjust for your python version):\n\n```\npip install --target /usr/lib/python3.6 ensurepip-vanilla\n```\n\nAfter installation all your virtualenvs should have a resonably new `pip`.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/apollo13/ensurepip-vanilla/", "keywords": "", "license": "Python-2.0", "maintainer": "", "maintainer_email": "", "name": "ensurepip-vanilla", "package_url": "https://pypi.org/project/ensurepip-vanilla/", "platform": "", "project_url": "https://pypi.org/project/ensurepip-vanilla/", "project_urls": { "Homepage": "https://gitlab.com/apollo13/ensurepip-vanilla/" }, "release_url": "https://pypi.org/project/ensurepip-vanilla/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Custom ensurepip to ensure up2date environments on Debian/Ubuntu", "version": "0.1.3" }, "last_serial": 4452444, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "650c0e50bf5525adefbcb205db3e1964", "sha256": "0fd47fba42eaad00539c70b95d129fd7266c48c4b2f4b7a028a4749b6cc4e5f6" }, "downloads": -1, "filename": "ensurepip_vanilla-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "650c0e50bf5525adefbcb205db3e1964", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1928312, "upload_time": "2018-07-26T20:12:24", "url": "https://files.pythonhosted.org/packages/e0/03/028836cbe8e35a494068c0071b27c4009ecf80648bf34e9828eee51c8d97/ensurepip_vanilla-0.0.1-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "db7de40458808c27de9d38b18f5bda12", "sha256": "a34a5196bb26c9665ca0934ac1ad93d371c953296be231b1163527ce72b4099d" }, "downloads": -1, "filename": "ensurepip_vanilla-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "db7de40458808c27de9d38b18f5bda12", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1928798, "upload_time": "2018-07-26T20:18:46", "url": "https://files.pythonhosted.org/packages/f2/91/2622c680ecadf779ba40653b087323b13d62c0a80b56541d8b6b28a9eac0/ensurepip_vanilla-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1e1d7674ac31679dffe20f69fdc76fd", "sha256": "da930de2ce2a80153e7f4744d7fbce0cfb87f4026a60922507eb7e8d39564ab2" }, "downloads": -1, "filename": "ensurepip-vanilla-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c1e1d7674ac31679dffe20f69fdc76fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1886420, "upload_time": "2018-07-26T20:18:48", "url": "https://files.pythonhosted.org/packages/10/14/186e999e559132ade35707518876c616a36617f255ac40e48c9b84240298/ensurepip-vanilla-0.0.2.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "eb145a239eca1be5ba1fa971eb058b08", "sha256": "a69a86375cc2b006414824912180880e2dc457c3e1edcbb48f554e7e5efcfc0f" }, "downloads": -1, "filename": "ensurepip_vanilla-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eb145a239eca1be5ba1fa971eb058b08", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1928832, "upload_time": "2018-07-26T20:35:05", "url": "https://files.pythonhosted.org/packages/fe/32/b805f3826b4514ead73975f85046cd32266f78e4847faf86019e16a38081/ensurepip_vanilla-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9789fffdc58168ef235c84f5bef2fe95", "sha256": "868135bcdf834bfa032e15ae941dd9399951bd9c11b7971bc41a78ee22f54bdb" }, "downloads": -1, "filename": "ensurepip-vanilla-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9789fffdc58168ef235c84f5bef2fe95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1886497, "upload_time": "2018-07-26T20:35:07", "url": "https://files.pythonhosted.org/packages/52/12/883930327fb4045f2bba77b7e51b4742bb7d2e2744e11fa2c76dac36af54/ensurepip-vanilla-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c0439ee5c59f1f01319b056ca3e81195", "sha256": "69cf1ef77208caf6fd6684b3282a7a9929713cb4f86c29a994ce98340ed602af" }, "downloads": -1, "filename": "ensurepip_vanilla-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0439ee5c59f1f01319b056ca3e81195", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1928851, "upload_time": "2018-07-26T20:51:25", "url": "https://files.pythonhosted.org/packages/21/d6/67f793a3574bfac37e7a4123b20a11f2cd755afce986b1910927b266972e/ensurepip_vanilla-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ba3d9051b1e045657a02a0b4b10dc35", "sha256": "f7287778dd7a584773f2668433797e3132c5f7750ec17473cb5caf1a9beaa975" }, "downloads": -1, "filename": "ensurepip-vanilla-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7ba3d9051b1e045657a02a0b4b10dc35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1886535, "upload_time": "2018-07-26T20:51:27", "url": "https://files.pythonhosted.org/packages/31/ee/495a2170591a479fb871cea9ecf0f9809ae9fbc63b6227943a3a9c4ef3cd/ensurepip-vanilla-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "903bfbbabfb7ed0788c9d5a5db14b9a8", "sha256": "dd35d1ee072203b4c8d5bf709555fa026b17a2a83dc2658edaecbe1834d715f6" }, "downloads": -1, "filename": "ensurepip_vanilla-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "903bfbbabfb7ed0788c9d5a5db14b9a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1924964, "upload_time": "2018-11-05T10:50:30", "url": "https://files.pythonhosted.org/packages/55/66/74895059c8f6b9a36c2e372957110cf43ebb4b9bead326cee62198cb5f5a/ensurepip_vanilla-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f164584efe356a3b264f5c53d95687d", "sha256": "a964a51b262eb3c4bda36e44f225f8d806d4e32712fc7655e797b4747926134b" }, "downloads": -1, "filename": "ensurepip-vanilla-0.1.3.tar.gz", "has_sig": false, "md5_digest": "6f164584efe356a3b264f5c53d95687d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1881808, "upload_time": "2018-11-05T10:50:32", "url": "https://files.pythonhosted.org/packages/01/1b/d8b4d15ba3d3e39e558912680af75f202a1fed6d2232385f99d10ea34c15/ensurepip-vanilla-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "903bfbbabfb7ed0788c9d5a5db14b9a8", "sha256": "dd35d1ee072203b4c8d5bf709555fa026b17a2a83dc2658edaecbe1834d715f6" }, "downloads": -1, "filename": "ensurepip_vanilla-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "903bfbbabfb7ed0788c9d5a5db14b9a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1924964, "upload_time": "2018-11-05T10:50:30", "url": "https://files.pythonhosted.org/packages/55/66/74895059c8f6b9a36c2e372957110cf43ebb4b9bead326cee62198cb5f5a/ensurepip_vanilla-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f164584efe356a3b264f5c53d95687d", "sha256": "a964a51b262eb3c4bda36e44f225f8d806d4e32712fc7655e797b4747926134b" }, "downloads": -1, "filename": "ensurepip-vanilla-0.1.3.tar.gz", "has_sig": false, "md5_digest": "6f164584efe356a3b264f5c53d95687d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1881808, "upload_time": "2018-11-05T10:50:32", "url": "https://files.pythonhosted.org/packages/01/1b/d8b4d15ba3d3e39e558912680af75f202a1fed6d2232385f99d10ea34c15/ensurepip-vanilla-0.1.3.tar.gz" } ] }