{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "\n\n[](https://pypi.org/project/chmod/)\n\n#### Installation\n```bash\n$ [sudo] pip install chmod\n```\n\n#### Functions\nfunction|`__doc__`\n-|-\n`chmod.chmod(args)` |run chmod with arguments\n`chmod.check.executable(path)` |return True if path is executable\n`chmod.check.readable(path)` |return True if path is readable\n`chmod.check.writable(path)` |return True if path is writable\n`chmod.make.executable(path)` |make path executable\n\n```python\n>>> chmod.chmod([\"-R\",\"755\",\"path\"]) # chmod -R 755 path\n```\n\n```python\n>>> chmod.check.executable(\"/bin/cat\")\nTrue\n>>> chmod.check.writable(\"/bin/cat\")\nFalse\n>>> chmod.check.readable(\"/bin/cat\")\nTrue\n```\n\n```python\n>>> chmod.make.executable(\"path/to/file\")\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/looking-for-a-job/chmod.py", "keywords": "chmod", "license": "", "maintainer": "", "maintainer_email": "", "name": "chmod", "package_url": "https://pypi.org/project/chmod/", "platform": "", "project_url": "https://pypi.org/project/chmod/", "project_urls": { "Homepage": "https://github.com/looking-for-a-job/chmod.py" }, "release_url": "https://pypi.org/project/chmod/2019.4.13/", "requires_dist": null, "requires_python": "", "summary": "chmod", "version": "2019.4.13" }, "last_serial": 5587764, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "dac5d5b5e9e2af36e7967f747b990395", "sha256": "ea5ad51c036eea5d06f4a891b62e5eb4cb29e5b607d61744f35057e894b50baf" }, "downloads": -1, "filename": "chmod-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dac5d5b5e9e2af36e7967f747b990395", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2302, "upload_time": "2018-09-26T23:19:01", "url": "https://files.pythonhosted.org/packages/22/cb/64abf597ab64e5e1b0a8675189849e40a33341e2e43e60c5b9022f0481ae/chmod-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10ec903d94fec78b5079d3b04249a323", "sha256": "46378c1e3950f72422321a6afb99e540d5dca5ed21edcfa8c834ae7407249acd" }, "downloads": -1, "filename": "chmod-0.0.1.tar.gz", "has_sig": false, "md5_digest": "10ec903d94fec78b5079d3b04249a323", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1327, "upload_time": "2018-09-26T23:19:03", "url": "https://files.pythonhosted.org/packages/ee/2c/b35c4dcb0bd2b523bacdab57e02817f7d2400abec6ffb07fa7bd1c8410a8/chmod-0.0.1.tar.gz" } ], "2018.11.19": [ { "comment_text": "", "digests": { "md5": "ab0c79ed872e6747f44350dd51b864b6", "sha256": "9c73490e88d16ec027b1be883b2cd905fdb7188c326bbe2fb44e177cdc1e2b29" }, "downloads": -1, "filename": "chmod-2018.11.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ab0c79ed872e6747f44350dd51b864b6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4081, "upload_time": "2018-11-19T18:52:42", "url": "https://files.pythonhosted.org/packages/b1/72/f804292c24b987cb6a621b3c61e14d3f6d515b57767165ab7b4921b9caad/chmod-2018.11.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fba95b96fd0549ac27a245860b7765d5", "sha256": "eac08098fd90f35995cc25f9f2dc289b28b143e18442854cd7987f4fb7bf9db4" }, "downloads": -1, "filename": "chmod-2018.11.19.tar.gz", "has_sig": false, "md5_digest": "fba95b96fd0549ac27a245860b7765d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1442, "upload_time": "2018-11-19T18:52:43", "url": "https://files.pythonhosted.org/packages/45/c3/d1746083307418c0b42c11cd1eacbc7d250f75fa3bf8656f859989bceffc/chmod-2018.11.19.tar.gz" } ], "2019.3.22": [ { "comment_text": "", "digests": { "md5": "808c747219d7cedbf7c7b33774ce303c", "sha256": "d7cccb3d848514b90f1d46ab88639a0eafd0a6362870318c47422da7efb14f34" }, "downloads": -1, "filename": "chmod-2019.3.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "808c747219d7cedbf7c7b33774ce303c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13908, "upload_time": "2019-03-24T10:53:51", "url": "https://files.pythonhosted.org/packages/ce/dd/fb5b2aefadefd9ef8823d24ea3c17598331ae3d5c266307fdd097d70a6e2/chmod-2019.3.22-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a4b2452a45c845a7e45066dc32b9f8a7", "sha256": "e314f860aea3f3617f3a9c8c108ffb34c82f5e3a89bbf79abf128099cb0c695e" }, "downloads": -1, "filename": "chmod-2019.3.22.tar.gz", "has_sig": false, "md5_digest": "a4b2452a45c845a7e45066dc32b9f8a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1561, "upload_time": "2019-03-24T10:53:53", "url": "https://files.pythonhosted.org/packages/92/4a/5ba63029b7680305383835bd59f4d74de4c722afe110e1da3ed21882440b/chmod-2019.3.22.tar.gz" } ], "2019.4.13": [ { "comment_text": "", "digests": { "md5": "1049e8dbd1d51f2f7f663dd6359a3b6a", "sha256": "9bd25b25935b4551e6b7f9f179cf1d3a7807b003bfc5f9e66d42c2288421a938" }, "downloads": -1, "filename": "chmod-2019.4.13.tar.gz", "has_sig": false, "md5_digest": "1049e8dbd1d51f2f7f663dd6359a3b6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1607, "upload_time": "2019-04-13T07:23:10", "url": "https://files.pythonhosted.org/packages/cc/92/bd1d51d498fc3db9b3b4e1feddb1ba53bbf7644bd4c9245934637bbc339b/chmod-2019.4.13.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1049e8dbd1d51f2f7f663dd6359a3b6a", "sha256": "9bd25b25935b4551e6b7f9f179cf1d3a7807b003bfc5f9e66d42c2288421a938" }, "downloads": -1, "filename": "chmod-2019.4.13.tar.gz", "has_sig": false, "md5_digest": "1049e8dbd1d51f2f7f663dd6359a3b6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1607, "upload_time": "2019-04-13T07:23:10", "url": "https://files.pythonhosted.org/packages/cc/92/bd1d51d498fc3db9b3b4e1feddb1ba53bbf7644bd4c9245934637bbc339b/chmod-2019.4.13.tar.gz" } ] }