{ "info": { "author": "Benedikt Bergenthal", "author_email": "mail@benedikt-bergenthal.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: System :: Systems Administration" ], "description": "# A very simple [De]Activator for config files\n\nThis tool renames files by adding and removing a predefined prefix and suffix. It's intented use is to quickly activate and deactivate config files. \n## Installation \n```\n$ pip install ActDeact\n```\n## Usage\n```\nUsage: actDeact [options] args\n\nOptions:\n --version show program's version number and exit\n -h, --help show this help message and exit\n -a, --activate Activate file(s)\n -d, --deactivate Deactivate file(s)\n -v, --verbose Verbose output\n -c, --config Show the filename of the config file for editing\n```\nAlso two helper programs `act` and `deact` are provided. They are aliases to `actDeact -d` and `actDeact -a` and pass every argument directly to those programs. \n### Example\n`actDeact -d foo` renames `foo` to `foo_bak` by default. This is equivaltent to `deact foo` .\n`actDeact -a foo` renames `foo_bak` to `foo` by default. This is equivaltent to `act foo` .\n\n## Configuration \n`actDeact -c` shows the filename of the configuration file. Its default content is:\n```\n[Main]\nPrefix=\nSuffix=_bak\n```\nIn this file a prefix and a suffix can be set. \n\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/wutzi15/actDeact", "keywords": "config configfile Activate deactivate", "license": "", "maintainer": "", "maintainer_email": "", "name": "ActDeact", "package_url": "https://pypi.org/project/ActDeact/", "platform": "", "project_url": "https://pypi.org/project/ActDeact/", "project_urls": { "Bug Reports": "https://github.com/wutzi15/actDeact/issues", "Homepage": "https://github.com/wutzi15/actDeact", "Source": "https://github.com/wutzi15/actDeact" }, "release_url": "https://pypi.org/project/ActDeact/1.0.0/", "requires_dist": [ "ConfigParser" ], "requires_python": "", "summary": "Activate and deactivate config files easily", "version": "1.0.0" }, "last_serial": 3769905, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a66f8e8aca396d4ecdf1e3043f96a08e", "sha256": "74a824db8f3d94513e567205a65a866e5fee3c3396a7bd686d18a88c61aa9519" }, "downloads": -1, "filename": "ActDeact-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a66f8e8aca396d4ecdf1e3043f96a08e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8362, "upload_time": "2018-04-16T17:21:57", "url": "https://files.pythonhosted.org/packages/af/06/23fd8a64e8737062809f3bc9aea44c5d06af64ce7ddae54db06d1ecbc0de/ActDeact-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7d6d68765b60868ffe5de933cfb1dd4", "sha256": "1c7dd203218a74ab4d22bd34d2792677fc2cbcf0330322a168556cd8d03d4aa1" }, "downloads": -1, "filename": "ActDeact-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d7d6d68765b60868ffe5de933cfb1dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9217, "upload_time": "2018-04-16T17:21:58", "url": "https://files.pythonhosted.org/packages/5e/62/22cd9a0034c595fbc48ce3d0ea1b26ff9ac2e73c7d85927c38105134f2bc/ActDeact-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a66f8e8aca396d4ecdf1e3043f96a08e", "sha256": "74a824db8f3d94513e567205a65a866e5fee3c3396a7bd686d18a88c61aa9519" }, "downloads": -1, "filename": "ActDeact-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a66f8e8aca396d4ecdf1e3043f96a08e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8362, "upload_time": "2018-04-16T17:21:57", "url": "https://files.pythonhosted.org/packages/af/06/23fd8a64e8737062809f3bc9aea44c5d06af64ce7ddae54db06d1ecbc0de/ActDeact-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7d6d68765b60868ffe5de933cfb1dd4", "sha256": "1c7dd203218a74ab4d22bd34d2792677fc2cbcf0330322a168556cd8d03d4aa1" }, "downloads": -1, "filename": "ActDeact-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d7d6d68765b60868ffe5de933cfb1dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9217, "upload_time": "2018-04-16T17:21:58", "url": "https://files.pythonhosted.org/packages/5e/62/22cd9a0034c595fbc48ce3d0ea1b26ff9ac2e73c7d85927c38105134f2bc/ActDeact-1.0.0.tar.gz" } ] }