{ "info": { "author": "Michal Opala", "author_email": "sk4zuzu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "### About\n\nsimple tfvars (HCL) converter\n\n### Usage\n\n```\nusage: json2tfvars [-h] [--reverse] [--indent N] [FILE [FILE ...]]\n\npositional arguments:\n FILE\n\noptional arguments:\n -h, --help show this help message and exit\n --reverse expect tfvars (HCL) input\n --indent N adjust identation levels\n```\n\n```bash\n$ json2tfvars <<< '{\"a\":\"b\"}' | json2tfvars --reverse | jq -r '. + {\"c\":\"d\"}' | json2tfvars\n\na = \"b\"\n\nc = \"d\"\n\n```\n\n[//]: # ( vim:set ts=2 sw=2 et syn=markdown: )\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sk4zuzu/json2tfvars", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "json2tfvars", "package_url": "https://pypi.org/project/json2tfvars/", "platform": "", "project_url": "https://pypi.org/project/json2tfvars/", "project_urls": { "Homepage": "https://github.com/sk4zuzu/json2tfvars" }, "release_url": "https://pypi.org/project/json2tfvars/0.0.1/", "requires_dist": [ "pyhcl" ], "requires_python": "", "summary": "simple tfvars (HCL) converter", "version": "0.0.1" }, "last_serial": 4367967, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f7a8cf1c969291a89ad154e1090fc63f", "sha256": "294108fc486d0481a7b28663de7f8dd035ea0ed5a59f7b9e0a898b9b10a1a0a7" }, "downloads": -1, "filename": "json2tfvars-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f7a8cf1c969291a89ad154e1090fc63f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3521, "upload_time": "2018-10-12T09:45:06", "url": "https://files.pythonhosted.org/packages/6b/8c/eb54a0f64fcc80855f6664ddbf1902489fca50a44e66498a51ca136909d4/json2tfvars-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c87277ad9c850615fcc4470949226157", "sha256": "47193f8d1bc1bdbc59a1ddff416e148289d3c45c4f35458229869118106cbbb9" }, "downloads": -1, "filename": "json2tfvars-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c87277ad9c850615fcc4470949226157", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2246, "upload_time": "2018-10-12T09:45:07", "url": "https://files.pythonhosted.org/packages/dd/92/7dee7e2b6bad33eb4ceebca8a26298d72798c6ba6e0c5996fd25d67f9796/json2tfvars-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7a8cf1c969291a89ad154e1090fc63f", "sha256": "294108fc486d0481a7b28663de7f8dd035ea0ed5a59f7b9e0a898b9b10a1a0a7" }, "downloads": -1, "filename": "json2tfvars-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f7a8cf1c969291a89ad154e1090fc63f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3521, "upload_time": "2018-10-12T09:45:06", "url": "https://files.pythonhosted.org/packages/6b/8c/eb54a0f64fcc80855f6664ddbf1902489fca50a44e66498a51ca136909d4/json2tfvars-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c87277ad9c850615fcc4470949226157", "sha256": "47193f8d1bc1bdbc59a1ddff416e148289d3c45c4f35458229869118106cbbb9" }, "downloads": -1, "filename": "json2tfvars-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c87277ad9c850615fcc4470949226157", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2246, "upload_time": "2018-10-12T09:45:07", "url": "https://files.pythonhosted.org/packages/dd/92/7dee7e2b6bad33eb4ceebca8a26298d72798c6ba6e0c5996fd25d67f9796/json2tfvars-0.0.1.tar.gz" } ] }