A quieter way to stay informed
Project description
Python project Template
This is a template repository for python projects.
To get started:
- Create a repository on GitHub using this template.
- Setup commitizen workflow for version and changelog generation
- Setup zensical workflow for documentation hosting
- Setup renovate for dependency updates
- Setup PyPI publishing workflow for package distribution
- Enable nix devshells for development environment setup with
nix develop - Enable pre-commit with
prek install - Reset versioning for your project by running the following script:
#!/usr/bin/env bash
# Reset repository versioning to 0.0.0
# Clear changelog
echo "" > CHANGELOG.md
# Update version in pyproject.toml
sed -i 's/^version = "[^"]*"/version = "0.0.0"/' pyproject.toml
# Update version in commitizen version_files (adjust path to match your package)
sed -i 's/__version__ = "[^"]*"/__version__ = "0.0.0"/' src/<your-package>/__init__.py
Project details
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 minizen_template-0.3.0.tar.gz.
File metadata
- Download URL: minizen_template-0.3.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.5 {"installer":{"name":"uv","version":"0.11.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
819d4fb678693569d9b73a32c5cf2dd3c58baf9b7949962376118923e56979be
|
|
| MD5 |
7ebab44282da866944c5edf1ef6f6e62
|
|
| BLAKE2b-256 |
46130423eb69e5d3607e4a07a9a9bdfb38dcc16a1eabbb83f84dd1e019e8d63f
|
File details
Details for the file minizen_template-0.3.0-py3-none-any.whl.
File metadata
- Download URL: minizen_template-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.5 {"installer":{"name":"uv","version":"0.11.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42fc7b6c8c13c847343291bde67aded9b0cd49789f3cd8173ec9f0fd357115e9
|
|
| MD5 |
5cc5345d7ee3d6916c66fcfa12aefefe
|
|
| BLAKE2b-256 |
49927c2c03d0a1c66dea3177d61d00086040d09b6720d5db488844e53c314aa6
|