Skip to main content

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

provium-0.1.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

provium-0.1.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

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

Hashes for provium-0.1.0.tar.gz
Algorithm Hash digest
SHA256 beb86bb8be5f434d768abd29b83a4bdb81733cffc9ef433b4058ba96a5e3df3f
MD5 6aa4083ce5c376275422934ca0d3945c
BLAKE2b-256 a1f19a94db2f833a2faeb26327127e346037fb8bbe708fe0b614560a5116cbf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for provium-0.1.0.tar.gz:

Publisher: release.yml on SirDavidLudwig/provium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for provium-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 34e01f937c885181afd4539482a0a11b61a9dc6f03db42e867adf83280d36543
MD5 c9479b9818c4b8c6c4b403c5a4e681ac
BLAKE2b-256 58aa5e6490ba96457f230a91fb738d0bb8cfb0963dd33d5de7e694491ff48b9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for provium-0.1.0-py3-none-any.whl:

Publisher: release.yml on SirDavidLudwig/provium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page