Metadata-Version: 2.1
Name: cds-dojson
Version: 0.11.0
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
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.5
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: arrow (>=0.7.0)
Requires-Dist: dojson (>=1.3.2)
Requires-Dist: invenio-query-parser (>=0.5.0)
Requires-Dist: requests (>=2.17.3)
Requires-Dist: pycountry (<19,>=17.5.14)
Provides-Extra: all
Requires-Dist: Sphinx (>=1.3) ; extra == 'all'
Requires-Dist: check-manifest (>=0.25) ; extra == 'all'
Requires-Dist: coverage (<6,>=5.3) ; extra == 'all'
Requires-Dist: invenio-jsonschemas (<1.1.2,>=1.0.0a5) ; extra == 'all'
Requires-Dist: jsonpatch (>=1.11) ; extra == 'all'
Requires-Dist: jsonref (>=0.1) ; extra == 'all'
Requires-Dist: jsonresolver (>=0.1.0) ; extra == 'all'
Requires-Dist: jsonschema (>=2.5.1) ; extra == 'all'
Requires-Dist: mock (>=1.3.0) ; extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'all'
Requires-Dist: pycodestyle (>=1.0.0) ; extra == 'all'
Requires-Dist: pytest-cache (>=1.0) ; extra == 'all'
Requires-Dist: pytest-cov (>=2.10.1) ; extra == 'all'
Requires-Dist: pytest-isort (>=1.2.0) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'all'
Requires-Dist: pytest (<5,>=4.0.0) ; extra == 'all'
Requires-Dist: pycountry (<19,>=17.5.14) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.3) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: coverage (<6,>=5.3) ; extra == 'tests'
Requires-Dist: invenio-jsonschemas (<1.1.2,>=1.0.0a5) ; extra == 'tests'
Requires-Dist: jsonpatch (>=1.11) ; extra == 'tests'
Requires-Dist: jsonref (>=0.1) ; extra == 'tests'
Requires-Dist: jsonresolver (>=0.1.0) ; extra == 'tests'
Requires-Dist: jsonschema (>=2.5.1) ; extra == 'tests'
Requires-Dist: mock (>=1.3.0) ; extra == 'tests'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'tests'
Requires-Dist: pycodestyle (>=1.0.0) ; extra == 'tests'
Requires-Dist: pytest-cache (>=1.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.10.1) ; extra == 'tests'
Requires-Dist: pytest-isort (>=1.2.0) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'
Requires-Dist: pytest (<5,>=4.0.0) ; extra == 'tests'
Requires-Dist: pycountry (<19,>=17.5.14) ; extra == 'tests'

========
 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


