Name | checkcrontab JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | A Python3 script for checking syntax and correctness of crontab files |
upload_time | 2025-08-22 22:14:52 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | MIT License
Copyright (c) 2014 Aleksandr Pimenov (wachawo@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
crontab
cron
validation
syntax
checker
system
administration
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## Checkcrontab - Crontab File Validator
[](https://github.com/wachawo/checkcrontab/actions/workflows/ci.yml)
[](https://pypi.org/project/checkcrontab/)
[](https://pypi.org/project/checkcrontab/)
A Python script for checking syntax and correctness of crontab files in Linux/Unix systems.
**Translations:** [Русский](https://github.com/wachawo/checkcrontab/blob/main/docs/README_RU.md) | [Español](https://github.com/wachawo/checkcrontab/blob/main/docs/README_ES.md) | [Português](https://github.com/wachawo/checkcrontab/blob/main/docs/README_PT.md) | [Français](https://github.com/wachawo/checkcrontab/blob/main/docs/README_FR.md) | [Deutsch](https://github.com/wachawo/checkcrontab/blob/main/docs/README_DE.md) | [Italiano](https://github.com/wachawo/checkcrontab/blob/main/docs/README_IT.md) | [中文](https://github.com/wachawo/checkcrontab/blob/main/docs/README_ZH.md) | [日本語](https://github.com/wachawo/checkcrontab/blob/main/docs/README_JA.md) | [हिन्दी](https://github.com/wachawo/checkcrontab/blob/main/docs/README_HI.md)
### Requirements
- **Python 3.7 or higher**
- Linux/Unix system with systemctl
- Read access to `/etc/crontab`
### Installation
```bash
pip3 install checkcrontab
```
Or from GitHub:
```bash
pip3 install git+https://github.com/wachawo/checkcrontab.git
```
### Usage
```bash
# Check system crontab
checkcrontab
# Check crontab file
checkcrontab /etc/crontab
# Check user crontab
checkcrontab username
# Show help
checkcrontab --help
```
### Development Tools
```bash
pip3 install pre-commit flake8 pytest
pre-commit install
pre-commit run --all-files
pre-commit autoupdate
```
### License
MIT License
Raw data
{
"_id": null,
"home_page": null,
"name": "checkcrontab",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "Aleksandr Pimenov <wachawo@gmail.com>",
"keywords": "crontab, cron, validation, syntax, checker, system, administration",
"author": null,
"author_email": "Aleksandr Pimenov <wachawo@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/10/17/b14b5a2923bf17b5700c06310eea734da6becb56396ddb698219b51e2483/checkcrontab-0.0.1.tar.gz",
"platform": null,
"description": "## Checkcrontab - Crontab File Validator\n\n[](https://github.com/wachawo/checkcrontab/actions/workflows/ci.yml)\n[](https://pypi.org/project/checkcrontab/)\n[](https://pypi.org/project/checkcrontab/)\n\nA Python script for checking syntax and correctness of crontab files in Linux/Unix systems.\n\n**Translations:** [\u0420\u0443\u0441\u0441\u043a\u0438\u0439](https://github.com/wachawo/checkcrontab/blob/main/docs/README_RU.md) | [Espa\u00f1ol](https://github.com/wachawo/checkcrontab/blob/main/docs/README_ES.md) | [Portugu\u00eas](https://github.com/wachawo/checkcrontab/blob/main/docs/README_PT.md) | [Fran\u00e7ais](https://github.com/wachawo/checkcrontab/blob/main/docs/README_FR.md) | [Deutsch](https://github.com/wachawo/checkcrontab/blob/main/docs/README_DE.md) | [Italiano](https://github.com/wachawo/checkcrontab/blob/main/docs/README_IT.md) | [\u4e2d\u6587](https://github.com/wachawo/checkcrontab/blob/main/docs/README_ZH.md) | [\u65e5\u672c\u8a9e](https://github.com/wachawo/checkcrontab/blob/main/docs/README_JA.md) | [\u0939\u093f\u0928\u094d\u0926\u0940](https://github.com/wachawo/checkcrontab/blob/main/docs/README_HI.md)\n\n### Requirements\n\n- **Python 3.7 or higher**\n- Linux/Unix system with systemctl\n- Read access to `/etc/crontab`\n\n### Installation\n\n```bash\npip3 install checkcrontab\n```\n\nOr from GitHub:\n\n```bash\npip3 install git+https://github.com/wachawo/checkcrontab.git\n```\n\n### Usage\n\n```bash\n# Check system crontab\ncheckcrontab\n\n# Check crontab file\ncheckcrontab /etc/crontab\n\n# Check user crontab\ncheckcrontab username\n\n# Show help\ncheckcrontab --help\n```\n\n### Development Tools\n\n```bash\npip3 install pre-commit flake8 pytest\npre-commit install\npre-commit run --all-files\npre-commit autoupdate\n```\n\n### License\n\nMIT License\n\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2014 Aleksandr Pimenov (wachawo@gmail.com)\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "A Python3 script for checking syntax and correctness of crontab files",
"version": "0.0.1",
"project_urls": {
"Bug Reports": "https://github.com/wachawo/checkcrontab/issues",
"Documentation": "https://github.com/wachawo/checkcrontab#readme",
"Homepage": "https://github.com/wachawo/checkcrontab",
"Repository": "https://github.com/wachawo/checkcrontab"
},
"split_keywords": [
"crontab",
" cron",
" validation",
" syntax",
" checker",
" system",
" administration"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e0da6de66f40c77f42cb472f52669e9eb22d16e3becfc76161fbaeb300426487",
"md5": "f7d54f9cf547980af8e5073c6964c6da",
"sha256": "d867457c7038b763243603efe17a35eb8927348066f7041b7526d7d8c0801d7e"
},
"downloads": -1,
"filename": "checkcrontab-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f7d54f9cf547980af8e5073c6964c6da",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 10427,
"upload_time": "2025-08-22T22:14:49",
"upload_time_iso_8601": "2025-08-22T22:14:49.857414Z",
"url": "https://files.pythonhosted.org/packages/e0/da/6de66f40c77f42cb472f52669e9eb22d16e3becfc76161fbaeb300426487/checkcrontab-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1017b14b5a2923bf17b5700c06310eea734da6becb56396ddb698219b51e2483",
"md5": "45d07bd14329325f5822fa488c7c39b0",
"sha256": "1498ad892903252a2e90acb68c2527eefe772d541d6fc9ee5e0850210f6fc047"
},
"downloads": -1,
"filename": "checkcrontab-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "45d07bd14329325f5822fa488c7c39b0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 10891,
"upload_time": "2025-08-22T22:14:52",
"upload_time_iso_8601": "2025-08-22T22:14:52.650235Z",
"url": "https://files.pythonhosted.org/packages/10/17/b14b5a2923bf17b5700c06310eea734da6becb56396ddb698219b51e2483/checkcrontab-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-22 22:14:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wachawo",
"github_project": "checkcrontab",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "checkcrontab"
}