ISO-BMFF handler scaffold for embedding and extracting XMP packets in Swarmauri runtimes.
Project description
swarmauri_xmp_mp4
swarmauri_xmp_mp4 publishes the MP4XMP scaffold so ISO-BMFF containers (MP4, MOV, HEIF, AVIF) can eventually embed XMP packets via UUID boxes.
Features
- Design-first – establishes the interface contract for ISO-BMFF metadata operations.
- Registry-native – extends
EmbedXmpBase, ensuring managers can discover it automatically. - Expectation management – explicit
NotImplementedErrorkeeps integrators aware of remaining work.
Installation
# pip
pip install swarmauri_xmp_mp4
# uv
uv add swarmauri_xmp_mp4
Usage
from swarmauri_xmp_mp4 import MP4XMP
handler = MP4XMP()
try:
handler.write_xmp(b"\x00\x00\x00\x18ftypmp42...", "<rdf:RDF>...</rdf:RDF>")
except NotImplementedError:
print("MP4 XMP support is forthcoming.")
Why it works
- Design-first – establishes the interface contract for ISO-BMFF metadata operations.
- Registry-native – extends
EmbedXmpBase, ensuring managers can discover it automatically. - Expectation management – explicit
NotImplementedErrorkeeps integrators aware of remaining work.
Project Resources
- Source: https://github.com/swarmauri/swarmauri-sdk
- License: Apache 2.0
Project details
Release history Release notifications | RSS feed
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 swarmauri_xmp_mp4-0.1.1.dev46.tar.gz.
File metadata
- Download URL: swarmauri_xmp_mp4-0.1.1.dev46.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ec611a6c92e39f4a6d9f9bc2972b3f9effac9847f82cdc3a429465a07844462
|
|
| MD5 |
1c55d10b11568be153a0a966d1590ce2
|
|
| BLAKE2b-256 |
57c6eca32b472c6b0e55b254a91150e22a09d0c7320bbd8eee49891d7230cb58
|
File details
Details for the file swarmauri_xmp_mp4-0.1.1.dev46-py3-none-any.whl.
File metadata
- Download URL: swarmauri_xmp_mp4-0.1.1.dev46-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44aad91ae6bdeb91b21f9a207f674998a431ae03d2813a1d00d82590bea73789
|
|
| MD5 |
96c6a4a7dc1439233eaef35a205547d8
|
|
| BLAKE2b-256 |
9b06498e71ab90a8ebfbcf8a5c7aed1d75be9e594481c01bc6a659701976bd36
|