Metadata-Version: 2.1
Name: dcxml
Version: 0.1.1
Summary: Dublin Core XML generation from Python dictionaries.
Home-page: https://github.com/inveniosoftware/dcxml
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of dcxml.
            Copyright (C) 2016-2018 CERN.
        
            dcxml is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        =================
         Dublin Core XML
        =================
        
        .. image:: https://img.shields.io/travis/inveniosoftware/dcxml.svg
                :target: https://travis-ci.org/inveniosoftware/dcxml
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/dcxml.svg
                :target: https://coveralls.io/r/inveniosoftware/dcxml
        
        .. image:: https://img.shields.io/pypi/v/dcxml.svg
                :target: https://pypi.org/pypi/dcxml
        
        
        Dublin Core XML generation from Python dictionaries.
        
        * Free software: MIT license
        * Documentation: https://dcxml.readthedocs.io/
        
        
        ..
            This file is part of dcxml.
            Copyright (C) 2016-2018 CERN.
        
            dcxml is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        Changes
        =======
        
        Version 0.1.0 (released 2016-03-21)
        
        - Initial public release.
        
Keywords: dublin core xml json
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
