{ "info": { "author": "Andrew Guenther", "author_email": "guenther.andrew.j@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Utilities" ], "description": "clifig\n======\nClifig provides a very simple CLI for modifying config files.\n\nUsage\n=====\nClifig can be accessed directly from the terminal\n\n.. code:: Bash\n\n $ clifig path/to/config/file.conf\n (file.conf)\n\nof from a Python script\n\n.. code:: Python\n\n >>> from clifig import Clifig\n >>> Clifig.run('path/to/config/file.conf')\n (file.conf) \n\nCommands\n========\n**show [SECTION [OPTION]]**\n Show the values for the provided section or option\n**add SECTION**\n Add a new section to the config\n**set SECTION OPTION VALUE**\n Set a value\n**del SECTION [OPTION]**\n Delete a section or specific option\n**abort**\n Abort all changes\n**exit or Ctrl+D**\n Safely exit and save all changes\n\nNotes\n=====\nI made this for another project and thought some people may find it useful.\nIt was primarily an exercise to learn about Python styling, packaging,\ndistribution, and open source licenses, but I do intend to maintain it.\n\n\nLicense\n=======\nCopyright (C) 2013 Andrew Guenther\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/andrewguenther/clifig", "keywords": "ConfigParser command-line cli config configuration conf", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "clifig", "package_url": "https://pypi.org/project/clifig/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clifig/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/andrewguenther/clifig" }, "release_url": "https://pypi.org/project/clifig/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple prompt to modify config files.", "version": "0.1" }, "last_serial": 787464, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "304659f1ebbdd9f3722a89646376c7a8", "sha256": "baa3d2454e349f34b9862e357789aa9df87d4d25220a89c8a93fa85fc64552fe" }, "downloads": -1, "filename": "clifig-0.1.tar.gz", "has_sig": false, "md5_digest": "304659f1ebbdd9f3722a89646376c7a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3232, "upload_time": "2013-05-02T06:31:09", "url": "https://files.pythonhosted.org/packages/ca/62/b85d12506b1d46781761ed014a176cb6f212a75ef417ca54aae2fd0d9165/clifig-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "304659f1ebbdd9f3722a89646376c7a8", "sha256": "baa3d2454e349f34b9862e357789aa9df87d4d25220a89c8a93fa85fc64552fe" }, "downloads": -1, "filename": "clifig-0.1.tar.gz", "has_sig": false, "md5_digest": "304659f1ebbdd9f3722a89646376c7a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3232, "upload_time": "2013-05-02T06:31:09", "url": "https://files.pythonhosted.org/packages/ca/62/b85d12506b1d46781761ed014a176cb6f212a75ef417ca54aae2fd0d9165/clifig-0.1.tar.gz" } ] }