Metadata-Version: 1.2
Name: cookiepatcher
Version: 0.3.4
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.
Home-page: https://github.com/ionelmc/python-cookiepatcher
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD-2-Clause
Project-URL: Changelog, https://github.com/ionelmc/python-cookiepatcher/blob/master/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/ionelmc/python-cookiepatcher/issues
Description: ========
        Overview
        ========
        
        
        
        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.
        
        * Free software: BSD 2-Clause License
        
        Installation
        ============
        
        ::
        
            pip install cookiepatcher
        
        Documentation
        =============
        
        Usage: ``cookiepatcher [OPTIONS] TEMPLATE TARGET``
        
        Args:
        
        .. list-table::
            :stub-columns: 1
        
            * - ``TARGET``
              - Directory where to look for ``.cookiecutterrc``.
            * - ``TEMPLATE``
              - Name of cookiecutter template.
        
        
        Options:
        
          -V, --version        Show the version and exit.
          --no-input           Do not prompt for parameters and only use
                               cookiecutter.json file content
          -c, --checkout TEXT  branch, tag or commit to checkout after git clone
          -v, --verbose        Print debug information
          --help               Show this message and exit.
        
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        
        Changelog
        =========
        
        0.3.4 (2020-04-05)
        ------------------
        
        * Fixed ``.cookiecutterrc`` being dumped with ``!!omap`` garbage.
        
        0.3.3 (2017-10-25)
        ------------------
        
        * Fixed issues with god knows what changed again in cookiecutter.
        
        0.3.2 (2017-07-19)
        ------------------
        
        * Fixed issues with linewrapping in ``.cookiecutterrc``.
        
        0.3.1 (2017-07-19)
        ------------------
        
        * Fixed more breakage.
        
        
        0.3.0 (2015-11-28)
        ------------------
        
        * Fix issues with Python 2.7.
        
        0.3.0 (2015-11-28)
        ------------------
        
        * Fix issues with Python 2.7.
        
        0.2.0 (2015-11-19)
        ------------------
        
        * Remove some workarounds. Requires ``cookiecutter>=1.3.0``.
        
        0.1.1 (2015-11-05)
        ------------------
        
        * Force `utf8` in various places.
        
        0.1.0 (2015-10-19)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
