Metadata-Version: 2.4
Name: sp-hydra-veil-core
Version: 2.3.1
Summary: A library that exposes core logic to higher-level components.
Project-URL: Homepage, https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core
Project-URL: Issues, https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core/issues
Author: Simplified Privacy
License-File: LICENSE.txt
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: annotated-types==0.7.0
Requires-Dist: certifi==2026.4.22
Requires-Dist: charset-normalizer==3.4.7
Requires-Dist: click==8.3.3
Requires-Dist: cryptography~=46.0.3
Requires-Dist: cytoolz==1.1.0
Requires-Dist: dataclasses-json~=0.6.7
Requires-Dist: eth-hash==0.8.0
Requires-Dist: eth-typing==6.0.0
Requires-Dist: eth-utils==6.0.0
Requires-Dist: idna==3.13
Requires-Dist: marshmallow~=3.26.1
Requires-Dist: packaging==26.2
Requires-Dist: pathspec==1.1.1
Requires-Dist: platformdirs==4.9.6
Requires-Dist: psutil==7.2.2
Requires-Dist: py-ecc==8.0.0
Requires-Dist: pydantic-core==2.46.3
Requires-Dist: pydantic==2.13.3
Requires-Dist: pydeps==3.0.6
Requires-Dist: pysocks~=1.7.1
Requires-Dist: python-dateutil~=2.9.0.post0
Requires-Dist: pytokens==0.4.1
Requires-Dist: requests~=2.32.5
Requires-Dist: sp-essentials~=1.0.0
Requires-Dist: stdlib-list==0.12.0
Requires-Dist: toolz==1.1.0
Requires-Dist: typing-extensions==4.15.0
Requires-Dist: typing-inspect==0.9.0
Requires-Dist: typing-inspection==0.4.2
Requires-Dist: urllib3==2.6.3
Description-Content-Type: text/markdown

# 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:

```bash
pip install build twine
```

### Build Steps

* Activate your `venv`, if necessary, and run:

```bash
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
