Skip to main content

ddex

Project description

DDEX

A Python DDEX implementation.

Test publish Coverage


Documentation: https://ddex.corletti.xyz

Source Code: https://github.com/anthonycorletti/ddex


A Python DDEX implementation.

Some tasty features are:

  • XML Support: Create and validate DDEX XML documents.
  • JSON: Transform DDEX documents to JSON documents and vice versa.
  • Python Objects: Create and validate DDEX documents with python objects and vice versa.

Requirements

Python 3.8+

Installation

pip install ddex

A Quick Example

from ddex import xml_to_ddex

ddex = xml_to_ddex(path="Audio.xml")
ddex.assert_valid()

What is DDEX?

DDEX is a standard for the exchange of data between parties. Data specifically for digitial content supply chains. Think of it as the metadata standard for describing how digital content is distributed around to the services that supply the world with movies, music, and multimedia.

To learn more about DDEX, visit the following links:

So what can I do with this library?

Install it and use it in a server-side api for validating and creating DDEX documents and schemas, or for a batch processing service that's transforming data from one multimedia metadata content standard to another. This library should support all DDEX content standards that python can parse.

How can I help?

Please open an issue on GitHub. Pull requests are also very welcome. Checkout our contributing guide to get started.

 

 

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

ddex-0.0.1.tar.gz (130.5 kB view hashes)

Uploaded Source

Built Distribution

ddex-0.0.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

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