https://github.com/ionelmc/python-cookiepatcher
Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects.
https://github.com/ionelmc/python-cookiepatcher
Last synced: over 1 year ago
JSON representation
Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects.
- Host: GitHub
- URL: https://github.com/ionelmc/python-cookiepatcher
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2015-10-19T22:29:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T18:15:34.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T14:47:21.425Z (over 1 year ago)
- Language: Python
- Size: 68.4 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-tools - python-cookiepatcher - Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects. (Development / Time Series)
README
========
Overview
========
.. start-badges
.. list-table::
:stub-columns: 1
* - tests
- | |github-actions| |requires|
|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
.. |github-actions| image:: https://github.com/ionelmc/python-cookiepatcher/actions/workflows/github-actions.yml/badge.svg
:alt: GitHub Actions Build Status
:target: https://github.com/ionelmc/python-cookiepatcher/actions
.. |requires| image:: https://requires.io/github/ionelmc/python-cookiepatcher/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/ionelmc/python-cookiepatcher/requirements/?branch=master
.. |version| image:: https://img.shields.io/pypi/v/cookiepatcher.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/cookiepatcher
.. |wheel| image:: https://img.shields.io/pypi/wheel/cookiepatcher.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/cookiepatcher
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/cookiepatcher.svg
:alt: Supported versions
:target: https://pypi.org/project/cookiepatcher
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/cookiepatcher.svg
:alt: Supported implementations
:target: https://pypi.org/project/cookiepatcher
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-cookiepatcher/v0.5.0.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/python-cookiepatcher/compare/v0.5.0...master
.. end-badges
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
You can also install the in-development version with::
pip install https://github.com/ionelmc/python-cookiepatcher/archive/master.zip
Documentation
=============
To use the project:
.. code-block:: python
import cookiepatcher
cookiepatcher.-()
Development
===========
To run all the tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox