{ "info": { "author": "Hong Minhee", "author_email": "hong.minhee@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: POSIX", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: Stackless", "Topic :: Software Development :: Pre-processors", "Topic :: Text Editors :: Text Processing", "Topic :: Text Processing :: Filters", "Topic :: Utilities" ], "description": "``subtoml``: Sed for TOML\n=========================\n\n``subtoml`` is a small CLI utility that substitutes parts of a TOML file.\n\n.. code-block:: console\n\n $ cat sample.toml\n [database]\n url = \"postgresql://localhost/sample\"\n [web]\n debug = true\n $ subtoml database.url 'postgresql://localhost/test' < sample.toml\n [database]\n url = \"postgresql://localhost/test\"\n [web]\n debug = true\n\nPlease read ``subtoml --help`` for more details.\n\nDistributed under GPLv3_ or later.\n\n.. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.html\n\n\nChangelog\n---------\n\nVersion 0.3.0\n`````````````\n\nReleased on August 29, 2017.\n\n- Added ``-d``/``--delete``/``--delete-key`` option.\n- Added ``--version`` option.\n\n\nVersion 0.2.0\n`````````````\n\nReleased on July 7, 2017.\n\n- Added ``-i``/``--input-file`` option.\n- Added ``-o``/``--output-file`` option.\n\n\nVersion 0.1.1\n`````````````\n\nReleased on April 17, 2017.\n\n- Fixed ``TypeError`` with the recent versions of pytoml_.\n\n.. _pytoml: https://github.com/avakar/pytoml\n\n\nVersion 0.1.0\n`````````````\n\nReleased on September 9, 2017. Initial release.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/dahlia/subtoml", "keywords": "", "license": "GPLv3 or later", "maintainer": "", "maintainer_email": "", "name": "subtoml", "package_url": "https://pypi.org/project/subtoml/", "platform": "", "project_url": "https://pypi.org/project/subtoml/", "project_urls": { "Homepage": "https://bitbucket.org/dahlia/subtoml" }, "release_url": "https://pypi.org/project/subtoml/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "Sed for TOML: subtitute parts of a TOML file", "version": "0.3.0" }, "last_serial": 3129410, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1187dbf99cdf31db06f390fe7c48693b", "sha256": "b87ff8695b178aab3baaea5f47578d0a49afd2a9b3a552f0e260ca054d73de9b" }, "downloads": -1, "filename": "subtoml-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1187dbf99cdf31db06f390fe7c48693b", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3770, "upload_time": "2016-09-21T11:47:20", "url": "https://files.pythonhosted.org/packages/c5/f6/edf4f1d65ea114450cc2a1910268d009148c38ca30500c8ce69c431e1065/subtoml-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "674d32ccad0c1b9953514018f834ce40", "sha256": "2a3cd417ee7fbac7b19663f36f66c8d9ba54ccf9595bcfe5936121f7eaaf6d79" }, "downloads": -1, "filename": "subtoml-0.1.0.tar.gz", "has_sig": true, "md5_digest": "674d32ccad0c1b9953514018f834ce40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2180, "upload_time": "2016-09-21T11:47:17", "url": "https://files.pythonhosted.org/packages/44/ee/5424d10de5df6a65ad19162f9e713b33f738900e1e0a6972646c7a335b01/subtoml-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "39e46c752274924921bd22a231a8e8b0", "sha256": "d8892ff50f88adf70c53c0fafb6e9f4531e3a35ee4a54a085ca881292e56a6ad" }, "downloads": -1, "filename": "subtoml-0.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "39e46c752274924921bd22a231a8e8b0", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3786, "upload_time": "2017-04-17T02:59:03", "url": "https://files.pythonhosted.org/packages/04/7c/f411028d155a10bb22d5351e3020eede02c4eef1f99dd881692b4d20b251/subtoml-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4404ea6792cc4da0ef11fd9f3190177", "sha256": "03d02aab5ee92a3196f91fd5634a6109a64879489c90d7fe9a00022786dddcff" }, "downloads": -1, "filename": "subtoml-0.1.1.tar.gz", "has_sig": true, "md5_digest": "c4404ea6792cc4da0ef11fd9f3190177", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2459, "upload_time": "2017-04-17T02:58:59", "url": "https://files.pythonhosted.org/packages/09/d8/bc2d9f55f76d6c4d902534945233fe395ce9ad45d5840d04cf06bae2a0a7/subtoml-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a669b12a174fde93360ab58466bc50f2", "sha256": "bd8c59219111c1e44d5dc4afb1dc4d815d6561bf112ac7bba348988ef3197df6" }, "downloads": -1, "filename": "subtoml-0.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a669b12a174fde93360ab58466bc50f2", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4303, "upload_time": "2017-07-07T14:58:47", "url": "https://files.pythonhosted.org/packages/aa/b3/be3b131648ec4faba754ae95d28a475afd0a30da761493edd9ef3624dc2a/subtoml-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8fec206f37eacd14d704872a4d07b40", "sha256": "27aebab8807c8193198b53b5064b583568ce8922b1bdf8ef4977e5350a4de4b6" }, "downloads": -1, "filename": "subtoml-0.2.0.tar.gz", "has_sig": true, "md5_digest": "a8fec206f37eacd14d704872a4d07b40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2898, "upload_time": "2017-07-07T14:58:44", "url": "https://files.pythonhosted.org/packages/39/60/7fbd31c59f4dc28ff14d45b19876e8b669d84630ec44a655d3b6e969a3a2/subtoml-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "c0c3b9198a2d53238bf1048673cea71d", "sha256": "59d411d4da4e41ad351cb4af8de84de675655ce8aeca5f5ca28eaa990264913b" }, "downloads": -1, "filename": "subtoml-0.3.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c0c3b9198a2d53238bf1048673cea71d", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4551, "upload_time": "2017-08-28T16:02:45", "url": "https://files.pythonhosted.org/packages/53/12/c6b25e703e9dafaa58a597b2edc3d8dcabb6311ac0666484e84a74bc0e50/subtoml-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ccfcc5f74f05b8a960d31b7890d15018", "sha256": "ab4c656e246977a648410331c5c1bf4286d153949a4a977878d2e6c1567acfb0" }, "downloads": -1, "filename": "subtoml-0.3.0.tar.gz", "has_sig": true, "md5_digest": "ccfcc5f74f05b8a960d31b7890d15018", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3115, "upload_time": "2017-08-28T16:02:41", "url": "https://files.pythonhosted.org/packages/7b/50/a21b4825e3fcd5dd61c4a12f45bb07f044a78f45a8e4bd6eef75d9aabc2f/subtoml-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0c3b9198a2d53238bf1048673cea71d", "sha256": "59d411d4da4e41ad351cb4af8de84de675655ce8aeca5f5ca28eaa990264913b" }, "downloads": -1, "filename": "subtoml-0.3.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c0c3b9198a2d53238bf1048673cea71d", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4551, "upload_time": "2017-08-28T16:02:45", "url": "https://files.pythonhosted.org/packages/53/12/c6b25e703e9dafaa58a597b2edc3d8dcabb6311ac0666484e84a74bc0e50/subtoml-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ccfcc5f74f05b8a960d31b7890d15018", "sha256": "ab4c656e246977a648410331c5c1bf4286d153949a4a977878d2e6c1567acfb0" }, "downloads": -1, "filename": "subtoml-0.3.0.tar.gz", "has_sig": true, "md5_digest": "ccfcc5f74f05b8a960d31b7890d15018", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3115, "upload_time": "2017-08-28T16:02:41", "url": "https://files.pythonhosted.org/packages/7b/50/a21b4825e3fcd5dd61c4a12f45bb07f044a78f45a8e4bd6eef75d9aabc2f/subtoml-0.3.0.tar.gz" } ] }