Metadata-Version: 1.1
Name: json2tsv
Version: 0.1.0
Summary: Convert json to tab-separated format.
Home-page: https://github.com/aronwc/json2tsv
Author: Aron Culotta
Author-email: aronwc@gmail.com
License: BSD
Description: json2tsv
        ========
        
        |image|
        
        |image|
        
        |image|
        
        Convert json to tab-separated format. Read from STDOUT and write to
        STDOUT. E.g.
        
        ::
        
            $ echo '[{"id":"123", "user":{"name":"mary", "gender":"female"}}, {"id":"124", "user":{"name":"mark", "gender":"male"}}]' | json2tsv id user.name user.gender
            123     mary    female
            124     mark    male
        
        -  Free software: BSD license
        -  Documentation: http://json2tsv.rtfd.org.
        
        .. |image| image:: https://badge.fury.io/py/json2tsv.png%0A%20:target:%20http://badge.fury.io/py/json2tsv
        .. |image| image:: https://travis-ci.org/aronwc/json2tsv.png?branch=master%0A%20%20%20%20%20:target:%20https://travis-ci.org/aronwc/json2tsv
        .. |image| image:: https://pypip.in/d/json2tsv/badge.png%0A%20%20%20%20%20:target:%20https://pypi.python.org/pypi/json2tsv
        
        
        
        
        History
        -------
        
        0.1.0 (2014-01-11)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: json2tsv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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
