Metadata-Version: 1.1
Name: ezprettyjson
Version: 0.1.1
Summary: easy json: dynamic exploration of a dict or json in the notebook
Home-page: https://github.com/oscar6echo/ezprettyjson
Author: oscar6echo
Author-email: olivier.borderies@gmail.com
License: MIT
Download-URL: https://github.com/oscar6echo/ezprettyjson/tarball/0.1.1
Description: ezprettyjson
        ============
        
        | ez stands for easy.
        | A convenient and flexible way to explore large json or dictionaries in
          the IPython notebook.
        | Heavily inpired by `this javascript library`_
        
        See the `example notebook`_
        
        .. _this javascript library: http://caldwell.github.io/renderjson/
        .. _example notebook: http://nbviewer.ipython.org/github/oscar6echo/ezprettyjson/blob/master/demo_ezprettyjson.ipynb
Keywords: json,dict,javascript
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
