{ "info": { "author": "Cedric DUMAY", "author_email": "cedric.dumay@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": ".. image:: https://travis-ci.org/cdumay/json-sort.svg?branch=master\n :target: https://travis-ci.org/cdumay/json-sort\n\n*********\njson-sort\n*********\n\nJust a tiny tool to sort keys in a json file\n\n----------\nQuickstart\n----------\n\nFirst, install json-sort using\n`pip `_::\n\n sh-4.2$ pip install json-sort\n\nNext, use :code:`json-sort-fromfile` or :code:`json-sort-fromremote`::\n\n sh-4.2$ json-sort-fromremote http://headers.jsontest.com/\n {\n \"Accept\": \"application/json\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"headers.jsontest.com\",\n \"User-Agent\": \"python-requests/2.10.0\",\n \"X-Cloud-Trace-Context\": \"8de3c28b6c503d26d38c1c7d6111bfa6/11298559371430510765\"\n }\n\n---------\nArguments\n---------\n\nTo see binaries usage, just set :code:`-h`::\n\n usage: json-sort-fromfile [-h] [--output FILE] [--verbose] file\n\n positional arguments:\n file input file\n\n optional arguments:\n -h, --help show this help message and exit\n --output FILE, -o FILE\n output file (default: stdout)\n --verbose increase output verbosity\n\nExample::\n\n sh-4.2$ json-sort-fromfile --verbose --output test2.json ../test.json\n DEBUG : Checking file: /tmp/test.json\n DEBUG : Saving to: /tmp/json-sort/test2.json\n\n-------\nLicense\n-------\n\nApache License 2.0", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cdumay/json-sort", "keywords": "", "license": "Apache License", "maintainer": "", "maintainer_email": "", "name": "json-sort", "package_url": "https://pypi.org/project/json-sort/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/json-sort/", "project_urls": { "Homepage": "https://github.com/cdumay/json-sort" }, "release_url": "https://pypi.org/project/json-sort/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Just a tiny tool to sort keys in a json file", "version": "0.1.2" }, "last_serial": 2834907, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ed83e7a95533daf5140481217c1e84c3", "sha256": "3befdbf3a02fd1532e5cb2f6a013c1615a7c3247091fea9cfcab10a44144d83b" }, "downloads": -1, "filename": "json-sort-0.1.tar.gz", "has_sig": false, "md5_digest": "ed83e7a95533daf5140481217c1e84c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2930, "upload_time": "2016-12-28T13:41:12", "url": "https://files.pythonhosted.org/packages/dc/c6/b72208f805a88cbcc3ca3bb97691778d4341d679d88f1033c86e62095373/json-sort-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ae25a54aa452a20d3773cdb80a0d8d37", "sha256": "f2d263f3e22bbffc4ffebf2dc86ea473f2cd0bfe3f4946c7e05b04bd721c2220" }, "downloads": -1, "filename": "json-sort-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ae25a54aa452a20d3773cdb80a0d8d37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2932, "upload_time": "2016-12-28T14:00:50", "url": "https://files.pythonhosted.org/packages/24/ee/ef4bd2bcecd4f80af0086d96a155dfb29c74e9fd87be119cba0d34a7f1ca/json-sort-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1722f64de20002b73463420403da9b71", "sha256": "2d51ab543ce0f43aeed8ecbec097c12584b1a02f788cbc596efd11740a794bab" }, "downloads": -1, "filename": "json-sort-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1722f64de20002b73463420403da9b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3023, "upload_time": "2017-04-27T16:30:06", "url": "https://files.pythonhosted.org/packages/20/19/4c53681215577329cf6644f352ebdf605e79cba83c5500bd96f32058b7d0/json-sort-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1722f64de20002b73463420403da9b71", "sha256": "2d51ab543ce0f43aeed8ecbec097c12584b1a02f788cbc596efd11740a794bab" }, "downloads": -1, "filename": "json-sort-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1722f64de20002b73463420403da9b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3023, "upload_time": "2017-04-27T16:30:06", "url": "https://files.pythonhosted.org/packages/20/19/4c53681215577329cf6644f352ebdf605e79cba83c5500bd96f32058b7d0/json-sort-0.1.2.tar.gz" } ] }