pagerduty-api is a package for easily interacting with PagerDuty's API.
There are several other libraries interacting with the PagerDuty API, however none of them include tests and documentation.
To install the latest release, type:
pip install pagerduty-api
To install the latest code directly from source, type:
pip install git+git://github.com/ambitioninc/pagerduty-api.git
- Python 2.7, 3.3, 3,4
- requests >= 2.0.0
Full documentation is available at http://pagerduty-api.readthedocs.org
MIT License (see LICENSE)