Metadata-Version: 2.1
Name: python-didl-lite
Version: 1.3.1
Summary: DIDL-Lite (Digital Item Declaration Language) tools for Python
Home-page: https://github.com/StevenLooman/python-didl-lite
Author: Steven Looman
Author-email: steven.looman@gmail.com
License: UNKNOWN
Description: 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)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
