Skip to main content

GIF handler for embedding and extracting XMP packets in Swarmauri runtimes.

Project description

Swarmauri Logo

PyPI - Downloads Hits PyPI - Python Version PyPI - License PyPI - swarmauri_xmp_gif

swarmauri_xmp_gif

swarmauri_xmp_gif includes the GIFXMP handler that preserves XMP packets inside GIF89a application extensions using the canonical XMP Data identifier and XMP authentication code.

Features

  • Registry native – extends EmbedXmpBase so managers such as EmbedXMP can discover it through Swarmauri's dynamic registry.
  • Block aware – iterates GIF sub-blocks safely and terminates on sentinel bytes to avoid corrupting animations.
  • Spec aligned – writes uncompressed UTF-8 payloads that match Adobe's guidance for GIF metadata.

Installation

# pip
pip install swarmauri_xmp_gif

# uv
uv add swarmauri_xmp_gif

Usage

from pathlib import Path

from swarmauri_xmp_gif import GIFXMP

handler = GIFXMP()
gif_path = Path("example.gif")
xmp_packet = """<x:xmpmeta xmlns:x='adobe:ns:meta/'><rdf:RDF>...</rdf:RDF></x:xmpmeta>"""

# Embed using an application extension block
updated_bytes = handler.write_xmp(gif_path.read_bytes(), xmp_packet)
gif_path.write_bytes(updated_bytes)

# Retrieve the RDF/XML payload
restored_xml = handler.read_xmp(updated_bytes)
print(restored_xml)

# Remove the extension again
clean_bytes = handler.remove_xmp(updated_bytes)

Why it works

  • Standards-based – uses the XMP-defined App ID and Auth Code from Adobe's reference implementation.
  • Chunk-aware – scans GIF sub-blocks safely, terminating on sentinel bytes and ignoring malformed payloads.
  • Registry-native – inherits from EmbedXmpBase, so managers only need to query the component registry.

Project Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swarmauri_xmp_gif-0.1.2.dev3.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

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

swarmauri_xmp_gif-0.1.2.dev3-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file swarmauri_xmp_gif-0.1.2.dev3.tar.gz.

File metadata

  • Download URL: swarmauri_xmp_gif-0.1.2.dev3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","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

Hashes for swarmauri_xmp_gif-0.1.2.dev3.tar.gz
Algorithm Hash digest
SHA256 815ce21694f25e73a1569c817f16efcb616f45edee52882cf9ad88c34898123f
MD5 7c6d5a08a695dfc691f349970f7aa319
BLAKE2b-256 20fadaadd484496ac04d2cab4fdf168a7a3e8864325ecd27375045719806dd4d

See more details on using hashes here.

File details

Details for the file swarmauri_xmp_gif-0.1.2.dev3-py3-none-any.whl.

File metadata

  • Download URL: swarmauri_xmp_gif-0.1.2.dev3-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","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

Hashes for swarmauri_xmp_gif-0.1.2.dev3-py3-none-any.whl
Algorithm Hash digest
SHA256 6467763862f3118aaea90dee676652c5f56b7f7bba95b4fa5c4f705340806c9a
MD5 901748189f24d00f90859cb5276e1344
BLAKE2b-256 a43e88ec1af76822a6f5b41e7900beab95596c5496e7f0551da310de5dad087d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page