Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
883fa6d7 by Cédric Krier at 2023-01-11T19:01:37+01:00
Add cookiecutter template for module
- - - - -
30 changed files:
- .flake8
- .gitlab-ci.yml
- .gitlab-scripts/generate-doc.sh
- .gitlab-scripts/generate-packages.sh
- + cookiecutter-module/README.rst
- + cookiecutter-module/cookiecutter.json
- + cookiecutter-module/extensions.py
- + cookiecutter-module/hooks/post_gen_project.py
- + cookiecutter-module/{{ cookiecutter.module_name }}/CHANGELOG
- + cookiecutter-module/{{ cookiecutter.module_name }}/COPYRIGHT
- + cookiecutter-module/{{ cookiecutter.module_name }}/LICENSE
- + cookiecutter-module/{{ cookiecutter.module_name }}/MANIFEST.in
- + cookiecutter-module/{{ cookiecutter.module_name }}/__init__.py
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/conf.py
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/configuration.rst
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/design.rst
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/index.rst
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/reference.rst
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/releases.rst
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/setup.rst
- + cookiecutter-module/{{ cookiecutter.module_name }}/doc/usage.rst
- + cookiecutter-module/{{ cookiecutter.module_name }}/icons/LICENSE
- + cookiecutter-module/{{ cookiecutter.module_name }}/setup.py
- + cookiecutter-module/{{ cookiecutter.module_name }}/tests/__init__.py
- + cookiecutter-module/{{ cookiecutter.module_name }}/tests/test_module.py
- + cookiecutter-module/{{ cookiecutter.module_name }}/tests/{% if
cookiecutter.test_with_scenario %}scenario_{{ cookiecutter.module_name }}.rst{%
endif %}
- + cookiecutter-module/{{ cookiecutter.module_name }}/tests/{% if
cookiecutter.test_with_scenario %}test_scenario.py{% endif %}
- + cookiecutter-module/{{ cookiecutter.module_name }}/tox.ini
- + cookiecutter-module/{{ cookiecutter.module_name }}/tryton.cfg
- + cookiecutter-module/{{ cookiecutter.module_name }}/{% if
cookiecutter.prefix %}.flake8{% endif %}
The diff was not included because it is too large.
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/883fa6d78adb177b4c6a5ce76b4e1bafd6c2b2a4
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/883fa6d78adb177b4c6a5ce76b4e1bafd6c2b2a4
You're receiving this email because of your account on foss.heptapod.net.