Skip to content

turkus/python-crontab-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-crontab-manager

This is manager to create and remove jobs from crontab. It takes as arguments flask app - to get application root_path (optional) - and crontab as an instance of CronTab class from crontab module included in python-crontab package.

Usage:

from crontab import CronTab

cron = CronManager(app, CronTab())
cron.run()

Requirements

python-crontab==1.3
Flask (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages