Metadata-Version: 1.1
Name: cds-dojson
Version: 0.3.1
Summary: CDS DoJSON extension
Home-page: http://github.com/CERNDocumentServer/cds-dojson/
Author: CERN Document Server Team
Author-email: cds-support@cern.ch
License: BSD
Description: ========
         DoJSON
        ========
        
        .. image:: https://img.shields.io/travis/CERNDocumentServer/cds-dojson.svg
                :target: https://travis-ci.org/CERNDocumentServer/cds-dojson
        
        .. image:: https://img.shields.io/coveralls/CERNDocumentServer/cds-dojson.svg
                :target: https://coveralls.io/r/CERNDocumentServer/cds-dojson
        
        .. image:: https://img.shields.io/github/tag/CERNDocumentServer/cds-dojson.svg
                :target: https://github.com/CERNDocumentServer/cds-dojson/releases
        
        .. image:: https://coveralls.io/repos/CERNDocumentServer/cds-dojson/badge.svg?branch=master&service=github
                :target: https://coveralls.io/github/CERNDocumentServer/cds-dojson?branch=master
        
        .. image:: https://img.shields.io/github/license/CERNDocumentServer/cds-dojson.svg
                :target: https://github.com/CERNDocumentServer/cds-dojson/blob/master/LICENSE
        
        
        About
        =====
        
        
        
        Installation
        ============
        
        
        Documentation
        =============
        
        Documentation can be built using Sphinx: ::
        
          pip install cds-dojson[docs]
          python setup.py build_sphinx
        
        Testing
        =======
        
        Running the test suite is as simple as: ::
        
          python setup.py test
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD 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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 5 - Production/Stable
