Home
Trees
Indices
Help
pushnotify
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
pushnotify.abstract.AbstractClient
:
Abstract client for sending push notifications.
pushnotify.prowl.Client
:
Client for sending push notificiations to iOS devices with the Prowl application installed.
pushnotify.pushover.Client
:
Client for sending push notifications to Android and iOS devices with the Pushover application installed.
pushnotify.nma.Client
:
Client for sending push notificiations to Android devices with the Notify My Android (NMA) application installed.
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
pushnotify.exceptions.PushNotifyError
:
Base exception for all pushnotify errors.
pushnotify.exceptions.ApiKeyError
:
Raised when a provided API key is invalid
pushnotify.exceptions.FormatError
:
Raised when a request is not in the expected format.
pushnotify.exceptions.PermissionDenied
:
Raised when a request had not been approved.
pushnotify.exceptions.ProviderKeyError
:
Raised when a provided Provider key is invalid.
pushnotify.exceptions.RateLimitExceeded
:
Raised when too many requests are submitted in too small a time frame.
pushnotify.exceptions.ServerError
:
Raised when the notification server experiences an internal error.
pushnotify.exceptions.UnknownError
:
Raised when the notification server returns an unknown error.
pushnotify.exceptions.UnrecognizedResponseError
:
Raised when the notification server returns an unrecognized response.
exceptions.StandardError
:
Base class for all standard Python exceptions that do not represent interpreter exiting.
exceptions.AssertionError
:
Assertion failed.
unittest.case.TestCase
:
A class whose instances are single test cases.
pushnotify.tests.tests.AbstractClientTest
:
Test the AbstractClient class.
pushnotify.tests.tests.NMATest
:
Test the Notify my Android client.
pushnotify.tests.tests.ProwlTest
:
Test the Prowl client.
pushnotify.tests.tests.PushnotifyTest
pushnotify.tests.tests.PushoverTest
:
Test the Pushover client.
Home
Trees
Indices
Help
pushnotify
Generated by Epydoc 3.0.1 on Wed Oct 3 20:47:38 2012
http://epydoc.sourceforge.net