The HydraVeil core library exposes core logic to higher-level components. https://simplifiedprivacy.com
Find a file
2026-05-25 00:02:57 +00:00
core add subdomain operator 2026-05-25 00:02:57 +00:00
.env core-laravel-proxyTEST 2026-05-16 00:36:11 -05:00
.gitignore Introduced Anonymous Ticket Billing Options 2026-05-04 15:33:50 -04:00
install.sh add install.sh 2026-05-23 03:12:33 +00:00
LICENSE.txt Add LICENSE.txt 2025-02-24 23:23:05 +01:00
pyproject.toml Introduced Anonymous Ticket Billing Options 2026-05-04 15:33:50 -04:00
README.md Update README.md 2026-03-24 16:37:04 +01:00

sp-hydra-veil-core

The sp-hydra-veil-core library exposes core logic to higher-level components.

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