Skip to main content

A simple package that provides a single decorator for you to mark functions as tasks (routines) that should be executed on a regular schedule.

Project description

Routines is a simple package that provides a single decorator for you to mark functions as tasks (routines) that should be executed on a regular schedule.

To use, simply do the following:

from routines import Routine

@Routine(60)
def my_routine_task(b):
        print b

my_routine_task('Hello!')
my_routine_task('Yay!')

As a result of the above, “Hello!” and “Yay!” will print every 60 seconds.

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

routines-0.0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

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