Skip to main content

A simple taskrunner

Project description

Build Status Coverage Status

Pete

He’s just happy to be here

Very much a work in progress. A task runner that will check on things, and report things. Spiritually similar to IFTTT.

Example

>>> from pete.runner import Runner
>>> from pete.examples import StringBroadcaster, TimeChecker
>>>
>>> runner = Runner(
...     tasks=[TimeChecker()],
...     broadcasters=[StringBroadcaster()],
...     timeout=10)
>>> runner.main()
It is now 00:00:56
It is now 00:01:06
...

Plans

  • Broadcasters

    • Email

    • Slack

    • HTML

    • RSS

  • Tasks

    • MBTA delays

    • Weather in the white mountains

    • Why is the flag at half mast

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

pete-0.1.2.tar.gz (8.7 kB view hashes)

Uploaded Source

pete-0.0.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distributions

pete-0.1.2-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

pete-0.0.1-py2.py3-none-any.whl (8.2 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