cronitorio / cronitor-python

Python client for Cronitor
MIT License
73 stars 9 forks source link

Add a `cronitor` console script #2

Closed erchn closed 6 years ago

erchn commented 7 years ago

Now you can use this framework for simple run/fail/complete/pause operations. Also cleanup some pep8 issues.

A future version might include the ability to execute a command in between calls to run/(complete|fail).

erchn commented 7 years ago

FYI, the calls to format were changed to be python 2.6 compatible.

xrage commented 6 years ago

@erchn Merged for now, But once Read Me and setup version updated, Will release new version.