Metadata-Version: 1.1
Name: json-tools
Version: 0.1.30
Summary: A set of tools to manipulate JSON: diff, patch, pretty-printing
Home-page: https://bitbucket.org/vadim_semenov/json_tools
Author: Vadim Semenov
Author-email: protoss.player@gmail.com
License: UNKNOWN
Description: 
            json_tools is a Python package and CLI utility set to manipulate JSON documents
            using JSON patch specification: <http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-02>
        
            Installation
            ============
            ``pip install json_tools``
        
            Usage (CLI)
            ===========
        
            Pretty-printing
            ---------------
            ``json print [options] [file_name]``
        
            The ``file_name`` is optional: if not given the input document is read from STDIN.
        
            Options
            ^^^^^^^
            ``-c, --color``
                Colorize output (used only in TTY mode).
        
        
            Diff
            ----
            ``json diff first.json second.json``
        
            Patch
            -----
            ``json patch document.json patch.json``
        
        
            Source code
            ===========
        
            Source code and Wiki are available on BitBucket: <https://bitbucket.org/vadim_semenov/json_tools>
            Feel free to fork and make bug-reports/feature-requests.
            
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
