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.1
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.1.tar.gz | 140.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openom_core-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 180.5 kB
Release files / openom_core-0.1.1.tar.gz
| Download URL | openom_core-0.1.1.tar.gz |
|---|---|
| Size | 140.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
06e93de43c837169d30826eda7a50c32acef03c80b6b214311b71bfa0ccc16fe
|
|
BLAKE2b-256 checksum How to use checksums |
4a13f4cf057ff76ddfd5643c1ef6d950a29579b5df05db7673ec2ff52da0e711
|
| 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.1-py3-none-any.whl
| Download URL | openom_core-0.1.1-py3-none-any.whl |
|---|---|
| Size | 40.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0d465620a9b3c25cab2004b57115579f7213cd93a5fd164e7b30d39f31365819
|
|
BLAKE2b-256 checksum How to use checksums |
523758bb8ca11453b26299cdf79409ae144eb97fa7b847fdd41a5c1393137f3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.7
|