index
:
python-pushover
master
[no description]
gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pushover.py
Age
Commit message (
Expand
)
Author
2017-12-28
added command line arguments for retry and expire. Both are required on prio...
copart
2016-12-30
Version bump
v0.3
Thibaut Horel
2016-12-29
Add support for new receipt parameters
Thibaut Horel
2016-12-29
Line length fix
Thibaut Horel
2016-12-28
Merge pull request #17 from drachenminister/patch-1
Thibaut Horel
2016-12-04
Added support for new Glances API
Dave Chevell
2016-06-23
Implement canceling emergency-priority retries
drachenminister
2016-03-25
Update documentation in send_message()
drachenminister
2016-03-25
Enable HTML Message Support
drachenminister
2016-02-12
Add ability to specify device through client
Philip Lundrigan
2014-10-26
Fix consistency in MessageRequest.poll
Filip Lundborg
2014-08-16
Command line utility: add epilog and version
Thibaut Horel
2014-08-16
Add copyright notice
Thibaut Horel
2014-08-16
Better help
Thibaut Horel
2014-08-16
Fix bug: incorrect reading of configuration file
Thibaut Horel
2014-08-16
Fix conflicting argument on the command line
Thibaut Horel
2014-08-16
Update the documentation
Thibaut Horel
2014-08-16
Add some parameters to the command line utility
Thibaut Horel
2014-08-16
Better handling of the parameters
Thibaut Horel
2014-08-16
PEP8
Thibaut Horel
2014-07-28
Merge branch 'master' of https://github.com/Crupuk/python-pushover
Thibaut Horel
2014-07-28
Fix #3 add console script entry point
Thibaut Horel
2014-07-25
Fix #4 typo in the documentation
Thibaut Horel
2014-07-25
Merge pull request #5 from sbirch/patch-1
Thibaut Horel
2014-07-23
Addressed changes
Sam Birch
2014-07-22
Should stringify before return as well...
Sam Birch
2014-07-22
init() in get_client()
Sam Birch
2014-07-22
print -> return
Sam Birch
2014-07-22
Clarified some of the terms
Sam Birch
2014-07-22
Convenience function to create a client
Sam Birch
2013-08-26
Update condition for timestamp
Crupuk
2013-07-22
Use true timestamp to avoid "Invalid timestamp"
Crupuk
2013-07-22
Use true timestamp to avoid "Invalid timestamp"
Crupuk
2013-04-16
Restructure the documentation
Thibaut Horel
2013-04-13
Add some documentation
Thibaut Horel
2013-04-12
Make the library callable as a script for basic message sending
Thibaut Horel
2013-04-12
Add an __all__ variable to limit the exported methods
Thibaut Horel
2013-04-11
Initial commit
Thibaut Horel