feat(naive-python): Add Cookiecutter template to create a Python project

This commit is contained in:
2022-06-17 03:17:12 +02:00
parent 7e960f3fce
commit c9a8c0707e
11 changed files with 505 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{%- if cookiecutter.rich_logging == "yes" -%}
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile
#
commonmark==0.9.1
# via rich
pygments==2.12.0
# via rich
rich==12.4.4
# via -r requirements.in
{% endif -%}