{ "info": { "author": "zencore", "author_email": "dobetter@zencore.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "python-json2yaml\n=================\n\n.. image:: https://travis-ci.org/appstore-zencore/python-json2yaml.svg?branch=master\n :target: https://travis-ci.org/appstore-zencore/python-json2yaml\n\n\nA simple command that turn json data to yaml format and vice versa. It can be used in Linux, MacOS and Window.\n\n\nInstall\n-------\n\n::\n\n pip install python-json2yaml\n\n\nCommands\n--------\n\n- json2yaml\n- yaml2json\n\n\nCommand Helpers\n---------------\n\n::\n\n E:\\code\\zencore-json2yaml\\test>json2yaml --help\n Usage: json2yaml [OPTIONS] [SRC] [DST]\n\n Options:\n --help Show this message and exit.\n\n E:\\code\\zencore-json2yaml\\test>yaml2json --help\n Usage: yaml2json [OPTIONS] [SRC] [DST]\n\n Options:\n --help Show this message and exit.\n\nCommand Examples\n----------------\n\n1. Read json text from stdin and print yaml text to stdout\n\n::\n\n cat a.json | json2yaml\n\n1. Read json text from stdin and print yaml text to a file\n\n::\n\n cat a.json | json2yaml - a.txt\n\n1. Read json text from a file and print yaml text to another file\n\n::\n\n json2yaml a.json a.txt\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/appstore-zencore/python-json2yaml", "keywords": "python-json2yaml", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-json2yaml", "package_url": "https://pypi.org/project/python-json2yaml/", "platform": "", "project_url": "https://pypi.org/project/python-json2yaml/", "project_urls": { "Homepage": "https://github.com/appstore-zencore/python-json2yaml" }, "release_url": "https://pypi.org/project/python-json2yaml/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A simple command that turn json data to yaml format and vice versa. It can be used in Linux, MacOS and Window.", "version": "0.1.1" }, "last_serial": 5109644, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "35e3031662d2a5d0df6d2a8e4af6d4d0", "sha256": "7ce1d3de63db2461efb848be8493c21d1601357acc4dfeb7a37e38b54e5a7446" }, "downloads": -1, "filename": "python-json2yaml-0.1.0.tar.gz", "has_sig": false, "md5_digest": "35e3031662d2a5d0df6d2a8e4af6d4d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2217, "upload_time": "2018-04-20T05:03:28", "url": "https://files.pythonhosted.org/packages/eb/1c/7d11715dd8a02f179d3afa8a43935566c3af801ad5b627772400bfd85c68/python-json2yaml-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "56f837f994ac1e00ec2e08856e0b40f4", "sha256": "af9aaa83877c2f38751f76d2135be220d1f30f29a5bea264aa5a14a846a1763a" }, "downloads": -1, "filename": "python-json2yaml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "56f837f994ac1e00ec2e08856e0b40f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2117, "upload_time": "2019-04-07T11:00:33", "url": "https://files.pythonhosted.org/packages/05/cb/01ee6bd19f4b74e24e68c30fc0df369860d2025b07f23d4bfbbf10d9e15a/python-json2yaml-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56f837f994ac1e00ec2e08856e0b40f4", "sha256": "af9aaa83877c2f38751f76d2135be220d1f30f29a5bea264aa5a14a846a1763a" }, "downloads": -1, "filename": "python-json2yaml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "56f837f994ac1e00ec2e08856e0b40f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2117, "upload_time": "2019-04-07T11:00:33", "url": "https://files.pythonhosted.org/packages/05/cb/01ee6bd19f4b74e24e68c30fc0df369860d2025b07f23d4bfbbf10d9e15a/python-json2yaml-0.1.1.tar.gz" } ] }