h4-hello
Table of Contents
A practice project for publishing Python packages to PyPI with PEP740 digital signatures using uv as the build backend and package manager. Contains only a simple hello() function that returns "Hello!".
Installation
pip install h4-hello
Usage
CLI
$ h4-hello
Hello!
$ h4-hello --version
h4-hello v0.1.12b2
As a Library
from h4_hello import hello
print(hello()) # -> Hello!
Development
This project uses uv for package management and poethepoet for task running.
Setup
# Install dependencies
uv sync
# Run tests
poe test
# Lint and type check
poe lint
# Format code
poe format
# Build package
poe build
Available Tasks
Run poe to see all available tasks defined in poe_tasks.toml:
poe test- Run pytest testspoe check- Run ruff lintingpoe mypy- Run type checkingpoe format- Auto-format codepoe build- Full build with checks and smoke testspoe smoke-test- Test built packages in isolationpoe lint- Run all linters (ruff, mypy, pep440check, pyproject validation)
Publishing
This project uses GitHub Actions with Trusted Publishing:
- TestPyPI: Tag with
test-*(e.g.,test-0.1.11) - PyPI: Tag with
v*semver (e.g.,v0.1.11)
Both deployments use OIDC authentication with Sigstore attestations (PEP740).
License
h4-hello is distributed under the terms of the MIT license.
Note
詳細な日本語ドキュメントは NOTE-ja.md を参照してください。
Release files for h4-hello 0.1.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| h4_hello-0.1.14.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| h4_hello-0.1.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.5 kB
Release files / h4_hello-0.1.14.tar.gz
| Download URL | h4_hello-0.1.14.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0840bb1270203903246285297cb4ac05bb276733011e20c1641b8b787c0f60d7
|
|
BLAKE2b-256 checksum How to use checksums |
3590d0ebb4bf7b4ada0745365d3a8c4077803d98abae1e781eadd3a154b392a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 5, 2025.
Transparency logRelease files / h4_hello-0.1.14-py3-none-any.whl
| Download URL | h4_hello-0.1.14-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
01e16b5bfe59823ba9eda943ef76f765580dc3d1bf1575d27fadbedb4e0e3b7a
|
|
BLAKE2b-256 checksum How to use checksums |
a8c4e33bd915fb6b36d904220db422c5d0337e8dd202ded048f3b6d92bbc859a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 5, 2025.
Transparency log