Skip to content
#

cookiecutter

Here are 594 public repositories matching this topic...

cookiecutter
snoopyjc
snoopyjc commented Jan 16, 2020
  • Cookiecutter version: 1.7.0
  • Template project url:
  • Python version: 3.7
  • Operating System: Windows 7

Description:

Running cookiecutter from the cmd prompt crashes on Windows because it can't find the 'git' command (which isn't output in an error message, just a traceback). The documentation should be updated to specify to run it from the git bash instead on windows.

What

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
Yarn
Yarn commented Jan 22, 2020
  • aiohttp-devtools version:0.13.1
  • aiohttp version:3.6.2
  • python version:3.7.6
  • Platform:MacOS 10.15.2

Issue Summary

Cleanup contexts aren't run to completion when exiting adev runserver with ctrl-c. They are run correctly when the server is reloaded after a code change.

Steps to reproduce

Run the following server with adev runserver then exit it with ctrl

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 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.