root/dev/: forgejo-python-package-template-0.1.1 metadata and description

Simple index

Minimal runnable Python package template for Forgejo delivery

description_content_type text/markdown
requires_python >=3.12

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
forgejo_python_package_template-0.1.1-py3-none-any.whl
Size
3 KB
Type
Python Wheel
Python
3
  • Uploaded to root/dev by root 2026-04-21 13:53:53
forgejo_python_package_template-0.1.1.tar.gz
Size
1 KB
Type
Source
  • Uploaded to root/dev by root 2026-04-21 13:53:52

forgejo-python-package-template

Runnable Python package template repository for Forgejo delivery.

Local commands

uv sync
uv run pytest
uv build --no-sources

Included workflows

Workflow Purpose
.forgejo/workflows/ci.yml Run local-equivalent Python validation in Forgejo CI
.forgejo/workflows/python-package.yml Publish the package to a writable DevPI / private PyPI endpoint

Forgejo setup

Required secrets

Required repository variables

Acceptance criteria

  1. uv run pytest passes locally.
  2. uv build --no-sources produces a wheel and sdist.
  3. ci.yml passes on push and pull request.
  4. The publish workflow targets the writable package endpoint, not a read-only mirror.
  5. Rerunning the same version deletes and replaces the old package intentionally.