My cookiecutter template to generate Sphinx extension prefixed atsphinx
.
- PyPI's package name has
atsphinx-
as prefix. - Package is namespaced package for
atsphinx.
. - Manage project data with Rye.
- Manage target bumpversion with age-cli.
- Included documentation template and tests.
This requirements Git and cookiecutter.
cookiecutter https://github.com/atsphinx/cookiecutter-sphinx-extension
For me
uvx cookiecutter -o .. --no-input . requires_python='3.9' \
project_basename='NAME' description='DESCRIPTION'