1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
DIDL-Lite (Digital Item Declaration Language) tools for Python
==============================================================
DIDL-Lite tools for Python to read and write DIDL-Lite-xml.
Usage
-----
See ``tests/`` for examples on how to use this.
Note that this package does **NOT** do any type checking. Coercion of data types from and to strings must be done by the user of this library.
Resources / documents
---------------------
DIDL-Lite resources and documents:
* `UPnP-av-ContentDirectory-v1-Service <http://upnp.org/specs/av/UPnP-av-ContentDirectory-v1-Service.pdf>`_
* `UPnP-av-ContentDirectory-v2-Service <http://upnp.org/specs/av/UPnP-av-ContentDirectory-v2-Service.pdf>`_
* `didl-lite-v2.xsd <http://www.upnp.org/schemas/av/didl-lite-v2.xsd>`_
* `mpeg21-didl <http://xml.coverpages.org/mpeg21-didl.html>`_
|