Metadata-Version: 1.1
Name: dcxml
Version: 0.1.0
Summary: Dublin Core XML generation from Python dictionaries.
Home-page: https://github.com/inveniosoftware/dcxml
Author: CERN
Author-email: info@invenio-software.org
License: GPLv2
Description: ..
            This file is part of dcxml.
            Copyright (C) 2016 CERN.
        
            dcxml is free software; you can redistribute it
            and/or modify it under the terms of the GNU General Public License as
            published by the Free Software Foundation; either version 2 of the
            License, or (at your option) any later version.
        
            dcxml is distributed in the hope that it will be
            useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
            General Public License for more details.
        
            You should have received a copy of the GNU General Public License
            along with dcxml; if not, write to the
            Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
            MA 02111-1307, USA.
        
            In applying this license, CERN does not
            waive the privileges and immunities granted to it by virtue of its status
            as an Intergovernmental Organization or submit itself to any jurisdiction.
        
        =================
         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/github/tag/inveniosoftware/dcxml.svg
                :target: https://github.com/inveniosoftware/dcxml/releases
        
        .. image:: https://img.shields.io/pypi/dm/dcxml.svg
                :target: https://pypi.python.org/pypi/dcxml
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/dcxml.svg
                :target: https://github.com/inveniosoftware/dcxml/blob/master/LICENSE
        
        
        Dublin Core XML generation from Python dictionaries.
        
        * Free software: GPLv2 license
        * Documentation: https://pythonhosted.org/dcxml/
        
        
        ..
            This file is part of dcxml.
            Copyright (C) 2016 CERN.
        
            dcxml is free software; you can redistribute it
            and/or modify it under the terms of the GNU General Public License as
            published by the Free Software Foundation; either version 2 of the
            License, or (at your option) any later version.
        
            dcxml is distributed in the hope that it will be
            useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
            General Public License for more details.
        
            You should have received a copy of the GNU General Public License
            along with dcxml; if not, write to the
            Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
            MA 02111-1307, USA.
        
            In applying this license, CERN does not
            waive the privileges and immunities granted to it by virtue of its status
            as an Intergovernmental Organization or submit itself to any jurisdiction.
        
        
        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 :: GNU General Public License v2 (GPLv2)
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 5 - Production/Stable
