No description
Find a file
2026-03-24 18:01:18 +01:00
essentials Add support for random available port number determination 2026-03-18 19:53:30 +01:00
.gitignore Initial commit 2026-03-16 16:29:20 +01:00
LICENSE.txt Initial commit 2026-03-16 16:29:20 +01:00
pyproject.toml Initial commit 2026-03-16 16:29:20 +01:00
README.md Update README.md 2026-03-24 18:01:18 +01:00

sp-essentials

The sp-essentials library provides essential logic to downstream projects.

Build Instructions

Presumptions

  • Your system is configured to use the Simplified Privacy package registry [1].

Prerequisites

  • build
  • twine

To install them, activate your venv, if necessary, and run:

pip install build twine

Build Steps

  • Activate your venv, if necessary, and run:
rm -rf ./dist/*
python3 -m build
python3 -m twine upload --repository forgejo ./dist/*

[1] https://forgejo.org/docs/v14.0/user/packages/pypi/#configuring-the-package-registry