Metadata-Version: 1.1
Name: sj
Version: 0.1.0
Summary: Enforcer of snakey JSON
Home-page: https://github.com/snakeyjson/sj
Author: Dan Buch
Author-email: dan@meatballhat.com
License: MIT
Description: sj
        ==
        
        Enforcer of snakey JSON.
        
        Installation
        ------------
        
        With pip::
        
            pip install sj
        
        
        With curl (separate install of ``ijson`` required)::
        
            curl -sLO https://raw.githubusercontent.com/snakeyjson/sj/master/sj.py
            mv sj.py ~/bin/sj
            chmod +x ~/bin/sj
        
        
        Usage
        -----
        
        With whatever stdin::
        
            sj < some-file.json
        
        
        With curl::
        
            curl -s http://example.org/some/path | sj
Keywords: snakey json
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
