Skip to main content

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

crontab_py-0.0.5.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

crontab_py-0.0.5-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page