openom-core
The deterministic Python core of the openOM standard: the PDF/data verbs
(embed, read, inspect, extract, validate) and RFC 8785 canonicalization + SHA-256
integrity. Zero inference, ever (CI's boundary job enforces it). Byte-parity with js/.
# From a clone (openom-core is not yet on PyPI):
pip install -e core # add the [dev] extra only to contribute
# Once published: pip install openom-core
from openom_core.embed import embed, read
out = embed(pdf_bytes, payload, asserted_date="2026-08-16") # non-destructive
r = read(out) # r.present / r.hash_valid / r.payload
Entrypoints: openom_core.{canonical,embed,validate,inspect,images,text,schema,xmp}.
Tests: pytest core -q --cov=openom_core --cov-fail-under=90. Schema + vectors live in /spec.
Release files for openom-core 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| openom_core-0.1.6.tar.gz | 148.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openom_core-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 192.6 kB
Release files / openom_core-0.1.6.tar.gz
| Download URL | openom_core-0.1.6.tar.gz |
|---|---|
| Size | 148.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
102c641bad05a5e8de98dcc952dd5f01e5d9173b2e2447a02c46241e6aabf6f0
|
|
BLAKE2b-256 checksum How to use checksums |
e85c3e7ae8a45dd52c46ff54cc08baf10aee549e259056787ac9959ef91f21de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.7
|
Release files / openom_core-0.1.6-py3-none-any.whl
| Download URL | openom_core-0.1.6-py3-none-any.whl |
|---|---|
| Size | 44.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
57e8939f6fba2ef3e767352898b8a7c645935e6dfbedfb1ee6152c58fe0c31fd
|
|
BLAKE2b-256 checksum How to use checksums |
90747a45c6e95c589e481d5011422eea207e86e1538faea2ad5dabe1047f9001
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.7
|