Provium
Provium is a small standalone Python package for typed binary artifacts with automatic provenance.
Provium artifact files use the .pa extension.
Artifact I/O occurs only inside a scoped procedure execution. Every artifact opened in that scope is tracked automatically as an input, and every artifact created in that scope is tracked automatically as an output. Users do not construct or supply lineage manually.
Status
Provium is in pre-alpha development. Implementation follows the test-driven
sequence in provium_tdd_plan.md, with each step reviewed
before the next begins.
Development setup
Provium requires Python 3.12 or newer and has no required runtime dependencies.
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e '.[test]'
Run the test suite with:
pytest
The project configuration requires 100% statement and branch coverage for the
provium package.
Planned API
from provium import Procedure
ADD = Procedure(name="add", version="1")
with ADD.execute():
left = Integer.open("left.pa")
right = Integer.open("right.pa")
result = Integer.create("sum.pa")
result.write(left.read() + right.read())
The API shown above is the target design and is not implemented yet.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file provium-0.1.0.tar.gz.
File metadata
- Download URL: provium-0.1.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beb86bb8be5f434d768abd29b83a4bdb81733cffc9ef433b4058ba96a5e3df3f
|
|
| MD5 |
6aa4083ce5c376275422934ca0d3945c
|
|
| BLAKE2b-256 |
a1f19a94db2f833a2faeb26327127e346037fb8bbe708fe0b614560a5116cbf8
|
Provenance
The following attestation bundles were made for provium-0.1.0.tar.gz:
Publisher:
release.yml on SirDavidLudwig/provium
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
provium-0.1.0.tar.gz -
Subject digest:
beb86bb8be5f434d768abd29b83a4bdb81733cffc9ef433b4058ba96a5e3df3f - Sigstore transparency entry: 2440695565
- Sigstore integration time:
-
Permalink:
SirDavidLudwig/provium@9fe4f53b5b586c7c06e22780e985458d49bce729 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/SirDavidLudwig
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9fe4f53b5b586c7c06e22780e985458d49bce729 -
Trigger Event:
push
-
Statement type:
File details
Details for the file provium-0.1.0-py3-none-any.whl.
File metadata
- Download URL: provium-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34e01f937c885181afd4539482a0a11b61a9dc6f03db42e867adf83280d36543
|
|
| MD5 |
c9479b9818c4b8c6c4b403c5a4e681ac
|
|
| BLAKE2b-256 |
58aa5e6490ba96457f230a91fb738d0bb8cfb0963dd33d5de7e694491ff48b9e
|
Provenance
The following attestation bundles were made for provium-0.1.0-py3-none-any.whl:
Publisher:
release.yml on SirDavidLudwig/provium
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
provium-0.1.0-py3-none-any.whl -
Subject digest:
34e01f937c885181afd4539482a0a11b61a9dc6f03db42e867adf83280d36543 - Sigstore transparency entry: 2440695632
- Sigstore integration time:
-
Permalink:
SirDavidLudwig/provium@9fe4f53b5b586c7c06e22780e985458d49bce729 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/SirDavidLudwig
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9fe4f53b5b586c7c06e22780e985458d49bce729 -
Trigger Event:
push
-
Statement type: