https://github.com/atsphinx/cookiecutter-sphinx-extension
Template for atsphinx series.
https://github.com/atsphinx/cookiecutter-sphinx-extension
cookicutter cookiecutter-python cookiecutter-sphinx cookiecutter-template python sphinx sphinx-extension
Last synced: 9 months ago
JSON representation
Template for atsphinx series.
- Host: GitHub
- URL: https://github.com/atsphinx/cookiecutter-sphinx-extension
- Owner: atsphinx
- License: apache-2.0
- Created: 2023-05-05T02:10:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T01:11:14.000Z (10 months ago)
- Last Synced: 2025-03-06T02:23:18.488Z (10 months ago)
- Topics: cookicutter, cookiecutter-python, cookiecutter-sphinx, cookiecutter-template, python, sphinx, sphinx-extension
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-sphinx-extension
My cookiecutter template to generate Sphinx extension prefixed `atsphinx`.
## About generated project
- 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.
## Usage
This requirements Git and cookiecutter.
```console
cookiecutter https://github.com/atsphinx/cookiecutter-sphinx-extension
```
For me
```
uvx cookiecutter -o .. --no-input . requires_python='3.9' \
project_basename='NAME' description='DESCRIPTION'
```