https://github.com/sunpy/package-template
A cookiecutter template for packages that want to have a similar setup to sunpy
https://github.com/sunpy/package-template
Last synced: about 1 year ago
JSON representation
A cookiecutter template for packages that want to have a similar setup to sunpy
- Host: GitHub
- URL: https://github.com/sunpy/package-template
- Owner: sunpy
- Created: 2020-03-19T17:04:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-16T12:42:20.000Z (about 1 year ago)
- Last Synced: 2025-06-21T17:26:43.280Z (about 1 year ago)
- Language: Python
- Homepage: https://docs.sunpy.org/projects/package-template/en/latest/
- Size: 539 KB
- Stars: 3
- Watchers: 4
- Forks: 8
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
SunPy Package Template
======================
This repo extends the `OpenAstronomy Python Packaging Guide `__ to add SunPy specific features such as config files which are shared over all of SunPy's packages.
Previewing Rendered Templates
-----------------------------
To make it easier to preview changes to files when rendering the template there is a tox environment named ``bake_cookies``.
If you run ``tox -e bake_cookies`` a new directory named ``cookies`` will be present with a variety of test renders of the template in (see ``tests/conftest.py`` for the configuration options).