Name | crontab-py JSON |
Version |
0.0.5
JSON |
| download |
home_page | |
Summary | cron tab handler |
upload_time | 2023-11-28 22:35:08 |
maintainer | |
docs_url | None |
author | Marc anglisano |
requires_python | >=3.8 |
license | |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
python-dateutil
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Crontab_py
## Introduction
Crontab_py is a Python module designed to simplify the management of cron jobs. It enables easy addition, removal, and listing of scheduled tasks.
## Example
```python
from crontab_py import Crontab
ct = Crontab()
ct.add_job(
cmd="echo 'hello world'",
frequency="* * * * *",
path_to_log="/tmp/crontab.log",
id="my_job",
description="my job"
)
```
## Sphinx Documentation
Explore the [complete documentation](https://anglisano.github.io/crontab_py/) for detailed usage instructions and advanced features.
## Get Started
For installation and additional details, refer to the [official website](https://anglisano.github.io/crontab_py/) or check out the [API Guide](https://anglisano.github.io/crontab_py/api_guide.html).
Feel free to contribute, report issues, or suggest improvements by [raising an issue](https://github.com/anglisano/crontab_py/issues)
Raw data
{
"_id": null,
"home_page": "",
"name": "crontab-py",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Marc anglisano",
"author_email": "marcanglisano@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fd/59/832301fff429552c336cc784926ae8ccec64616ec01d2d7f14d9da8f05a8/crontab_py-0.0.5.tar.gz",
"platform": null,
"description": "# Crontab_py\n\n## Introduction\nCrontab_py is a Python module designed to simplify the management of cron jobs. It enables easy addition, removal, and listing of scheduled tasks.\n\n## Example\n```python\nfrom crontab_py import Crontab\n\nct = Crontab()\nct.add_job(\n cmd=\"echo 'hello world'\",\n frequency=\"* * * * *\",\n path_to_log=\"/tmp/crontab.log\",\n id=\"my_job\",\n description=\"my job\"\n)\n```\n\n## Sphinx Documentation\nExplore the [complete documentation](https://anglisano.github.io/crontab_py/) for detailed usage instructions and advanced features.\n\n## Get Started\nFor installation and additional details, refer to the [official website](https://anglisano.github.io/crontab_py/) or check out the [API Guide](https://anglisano.github.io/crontab_py/api_guide.html).\n\nFeel free to contribute, report issues, or suggest improvements by [raising an issue](https://github.com/anglisano/crontab_py/issues) \n",
"bugtrack_url": null,
"license": "",
"summary": "cron tab handler",
"version": "0.0.5",
"project_urls": {
"Bug Reports": "https://github.com/anglisano/crontab_py/issues",
"Documentation": "https://anglisano.github.io/crontab_py/",
"Source": "https://github.com/anglisano/crontab_py.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ea8b7ca67db3472ae2cce550bf5e3779ffbd7820d5e7badb9e126b399228ba5d",
"md5": "3d326d3f69ff470ba6ee5c2239597867",
"sha256": "6d9ff95dfcf4b4d01e5a84f52dce05944a512547b2bf3c0ff552d22b6f6ced84"
},
"downloads": -1,
"filename": "crontab_py-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d326d3f69ff470ba6ee5c2239597867",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4463,
"upload_time": "2023-11-28T22:35:06",
"upload_time_iso_8601": "2023-11-28T22:35:06.609160Z",
"url": "https://files.pythonhosted.org/packages/ea/8b/7ca67db3472ae2cce550bf5e3779ffbd7820d5e7badb9e126b399228ba5d/crontab_py-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fd59832301fff429552c336cc784926ae8ccec64616ec01d2d7f14d9da8f05a8",
"md5": "a9920f4880597cf910ddc91a84869578",
"sha256": "c3e0298c06dc3526d8f1662d6e26e10361327d321d880dc3f8ff8a476983503a"
},
"downloads": -1,
"filename": "crontab_py-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "a9920f4880597cf910ddc91a84869578",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3866,
"upload_time": "2023-11-28T22:35:08",
"upload_time_iso_8601": "2023-11-28T22:35:08.506117Z",
"url": "https://files.pythonhosted.org/packages/fd/59/832301fff429552c336cc784926ae8ccec64616ec01d2d7f14d9da8f05a8/crontab_py-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-28 22:35:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "anglisano",
"github_project": "crontab_py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "python-dateutil",
"specs": []
}
],
"lcname": "crontab-py"
}