Metadata-Version: 2.0
Name: pagerduty-api
Version: 0.3
Summary: pagerduty-api is a package for easily interacting with PagerDuty's API.
Home-page: https://github.com/ambitioninc/pagerduty-api
Author: Micah Hausler
Author-email: opensource@ambition.com
License: MIT
Keywords: pagerduty,api,requests
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: requests (>=2.0.0)

.. image:: https://travis-ci.org/ambitioninc/pagerduty-api.png
   :target: https://travis-ci.org/ambitioninc/pagerduty-api

.. image:: https://coveralls.io/repos/ambitioninc/pagerduty-api/badge.png
    :target: https://coveralls.io/r/ambitioninc/pagerduty-api

.. image:: https://pypip.in/v/pagerduty-api/badge.png
    :target: https://crate.io/packages/pagerduty-api/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/pagerduty-api/badge.png
    :target: https://crate.io/packages/pagerduty-api/
    :alt: 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)

