Feature-rich Python project template designed for robustness and ease of use.
Project description
Welcome to python-template-project
A feature-rich Python project template with with auto-generated CLI, GUI and parameterized configuration.
This template provides a solid foundation for your next Python project, incorporating best practices for testing, automation, and distribution. It streamlines the development process with a comprehensive set of pre-configured tools and workflows, allowing you to focus on writing code.
How to use this template
Getting started on developing your own project based on this template
DO NOT FORK This project is meant to be used from Use this template feature.
-
Create a new repository using GitHub template
Click on Use this template. -
Give a name to your project
For example:my-python-project
(Hyphens may be used as project name; they are converted during renaming internally to underscores for packages.) -
Set write permissions
Go to:Repository -> Settings -> Actions -> General -> Workflow permissions
Select:Read and write permissions, then click Save. -
Trigger rename workflow
Navigate toActionstab → Select Rename Action → Run workflow on themainbranch. -
Wait for the workflow to finish
-
Clone the repository
Run:git clone [your-github-url]
-
Open the project in your IDE
-
Install dependencies and create virtual environment Run:
make install -
Configure your IDE Set
.venvas the local Python virtual environment. -
Adjust project metadata Modify
pyproject.toml(e.g., project description, authors, license, etc.) -
Clean up template scripts Delete the files:
rename_project.ymlrename_project.sh
-
Format your codebase Run:
make fmtThis will auto-format your files and reorder imports (based on any name changes).
-
Enable pre-commit hooks Run:
uv run pre-commit install
-
Add repository to ReadTheDocs Visit: https://app.readthedocs.org/dashboard/import/
-
Configure PyPI publishing
- Generate a PyPI API token from your PyPI account.
- Go to GitHub → Settings → Secrets and variables → Actions.
- Add the secret as
PYPI_API_TOKEN.
-
Release your first version Run:
make release
Feature overview
- 📦 Package Management: Utilizes uv, an extremely fast Python package manager, with dependencies managed in
pyproject.toml. - ✅ Code Formatting and Linting: Pre-commit hook with the RUFF auto-formatter to ensure consistent code style.
- 🧪 Testing: Unit testing framework with pytest.
- 📊 Code coverage reports using codecov
- 🔄 CI/CD: GitHub Actions for automated builds (Windows, macOS), unit tests, and code checks.
- 💾 Automated Builds: GitHub pipeline for automatically building a Windows executable and a macOS installer.
- 💬 Parameter-Driven Automation:
- Automatic generation of a configuration file from parameter definitions.
- Automatic generation of a Command-Line Interface (CLI) from the same parameters.
- Automatic generation of CLI API documentation.
- Automatic generation of change log using gitchangelog to keep a HISTORY.md file up to date.
- 📃 Documentation: Configuration for publishing documentation on Read the Docs using mkdocs .
- 🖼️ Minimalist GUI: Comes with a basic GUI based on tkinker that includes an auto-generated settings menu based on your defined parameters.
- 🖥️ Workflow Automation: A
Makefileis included to simplify and automate common development tasks. - 🛳️ Release pipeline: Automated releases unsing the Makefile
make releasecommand, which creates a new tag and pushes it to the remote repo. Thereleasepipeline will automatically create a new release on GitHub and trigger a release on [PyPI](https://pypi.org.- setuptools is used to package the project and manage dependencies.
- setuptools-scm is used to automatically generate the
_version.pyfile from thepyproject.tomlfile.
Installation
Get an impression of how your own project could be installed and look like.
Download from PyPI.
💾 For more installation options see install.
pip install python-template-project
Run GUI from command line
python-template-project-gui
Run application from command line using CLI
python -m python_template_project.cli [OPTIONS] path/to/file
python-template-project-cli [OPTIONS] path/to/file
Troubleshooting
Problems with release pipeline
If you get this error below:
/home/runner/work/_temp/xxxx_xxx.sh: line 1: .github/release_message.sh: Permission denied
You have to run these commands in your IDE Terminal or the git bash and then push the changes.
git update-index --chmod=+x ./.github/release_message.sh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_template_project-0.2.3.tar.gz.
File metadata
- Download URL: python_template_project-0.2.3.tar.gz
- Upload date:
- Size: 199.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e57b0acc27c7af2a8c0e62c52716acbad5ca1922fc3b1490d3729f399c41e25c
|
|
| MD5 |
03740d0c5d637ab4e8cfeac667d9a6b5
|
|
| BLAKE2b-256 |
1bf10753ee1364eec8ff947dbbe2087c11a791bdade8f353ccff166b89a19516
|
File details
Details for the file python_template_project-0.2.3-py3-none-any.whl.
File metadata
- Download URL: python_template_project-0.2.3-py3-none-any.whl
- Upload date:
- Size: 28.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a88324ce97aca513b9afbc1678c5a78470465216d0b9b0e6f49e5d3c9e7d56b
|
|
| MD5 |
3021b36dbaebd25839c65c56f443c5f6
|
|
| BLAKE2b-256 |
696ccea364078a0bbf9b92fe2f341caef7a631d96012c7c8e5c259871a9d0c74
|