An open API service indexing awesome lists of open source software.

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.

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'
```