https://github.com/seedcase-project/template-python-package
An opinionated toolkit for building Python packages
https://github.com/seedcase-project/template-python-package
copier-python copier-template template-package template-python template-python-package template-repository-python
Last synced: 7 days ago
JSON representation
An opinionated toolkit for building Python packages
- Host: GitHub
- URL: https://github.com/seedcase-project/template-python-package
- Owner: seedcase-project
- License: mit
- Created: 2024-09-09T14:00:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-19T21:08:17.000Z (20 days ago)
- Last Synced: 2026-05-19T21:55:49.264Z (20 days ago)
- Topics: copier-python, copier-template, template-package, template-python, template-python-package, template-repository-python
- Language: Jinja
- Homepage: https://template-python-package.seedcase-project.org/
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Template Python Package: An opinionated setup for making Python packages
[](https://doi.org/10.5281/zenodo.17018496)
[](https://github.com/copier-org/copier)
[](https://github.com/seedcase-project/template-python-package/blob/main/LICENSE.md)
[](https://github.com/seedcase-project/template-python-package/releases/latest)
[](https://github.com/seedcase-project/template-python-package/actions/workflows/test.yml)
[](https://github.com/seedcase-project/template-python-package/actions/workflows/build-website.yml)
[](https://github.com/seedcase-project/template-python-package/actions/workflows/github-code-scanning/codeql)
[](https://results.pre-commit.ci/latest/github/seedcase-project/template-python-package/main)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.repostatus.org/#active)
This repository contains a
[Copier](https://copier.readthedocs.io/en/stable/) template for setting
up a new repository for a Python package. We made this template because
we manage and develop several Python packages in Seedcase, and this
template is designed to make it easier to create, develop, and maintain
those Python packages.
Check out our
[website](https://template-python-package.seedcase-project.org) for more
information, such as the features it provides and a
[guide](https://template-python-package.seedcase-project.org/docs/guide)
to using the template. For a list of changes, see our
[changelog](CHANGELOG.md) page.
> [!TIP]
>
> This template repository was generated from the
> [t-squared](https://github.com/seedcase-project/t-squared) Seedcase
> template :tada:
## Contributing
Check out our [contributing page](CONTRIBUTING.md) for information on
how to contribute to the project, including how to set up your
development environment.
Please note that this project is released with a [Contributor Code of
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
to abide by its terms.
### Contributors
The following people have contributed to this project by submitting pull
requests :tada:
[@joelostblom](https://github.com/joelostblom),
[@lwjohnst86](https://github.com/lwjohnst86),
[@martonvago](https://github.com/martonvago),
[@signekb](https://github.com/signekb)
## Licensing
This project is licensed under the [MIT License](LICENSE.md).
## Citing
If you use this project in your work, please cite it as follows:
Johnston L.W., Brødbæk S.K., Beicher K., Vago M. (2025). Template Python
Package: An opinionated setup for making Python packages DOI:
10.5281/zenodo.17018496 URL:
https://template-python-package.seedcase-project.org
Or as a BibTeX entry:
@misc{YourReferenceHere,
author = {Johnston, Luke William and Brødbæk, Signe Kirk and Beicher, Kristiane and Vago, Marton},
doi = {10.5281/zenodo.17018496},
month = {9},
title = {Template Python Package: An opinionated setup for making Python packages},
url = {https://template-python-package.seedcase-project.org},
year = {2025}
}