cookiecutter-template
Here are 251 public repositories matching this topic...
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
-
Updated
Mar 21, 2019 - Kotlin
-
Updated
May 16, 2020 - Makefile
We have script for updating our requirements. But we can move to some better:
pip-compile development.in
pip-compile documentation.in
pip-compile production.in
i think this looks much better.
- remove
check-requirements.py - add pip-compile for
upgradecommand into makefile - describe into the documentation how use *.in files for that
-
Updated
May 19, 2020 - Python
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 initialiSince version 2.0, Fabric has stopped providing fabric.api module and has changed its API organization.
Changelog: http://docs.fabfile.org/en/latest/upgrading.html#api-organization
fabfile.py should be restructured to use the new http://docs.fabfile.org/en/latest/api/connection.html#fabric.connection.Connection module.
-
Updated
Mar 14, 2020 - Python
-
Updated
Sep 25, 2019 - Python
-
Updated
Mar 17, 2017 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
Oct 31, 2018 - Python
-
Updated
Jan 22, 2017 - Python
-
Updated
Jul 16, 2017 - Python
-
Updated
Mar 6, 2020 - Python
-
Updated
Apr 11, 2020 - C#
-
Updated
May 19, 2020 - Python
-
Updated
Sep 27, 2015 - Python
-
Updated
Apr 15, 2020 - Python
-
Updated
May 18, 2020 - Python
-
Updated
Feb 3, 2018 - Python
-
Updated
Feb 29, 2020 - Python
-
Updated
May 19, 2020 - Swift
-
Updated
Aug 8, 2018 - Nextflow
-
Updated
Mar 3, 2020 - CSS
-
Updated
Mar 21, 2020 - Python
-
Updated
Sep 13, 2017 - PHP
Improve this page
Add a description, image, and links to the cookiecutter-template topic page so that developers can more easily learn about it.
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."


https://github.com/Arkq/flake8-requirements