The HydraVeil core library exposes core logic to higher-level components. https://simplifiedprivacy.com
Find a file
2026-07-19 15:33:36 -04:00
assets/yaml_mappings Big Transition: Location & Operator turned into SQLAlchemy models. This forces a change across baseprofile, Locationcontroller, and even GUIs type handling 2026-06-27 17:10:28 -04:00
core Fixing proxy subscriptions 2026-07-19 15:33:36 -04:00
.gitignore Sync streamline introduced for cached data 2026-06-22 17:30:42 -04:00
change_log.md Surgery on ConnectionController! Huge separation of ConnectionController & ProfileController into naked function modules for enabling a connection, registering wireguard keys, coordinating proxy configs, subscriptions, endpoint verification, and the logistical flow. Additionally enums were used for type checking, instead of polymorphic functions. This version is stable and confirmed working for systemwide and session wireguard, but not yet proxies. 2026-07-18 23:35:48 -04:00
LICENSE.txt Add LICENSE.txt 2025-02-24 23:23:05 +01:00
pyproject.toml Fixing proxy subscriptions 2026-07-19 15:33:36 -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