Metadata-Version: 2.4
Name: dcxml
Version: 0.1.3
Summary: Dublin Core XML generation from Python dictionaries.
Project-URL: Repository, https://github.com/inveniosoftware/dcxml
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: core,dublin,json,xml
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: lxml>=4.1.1
Provides-Extra: docs
Requires-Dist: sphinx>=3; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest-invenio>=1.4.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2016-2018 CERN.
    SPDX-License-Identifier: MIT

=================
 Dublin Core XML
=================

.. image:: https://img.shields.io/github/license/inveniosoftware/dcxml.svg
        :target: https://github.com/inveniosoftware/dcxml/blob/master/LICENSE

.. 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/
