Metadata-Version: 1.1
Name: dojson
Version: 0.2.0
Summary: DoJSON is a simple Pythonic JSON to JSON converter.
Home-page: http://github.com/inveniosoftware/dojson/
Author: Invenio collaboration
Author-email: info@invenio-software.org
License: BSD
Description: ========
         DoJSON
        ========
        
        .. image:: https://img.shields.io/travis/inveniosoftware/dojson.svg
                :target: https://travis-ci.org/inveniosoftware/dojson
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/dojson.svg
                :target: https://coveralls.io/r/inveniosoftware/dojson
        
        .. image:: https://img.shields.io/github/tag/inveniosoftware/dojson.svg
                :target: https://github.com/inveniosoftware/dojson/releases
        
        .. image:: https://img.shields.io/pypi/dm/dojson.svg
                :target: https://pypi.python.org/pypi/dojson
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/dojson.svg
                :target: https://github.com/inveniosoftware/dojson/blob/master/LICENSE
        
        
        About
        =====
        
        DoJSON is a simple Pythonic JSON to JSON converter.
        
        Installation
        ============
        
        DoJSON is on PyPI so all you need is: ::
        
          pip install dojson
        
        Documentation
        =============
        
        Documentation is readable at http://dojson.readthedocs.org or
        it can be built using Sphinx: ::
        
          pip install 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.6
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
