The HydraVeil core library exposes core logic to higher-level components. https://simplifiedprivacy.com
Find a file
2026-08-24 11:50:34 -04:00
assets/yaml_mappings Sync from the main app streamlines into the Connect module, to do async bulk sync. Additionally ApplicationVersion was transitioned from manual SQL to the ORM, for easier compatibility with the newer sync system. The side effect functions of this have been tested to be stable. 2026-08-04 20:17:45 -04:00
core Manual Explicit Wireguard enable via nmcli for Improved Cross-Linux distro support. 2026-08-24 11:50:34 -04:00
.gitignore Cython for Miller's Loop Cryptography first introduced, which dramatically reduces verification times. Includes a setup.py option for manual builds if desired. README for manual compile if desired. And a fallback import using the legacy python-only system. 2026-08-22 20:48:22 -04:00
broken_pipe_test.py Changed bash generic commands to no longer use blocking methods to search through the terminal output to help with broken pipe errors, and instead select. But kept it non-blocking for the entire terminal itself. Also refactored Use Ticket Controller to reduce nesting if statements. 2026-08-24 11:24:23 -04:00
change_log.md Cython for Miller's Loop Cryptography first introduced, which dramatically reduces verification times. Includes a setup.py option for manual builds if desired. README for manual compile if desired. And a fallback import using the legacy python-only system. 2026-08-22 20:48:22 -04:00
LICENSE.txt Add LICENSE.txt 2025-02-24 23:23:05 +01:00
pyproject.toml Version bump & adding validators to dependencies 2026-08-20 18:39:29 -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