The CLI (command line interface) is a reference implementation of the sp-hydra-veil-core library. https://simplifiedprivacy.com
Find a file
2026-03-24 16:40:07 +01:00
cli Add support for stateful Tor sessions 2026-01-18 05:20:44 +01:00
.gitignore Update .gitignore 2025-04-18 15:55:56 +02:00
LICENSE.txt Add LICENSE.txt 2025-02-24 22:24:51 +01:00
pyproject.toml Bump version to 2.2.1 2026-01-20 20:03:11 +01:00
README.md Update README.md 2026-03-24 16:40:07 +01:00

sp-hydra-veil-cli

The sp-hydra-veil-cli command line interface is the reference implementation of the sp-hydra-veil-core library.

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