cron tab handler
Project description
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
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 for detailed usage instructions and advanced features.
Get Started
For installation and additional details, refer to the official website or check out the API Guide.
Feel free to contribute, report issues, or suggest improvements by raising an issue
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crontab_py-0.0.5.tar.gz.
File metadata
- Download URL: crontab_py-0.0.5.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3e0298c06dc3526d8f1662d6e26e10361327d321d880dc3f8ff8a476983503a
|
|
| MD5 |
a9920f4880597cf910ddc91a84869578
|
|
| BLAKE2b-256 |
fd59832301fff429552c336cc784926ae8ccec64616ec01d2d7f14d9da8f05a8
|
File details
Details for the file crontab_py-0.0.5-py3-none-any.whl.
File metadata
- Download URL: crontab_py-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d9ff95dfcf4b4d01e5a84f52dce05944a512547b2bf3c0ff552d22b6f6ced84
|
|
| MD5 |
3d326d3f69ff470ba6ee5c2239597867
|
|
| BLAKE2b-256 |
ea8b7ca67db3472ae2cce550bf5e3779ffbd7820d5e7badb9e126b399228ba5d
|