Skip to main content

Simple periodic execution of a function.

Project description

Simple periodic execution of a function at every laps of time or every day at specifique time.

The interval time is running in a deamon thread. This to ensure the time has no interference to the main execution, and vice versa.

By design, when you start a tinyPeriodicTask instance, the runner will delay the first call to the callback function according to the interval.

When you create an instance of TinyPeriodicTask, you can add any parameters you need to use when executing the callback. like this:

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

tinyPeriodicTask-1.4.5.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

tinyPeriodicTask-1.4.5-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 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