{ "info": { "author": "Micha\u0142 Jaworski", "author_email": "swistakm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "|PyPI|\n\nEver did a mistake to ``pip install`` in the terminal when installing\npackages from ``requirements.txt`` file like following?\n\n::\n\n $ pip install requirements.txt\n Collecting requirements.txt\n Could not find a version that satisfies the requirement requirements.txt (from versions: )\n No matching distribution found for requirements.txt\n\nNow you wont. Thanks to some nasty hacks and tricks there is a package\non PyPI that handles that. It finds the desired requirements file and\ninstalls it in your current environment.\n\n::\n\n echo \"gevent\" > requirements-dev.txt\n pip install requirements-dev.txt\n\nThis package was made only for trolling so do not expect it to work. It\nmay work on Linux and Mac OS X but was not extensively tested. It is\nalso a one-shot trick so no updates will be installed once you do that\nunless you specify a ``-U`` or ``--update`` switch. Happy debugging!\n\nPyPI (fortunately) does not allow to upload package named\n``requirements.txt`` so the only supported name is currently a\n``requirements-dev.txt``. It still should be quite popular though.\n\n.. |PyPI| image:: https://img.shields.io/badge/downloads-enough-ff69b4.svg\n :target:", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pylola/requirements.txt", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "requirements-pyconpl2016.txt", "package_url": "https://pypi.org/project/requirements-pyconpl2016.txt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/requirements-pyconpl2016.txt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pylola/requirements.txt" }, "release_url": "https://pypi.org/project/requirements-pyconpl2016.txt/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Mocking you since 2016", "version": "0.0.0" }, "last_serial": 2399490, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "3cdd0e44e6ccb62953f3f818dd185a72", "sha256": "52ca712ae4661419d4afd83c01295469270781473a57e60e5d4f46494a438995" }, "downloads": -1, "filename": "requirements-pyconpl2016.txt-0.0.0.tar.gz", "has_sig": false, "md5_digest": "3cdd0e44e6ccb62953f3f818dd185a72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3058, "upload_time": "2016-10-14T14:14:12", "url": "https://files.pythonhosted.org/packages/2f/d5/dee660db13fd390e35f6e90a81c604a0093b417ad021606664a6af943ced/requirements-pyconpl2016.txt-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3cdd0e44e6ccb62953f3f818dd185a72", "sha256": "52ca712ae4661419d4afd83c01295469270781473a57e60e5d4f46494a438995" }, "downloads": -1, "filename": "requirements-pyconpl2016.txt-0.0.0.tar.gz", "has_sig": false, "md5_digest": "3cdd0e44e6ccb62953f3f818dd185a72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3058, "upload_time": "2016-10-14T14:14:12", "url": "https://files.pythonhosted.org/packages/2f/d5/dee660db13fd390e35f6e90a81c604a0093b417ad021606664a6af943ced/requirements-pyconpl2016.txt-0.0.0.tar.gz" } ] }