Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.19 KB

README.rst

File metadata and controls

48 lines (33 loc) · 1.19 KB
https://travis-ci.org/ambitioninc/pagerduty-api.png https://coveralls.io/repos/ambitioninc/pagerduty-api/badge.png Latest PyPI version Number of PyPI downloads

pagerduty-api

pagerduty-api is a package for easily interacting with PagerDuty's API.

Why?

There are several other libraries interacting with the PagerDuty API, however none of them include tests and documentation.

Installation

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

Requirements

  • Python 2.7, 3.3, 3,4
  • requests >= 2.0.0

Documentation

Full documentation is available at http://pagerduty-api.readthedocs.org

License

MIT License (see LICENSE)