{ "info": { "author": "Ionel Cristian M\u0103rie\u0219", "author_email": "contact@ionelmc.ro", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "=============\nCookiepatcher\n=============\n\n.. list-table::\n :stub-columns: 1\n\n * - docs\n - |docs|\n * - tests\n - | |travis| |appveyor| |requires|\n | |coveralls| |codecov|\n * - package\n - |version| |downloads| |wheel| |supported-versions| |supported-implementations|\n\n.. |docs| image:: https://readthedocs.org/projects/python-cookiepatcher/badge/?style=flat\n :target: https://readthedocs.org/projects/python-cookiepatcher\n :alt: Documentation Status\n\n.. |travis| image:: https://travis-ci.org/ionelmc/python-cookiepatcher.svg?branch=master\n :alt: Travis-CI Build Status\n :target: https://travis-ci.org/ionelmc/python-cookiepatcher\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/python-cookiepatcher?branch=master&svg=true\n :alt: AppVeyor Build Status\n :target: https://ci.appveyor.com/project/ionelmc/python-cookiepatcher\n\n.. |requires| image:: https://requires.io/github/ionelmc/python-cookiepatcher/requirements.svg?branch=master\n :alt: Requirements Status\n :target: https://requires.io/github/ionelmc/python-cookiepatcher/requirements/?branch=master\n\n.. |coveralls| image:: https://coveralls.io/repos/ionelmc/python-cookiepatcher/badge.svg?branch=master&service=github\n :alt: Coverage Status\n :target: https://coveralls.io/r/ionelmc/python-cookiepatcher\n\n.. |codecov| image:: https://codecov.io/github/ionelmc/python-cookiepatcher/coverage.svg?branch=master\n :alt: Coverage Status\n :target: https://codecov.io/github/ionelmc/python-cookiepatcher\n\n.. |landscape| image:: https://landscape.io/github/ionelmc/python-cookiepatcher/master/landscape.svg?style=flat\n :target: https://landscape.io/github/ionelmc/python-cookiepatcher/master\n :alt: Code Quality Status\n\n.. |codacy| image:: https://img.shields.io/codacy/REPLACE_WITH_PROJECT_ID.svg?style=flat\n :target: https://www.codacy.com/app/ionelmc/python-cookiepatcher\n :alt: Codacy Code Quality Status\n\n.. |codeclimate| image:: https://codeclimate.com/github/ionelmc/python-cookiepatcher/badges/gpa.svg\n :target: https://codeclimate.com/github/ionelmc/python-cookiepatcher\n :alt: CodeClimate Quality Status\n\n.. |version| image:: https://img.shields.io/pypi/v/cookiepatcher.svg?style=flat\n :alt: PyPI Package latest release\n :target: https://pypi.python.org/pypi/cookiepatcher\n\n.. |downloads| image:: https://img.shields.io/pypi/dm/cookiepatcher.svg?style=flat\n :alt: PyPI Package monthly downloads\n :target: https://pypi.python.org/pypi/cookiepatcher\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/cookiepatcher.svg?style=flat\n :alt: PyPI Wheel\n :target: https://pypi.python.org/pypi/cookiepatcher\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/cookiepatcher.svg?style=flat\n :alt: Supported versions\n :target: https://pypi.python.org/pypi/cookiepatcher\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/cookiepatcher.svg?style=flat\n :alt: Supported implementations\n :target: https://pypi.python.org/pypi/cookiepatcher\n\n.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/ionelmc/python-cookiepatcher/master.svg?style=flat\n :alt: Scrutinizer Status\n :target: https://scrutinizer-ci.com/g/ionelmc/python-cookiepatcher/\n\nJust a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects. Works best\nwith cookiecutter-pylibrary.\n\n* Free software: BSD license\n\nInstallation\n============\n\n::\n\n pip install cookiepatcher\n\nDocumentation\n=============\n\nUsage: ``cookiepatcher [OPTIONS] TEMPLATE TARGET``\n\nArgs:\n\n.. list-table::\n :stub-columns: 1\n\n * - ``TARGET``\n - Directory where to look for ``.cookiecutterrc``.\n * - ``TEMPLATE``\n - Name of cookiecutter template.\n\n\nOptions:\n\n -V, --version Show the version and exit.\n --no-input Do not prompt for parameters and only use\n cookiecutter.json file content\n -c, --checkout TEXT branch, tag or commit to checkout after git clone\n -v, --verbose Print debug information\n --help Show this message and exit.\n\n\nDevelopment\n===========\n\nTo run the all tests run::\n\n tox\n\n\nChangelog\n=========\n\n0.3.3 (2017-10-25)\n------------------\n\n* Fixed issues with god knows what changed again in cookiecutter.\n\n0.3.2 (2017-07-19)\n------------------\n\n* Fixed issues with linewrapping in ``.cookiecutterrc``.\n\n0.3.1 (2017-07-19)\n------------------\n\n* Fixed more breakage.\n\n\n0.3.0 (2015-11-28)\n------------------\n\n* Fix issues with Python 2.7.\n\n0.3.0 (2015-11-28)\n------------------\n\n* Fix issues with Python 2.7.\n\n0.2.0 (2015-11-19)\n------------------\n\n* Remove some workarounds. Requires ``cookiecutter>=1.3.0``.\n\n0.1.1 (2015-11-05)\n------------------\n\n* Force `utf8` in various places.\n\n0.1.0 (2015-10-19)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ionelmc/python-cookiepatcher", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "cookiepatcher", "package_url": "https://pypi.org/project/cookiepatcher/", "platform": "", "project_url": "https://pypi.org/project/cookiepatcher/", "project_urls": { "Homepage": "https://github.com/ionelmc/python-cookiepatcher" }, "release_url": "https://pypi.org/project/cookiepatcher/0.3.3/", "requires_dist": [ "aspectlib", "click", "cookiecutter (>=1.5.1)", "ruamel.yaml" ], "requires_python": "", "summary": "Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects. Works best with cookiecutter-pylibrary.", "version": "0.3.3" }, "last_serial": 3278121, "releases": { "0": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "ebfeb9503a55570eaf7f2a35a33fa8d1", "sha256": "5ff56992dc6a83a5ed23f68c93e4247d0274a51866cf45dc260c4797991e4882" }, "downloads": -1, "filename": "cookiepatcher-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ebfeb9503a55570eaf7f2a35a33fa8d1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6680, "upload_time": "2015-10-19T22:29:28", "url": "https://files.pythonhosted.org/packages/01/0b/e1bb42b2a33d14bb87ddc2b4ec57ea22d38df57a861a73f06ad5fa870557/cookiepatcher-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e60003ee7c35dcda2219a06ee3d5c251", "sha256": "8387fc4396f64ccaaae904f5a8ebcc951d970a5acc06dcac366971cd8426e70b" }, "downloads": -1, "filename": "cookiepatcher-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e60003ee7c35dcda2219a06ee3d5c251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15594, "upload_time": "2015-10-19T22:29:33", "url": "https://files.pythonhosted.org/packages/e0/1e/0e9130019f0576c3d1cf25ed5aae09e8243256e3b0f5f6448a2ed420e202/cookiepatcher-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "adede695f293653b401ff6a101178324", "sha256": "71c8649332d187094a86fa3bf870b711a6fa01374c0447459c9da8216815fbef" }, "downloads": -1, "filename": "cookiepatcher-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "adede695f293653b401ff6a101178324", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7310, "upload_time": "2015-11-05T01:09:44", "url": "https://files.pythonhosted.org/packages/91/ee/481a6e47379bfd9a9cfdfe83b8bc15b47049aaab930f18b966016e4de2e4/cookiepatcher-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81f058cdcd1cf0857694660d976e0fba", "sha256": "abe55c8bf3a23a4edfd298ae744f548cd31b7e8b7e705ce0cca2770084972bb6" }, "downloads": -1, "filename": "cookiepatcher-0.1.1.tar.gz", "has_sig": false, "md5_digest": "81f058cdcd1cf0857694660d976e0fba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15965, "upload_time": "2015-11-05T01:09:49", "url": "https://files.pythonhosted.org/packages/b8/4e/931cbb17e423dcc432f4a9ce39dd88d1059e0228335c7deb80a7b8ffc30d/cookiepatcher-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "21f79e4df0c274875797446d3941bbf3", "sha256": "f6c63e84171c4a16e0bb36070152434b329d2ec16ad2614961ce1dd11f9333b5" }, "downloads": -1, "filename": "cookiepatcher-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "21f79e4df0c274875797446d3941bbf3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7338, "upload_time": "2015-11-19T14:05:54", "url": "https://files.pythonhosted.org/packages/55/ac/a40e7db978281ebcab0e6858b88bfa2e5149830cc936555550f3a3b7d7b9/cookiepatcher-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0111cd6ae01a2cfb8700c965c1a2e760", "sha256": "92043a1adfcb792701ca1e430cb499bd0ff33e8fb50fcd94ba12668db90e2c0d" }, "downloads": -1, "filename": "cookiepatcher-0.2.0.zip", "has_sig": false, "md5_digest": "0111cd6ae01a2cfb8700c965c1a2e760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27274, "upload_time": "2015-11-19T14:06:00", "url": "https://files.pythonhosted.org/packages/4c/86/8742678b10488e861de8c69a8e91159ce3cdf5d62dbfbe64d04aee926b00/cookiepatcher-0.2.0.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "2cc907ac017052e3221988003c4724cd", "sha256": "4b28f69e055a35b3272d6d1e1f0d4e24999fb3b7f7fa1a725b3491ff76c40ebc" }, "downloads": -1, "filename": "cookiepatcher-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2cc907ac017052e3221988003c4724cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7385, "upload_time": "2015-11-28T01:44:41", "url": "https://files.pythonhosted.org/packages/93/3e/9a898f222d181ef4fdd5c18b2fc610c8a3eef2976f967ab4afa3a409ad0f/cookiepatcher-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6879b1e13c6f12208fbbb66893f2a195", "sha256": "47d0d04ff4600a476eea5fac26a7f3db714ee80cbd02cd2b6d9dfc4e9c9e3788" }, "downloads": -1, "filename": "cookiepatcher-0.3.0.tar.gz", "has_sig": false, "md5_digest": "6879b1e13c6f12208fbbb66893f2a195", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15972, "upload_time": "2015-11-28T01:44:46", "url": "https://files.pythonhosted.org/packages/55/b8/cd2df83523c06ac68bbf335e71886dd59068ebcf7c26efd1ec09f4ccb0a2/cookiepatcher-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "ff6d8f9c68d12902d550aca370d0d747", "sha256": "e279e130db07f4d453a690ca1908ab8f03ee66febd69c00d81364405dce41aa8" }, "downloads": -1, "filename": "cookiepatcher-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff6d8f9c68d12902d550aca370d0d747", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7503, "upload_time": "2017-07-19T19:46:29", "url": "https://files.pythonhosted.org/packages/32/1a/5b54d7644e95e3eb34b3e9b2273b99a3e66559ae8ab7e7c4c5909914a764/cookiepatcher-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45ffcc831542d0993fe92a8e7f8de995", "sha256": "372afe5a0ce838d3107ea5cbce7f5d61e99d83a1aa4f4e223eef0ff9da375b23" }, "downloads": -1, "filename": "cookiepatcher-0.3.1.tar.gz", "has_sig": false, "md5_digest": "45ffcc831542d0993fe92a8e7f8de995", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15664, "upload_time": "2017-07-19T19:46:32", "url": "https://files.pythonhosted.org/packages/19/65/17083285c4d9d8766bd45381ce4e156762ff2cb25e054e62e077c7b6d0d2/cookiepatcher-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "f9b765547bfbe0d05a5af33721193405", "sha256": "398e28a33636cc8a78b1df7585f50df607f567b6f33379914b924d3efababbfa" }, "downloads": -1, "filename": "cookiepatcher-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9b765547bfbe0d05a5af33721193405", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7490, "upload_time": "2017-07-19T20:38:01", "url": "https://files.pythonhosted.org/packages/f1/2f/586e0c13dbe432b04d225100fccd4260d5e8e4f6398c0dbcd86ac349cece/cookiepatcher-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "414a792c74e12fdbb82bc227d69ec96d", "sha256": "75a52b9eedae6d3986b8407372857324b3915e714c1fa023cdb482011b9901f8" }, "downloads": -1, "filename": "cookiepatcher-0.3.2.tar.gz", "has_sig": false, "md5_digest": "414a792c74e12fdbb82bc227d69ec96d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15667, "upload_time": "2017-07-19T20:38:03", "url": "https://files.pythonhosted.org/packages/7f/2e/85f5cf4e615d68fd160029648f049beb20a8ee7ed2121702a4c316135a52/cookiepatcher-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "09bebbf5b7d53d7cdcf90930a440ce25", "sha256": "5b010074e8a3953be2866e874ccd89b0e9deb74ea00cc0706862f977972d6f2d" }, "downloads": -1, "filename": "cookiepatcher-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "09bebbf5b7d53d7cdcf90930a440ce25", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7706, "upload_time": "2017-10-25T14:04:38", "url": "https://files.pythonhosted.org/packages/e1/71/8d04156569e3aedf0054827b62aef0a8c1783375a5d5720736476ec3ce08/cookiepatcher-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e18e29c65dfa47d5abf838581e8536a", "sha256": "733b32e17dfe6227403e35b8614a91d29f63b23c8898f53c9488eae3dca6fff4" }, "downloads": -1, "filename": "cookiepatcher-0.3.3.tar.gz", "has_sig": false, "md5_digest": "6e18e29c65dfa47d5abf838581e8536a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15824, "upload_time": "2017-10-25T14:04:40", "url": "https://files.pythonhosted.org/packages/a0/d2/848a9df9e1bec4b83b94cf2e2ee2a8c967b25bbecb571fe86926d39e9b44/cookiepatcher-0.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09bebbf5b7d53d7cdcf90930a440ce25", "sha256": "5b010074e8a3953be2866e874ccd89b0e9deb74ea00cc0706862f977972d6f2d" }, "downloads": -1, "filename": "cookiepatcher-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "09bebbf5b7d53d7cdcf90930a440ce25", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7706, "upload_time": "2017-10-25T14:04:38", "url": "https://files.pythonhosted.org/packages/e1/71/8d04156569e3aedf0054827b62aef0a8c1783375a5d5720736476ec3ce08/cookiepatcher-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e18e29c65dfa47d5abf838581e8536a", "sha256": "733b32e17dfe6227403e35b8614a91d29f63b23c8898f53c9488eae3dca6fff4" }, "downloads": -1, "filename": "cookiepatcher-0.3.3.tar.gz", "has_sig": false, "md5_digest": "6e18e29c65dfa47d5abf838581e8536a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15824, "upload_time": "2017-10-25T14:04:40", "url": "https://files.pythonhosted.org/packages/a0/d2/848a9df9e1bec4b83b94cf2e2ee2a8c967b25bbecb571fe86926d39e9b44/cookiepatcher-0.3.3.tar.gz" } ] }