{ "info": { "author": "Stefan Foulis", "author_email": "stefan.foulis@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========================\nbuildout.dumprequirements\n=========================\n\nA simple buildout extension that dumps a requirements.txt file for pip.\n\n\nThis is more or less a copy of buildout.dumppickedversions. All credit goes to the authors of that project.\n\n.. warning:: ``buildout.dumppickedversions`` (and therefore also ``buildout.dumprequirements``) does some *nasty*\n stuff to get its job done. Namely it monkeypatches ``zc.buildout.easy_install._log_requirement``,\n ``zc.buildout.easy_install.Installer._get_dist`` and ``logging.shutdown``. Because both extensions\n monkeypatch the same methods, it is currently not possible to use ``buildout.dumppickedversions`` and\n ``buildout.dumprequirements`` at the same time.\n I'm not quite sure how to solve this. Probably we'll have to support the functionality of both extensions\n in one package.\n\nUsage\n=====\n\nAdd ``buildout.dumprequirements`` as an extension to the ``[buildout]`` section::\n\n [buildout]\n extensions = buildout.dumprequirements\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``.\nContributors\n============\n\n- Stefan Foulis, Author\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/stefanfoulis/buildout.dumprequirements", "keywords": "buildout extension dump picked versions requirements.txt", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "buildout.dumprequirements", "package_url": "https://pypi.org/project/buildout.dumprequirements/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildout.dumprequirements/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/stefanfoulis/buildout.dumprequirements" }, "release_url": "https://pypi.org/project/buildout.dumprequirements/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Dump buildout picked versions as a pip compatible requirements.txt file.", "version": "0.1.1" }, "last_serial": 3552839, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b2061de3556fe1ea45281bec0a88ab19", "sha256": "cc46980a43b8f2e97c423f55faf078b1c914073361fa9734cb0854d1b5b37efa" }, "downloads": -1, "filename": "buildout.dumprequirements-0.1.tar.gz", "has_sig": false, "md5_digest": "b2061de3556fe1ea45281bec0a88ab19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3179, "upload_time": "2011-09-10T22:08:40", "url": "https://files.pythonhosted.org/packages/49/aa/c18e3677b95f164cfc864297ae9743b782547840b8b3dcac2e6b31f13546/buildout.dumprequirements-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b4133d469743e8280a761d616c146983", "sha256": "c20607b0c597fef0598370a54cde0020184862746e413683805eb3c33ea5e13b" }, "downloads": -1, "filename": "buildout.dumprequirements-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b4133d469743e8280a761d616c146983", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3351, "upload_time": "2012-04-30T13:02:09", "url": "https://files.pythonhosted.org/packages/82/ee/bd080bde1ca4cef7b1adb8424ac952cb822a5ab08533aeb4a13da3be3b6e/buildout.dumprequirements-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4133d469743e8280a761d616c146983", "sha256": "c20607b0c597fef0598370a54cde0020184862746e413683805eb3c33ea5e13b" }, "downloads": -1, "filename": "buildout.dumprequirements-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b4133d469743e8280a761d616c146983", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3351, "upload_time": "2012-04-30T13:02:09", "url": "https://files.pythonhosted.org/packages/82/ee/bd080bde1ca4cef7b1adb8424ac952cb822a5ab08533aeb4a13da3be3b6e/buildout.dumprequirements-0.1.1.tar.gz" } ] }