/usr/share/doc/python-prowlpy/README is in python-prowlpy 0+20100211.92df046-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | =======
Prowlpy
=======
Originally Written by Jacob Burch, 7/6/2009
Modified by Olivier Hervieu
Python module for posting to the iPhone Push Notification service Prowl: http://prowl.weks.net/
Dependencies:
=============
No extra dependency. (Prowlpy use only basic python modules)
The socket module must be compiled with SSL support
Change Log:
===========
V0.43
-----
- Remove httplib2 dependency, add providerkey support.
V0.42
-----
- Got rid of Now-uncessary URL Encoding.
- Working on incorporating forked changes while not totally breaking backward compatibility with the vanilla add function
V0.41
-----
- Adding priority setting
- Removed debug code
V0.4
----
- Added Prowl.add alias for Post
- Switched post to use (oddly enough) POST instead of GET
- Added a Prowl.veryify_key method
V0.3
----
- Changed to handle the new API system.
V0.2
----
- Basic working module
Todo:
-----
- Test against character-limits.
- More detailed Exceptions based on the returned XML document
|