json2tsv


Namejson2tsv JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/aronwc/json2tsv
SummaryConvert json to tab-separated format.
upload_time2016-09-28 21:05:04
maintainerNone
docs_urlNone
authorAron Culotta
requires_pythonNone
licenseBSD
keywords json2tsv
VCS
bugtrack_url
requirements wheel
Travis-CI
coveralls test coverage No coveralls.
            json2tsv
========

Convert json to tab-separated format. Read from STDIN 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.





History
-------
0.1.2 (2016-09-28)
++++++++++++++++++

* Adds type decoding to tsv2json
* Light refactoring

0.1.1 (2016-07-11)
++++++++++++++++++

* Bugfixes; unicode support
* py2 / py3 support

0.1.0 (2014-01-11)
++++++++++++++++++

* First release on PyPI.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aronwc/json2tsv",
    "name": "json2tsv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "json2tsv",
    "author": "Aron Culotta",
    "author_email": "aronwc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f7/69/a0dc10586997192cecca7cffb9abd0553dfd979330ce0e6c1913ef33c73e/json2tsv-0.1.2.tar.gz",
    "platform": "UNKNOWN",
    "description": "json2tsv\n========\n\nConvert json to tab-separated format. Read from STDIN and write to\nSTDOUT. E.g.\n\n::\n\n    $ echo '[{\"id\":\"123\", \"user\":{\"name\":\"mary\", \"gender\":\"female\"}}, {\"id\":\"124\", \"user\":{\"name\":\"mark\", \"gender\":\"male\"}}]' | json2tsv id user.name user.gender\n    123     mary    female\n    124     mark    male\n\n-  Free software: BSD license\n-  Documentation: http://json2tsv.rtfd.org.\n\n\n\n\n\nHistory\n-------\n0.1.2 (2016-09-28)\n++++++++++++++++++\n\n* Adds type decoding to tsv2json\n* Light refactoring\n\n0.1.1 (2016-07-11)\n++++++++++++++++++\n\n* Bugfixes; unicode support\n* py2 / py3 support\n\n0.1.0 (2014-01-11)\n++++++++++++++++++\n\n* First release on PyPI.",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Convert json to tab-separated format.",
    "version": "0.1.2",
    "split_keywords": [
        "json2tsv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "66d5e14276c71283db6d01d7dbedca8a",
                "sha256": "8e15878f35dd2da01664bca643b1188da1532ea44de2841f40cd55a26f99d6b2"
            },
            "downloads": -1,
            "filename": "json2tsv-0.1.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66d5e14276c71283db6d01d7dbedca8a",
            "packagetype": "bdist_wheel",
            "python_version": "3.5",
            "requires_python": null,
            "size": 6137,
            "upload_time": "2016-09-28T21:05:07",
            "upload_time_iso_8601": "2016-09-28T21:05:07.315962Z",
            "url": "https://files.pythonhosted.org/packages/0c/85/19febe9416b4222dd102099ff42d05a0efea243533ca2f5cc021be7d0e1a/json2tsv-0.1.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b8866612f017af2da755535e4242a777",
                "sha256": "6240da2e0b003b865ade58baa40b7a1b126027cb8ce89873253c0734541cc552"
            },
            "downloads": -1,
            "filename": "json2tsv-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b8866612f017af2da755535e4242a777",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13087,
            "upload_time": "2016-09-28T21:05:04",
            "upload_time_iso_8601": "2016-09-28T21:05:04.016988Z",
            "url": "https://files.pythonhosted.org/packages/f7/69/a0dc10586997192cecca7cffb9abd0553dfd979330ce0e6c1913ef33c73e/json2tsv-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-09-28 21:05:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "aronwc",
    "github_project": "json2tsv",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.22.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "json2tsv"
}
        
Elapsed time: 0.05776s