The Wayback Machine - https://web.archive.org/web/20200524124140/https://github.com/topics/cookiecutter-template
Skip to content
#

cookiecutter-template

Here are 251 public repositories matching this topic...

kitschen
kitschen commented Apr 15, 2020

After generating a new project from the template, running tox shows the warning below. Should the template be adapted?

check run-test: commands[0] | python setup.py check --strict --metadata --restructuredtext
running check
warning: Check: This command has been deprecated. Use `twine check` instead: https://packaging.python.org/guides/making-a-pypi-friendly-readme#validating-restructur
sobrinojulian
sobrinojulian commented Mar 29, 2020

For example:

def main():
    set_python_version()
    # Initialise git repo
    os.system('git init')
    # Install dependencies
    os.system('pipenv install --dev')
    # Setup pre-commit and pre-push hooks
    os.system('pipenv run pre-commit install -t pre-commit')
    os.system('pipenv run pre-commit install -t pre-push')
    print(SUCCESS + "Project successfully initiali

Improve this page

Add a description, image, and links to the cookiecutter-template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cookiecutter-template topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.