GitXplorerGitXplorer
C

pete

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
443a5c5aca3a90939621efadb986edc1e13852e4

Merge pull request #4 from ColCarroll/dependabot/pip/ipython-8.10.0

CColCarroll committed 2 years ago
Verified
5840bce37a3baaa102849e61b229bace7026b308

Bump ipython from 7.16.3 to 8.10.0

ddependabot[bot] committed 2 years ago
Verified
5e05db19574f20f9a99d91e638e5e18ffb05d543

Merge pull request #2 from ColCarroll/dependabot/pip/py-1.10.0

CColCarroll committed 2 years ago
Verified
27c45ced11c4072e8fb76ee439cf8c63c1d32cf5

Merge pull request #3 from ColCarroll/dependabot/pip/ipython-7.16.3

CColCarroll committed 2 years ago
Verified
cbdc284285f4eab955f7e698d235426e871ecc68

Bump ipython from 4.2.0 to 7.16.3

ddependabot[bot] committed 3 years ago
Verified
ae96bf4e26887b3c177163c4cf365519bf70687b

Bump py from 1.4.31 to 1.10.0

ddependabot[bot] committed 4 years ago

README

The README file for this repository.

|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 <https://ifttt.com/>__.

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

.. |Build Status| image:: https://travis-ci.org/ColCarroll/pete.svg?branch=master :target: https://travis-ci.org/ColCarroll/pete .. |Coverage Status| image:: https://coveralls.io/repos/github/ColCarroll/pete/badge.svg?branch=master :target: https://coveralls.io/github/ColCarroll/pete?branch=master