{ "info": { "author": "Yves M\u00fcller", "author_email": "yves.mueller@liqd.de", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========================\nbuildout.requirements\n=========================\n\nA simple buildout extension that creates a requirements.txt file for pip.\n\n\nThis is a fork of buildout.requirements which is more or less a copy of\nbuildout.dumprequirements. All credit goes to the authors of that project.\n\n.. warning:: ``buildout.dumppickedversions`` (and therefore also ``buildout.dumprequirements`` and\n also ``buildout.requirements``) does some *nasty* stuff to get its job done. Namely\n it monkeypatches ``zc.buildout.easy_install._log_requirement``,\n ``zc.buildout.easy_install.Installer._get_dist`` and ``logging.shutdown``. Because both\n extensions monkeypatch the same methods, it is currently not possible to use\n ``buildout.dumppickedversions`` and ``buildout.dumprequirements`` at the same time.\n I'm not quite sure how to solve this. Probably we'll have to support the functionality\n of both extensions in one package.\n\nUsage\n=====\n\nAdd ``buildout.requirements`` as an extension to the ``[buildout]`` section::\n\n [buildout]\n extensions = buildout.requirements\n dump-requirements-file = requirements.txt\n overwrite-requirements-file = true\n\n``dump-requirements-file`` defines the file the requirement list will be written to. If it is undefined the\npackage list will be printed to the console. Setting ``overwrite-requirements-file`` to ``false`` will prevent\n``buildout.dumprequirements`` from overwriting an existing file. The setting defaults to ``true``.\n\nContributors\n============\n\n- Yves M\u00fcller, port to Python 3 and Buildout 2\n- Stefan Foulis, Author of buildout.dumprequirements\n- Mustapha Benali, Author of buildout.dumppickedversions", "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/liqd/buildout.requirements", "keywords": "buildout extension dump picked versions requirements.txt", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "buildout.requirements", "package_url": "https://pypi.org/project/buildout.requirements/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildout.requirements/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/liqd/buildout.requirements" }, "release_url": "https://pypi.org/project/buildout.requirements/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Dump buildout picked versions as a pip compatible requirements.txt file. Fork of buildout.dumprequirements.", "version": "0.2.2" }, "last_serial": 1574501, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "a576b289c0413e3c95ed785555b09f37", "sha256": "f1963fedaea3a22cb0b61f7d93811afda9f56632ea90ad480f25d0f6b002c146" }, "downloads": -1, "filename": "buildout.requirements-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a576b289c0413e3c95ed785555b09f37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3507, "upload_time": "2015-05-26T13:55:35", "url": "https://files.pythonhosted.org/packages/f2/11/e7f38b94b93b173fe944fe4d93a570b4f41f9cbc5f5c7bb9e4e71b0e2e3e/buildout.requirements-0.1.1.tar.gz" } ], "0.2.0": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1d4627674abd764dae1bf1ccd4ec3601", "sha256": "b061e7f94318a727d345bec230ddaf8190f287f7f267ae1d36a0eb60853eb715" }, "downloads": -1, "filename": "buildout.requirements-0.2.1.tar.gz", "has_sig": false, "md5_digest": "1d4627674abd764dae1bf1ccd4ec3601", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3868, "upload_time": "2015-05-26T14:06:06", "url": "https://files.pythonhosted.org/packages/a3/e2/15482fa9e7c6e3ee0be8fad8ff763ca897bf0610f65a4fc3b82939670d00/buildout.requirements-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "78104e62a71d9a8d315648a4b2574e76", "sha256": "12612822bb24979bb65df8a420e52b6acadf5b875653b67843faed850f659bec" }, "downloads": -1, "filename": "buildout.requirements-0.2.2.tar.gz", "has_sig": false, "md5_digest": "78104e62a71d9a8d315648a4b2574e76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3525, "upload_time": "2015-06-02T08:28:04", "url": "https://files.pythonhosted.org/packages/c1/28/2b3103f6d8f3145f310337fd9ec286724878332020c06da34a8c2de3c71d/buildout.requirements-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "78104e62a71d9a8d315648a4b2574e76", "sha256": "12612822bb24979bb65df8a420e52b6acadf5b875653b67843faed850f659bec" }, "downloads": -1, "filename": "buildout.requirements-0.2.2.tar.gz", "has_sig": false, "md5_digest": "78104e62a71d9a8d315648a4b2574e76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3525, "upload_time": "2015-06-02T08:28:04", "url": "https://files.pythonhosted.org/packages/c1/28/2b3103f6d8f3145f310337fd9ec286724878332020c06da34a8c2de3c71d/buildout.requirements-0.2.2.tar.gz" } ] }