Metadata-Version: 1.1
Name: pagerdutyapi
Version: 0.1.0
Summary: PagerDuty support, mostly reporting alerts
Home-page: https://github.com/tirasu/pagerdutyapi/
Author: Tomasz Jaskowski
Author-email: tadeck@gmail.com
License: MIT
Download-URL: https://github.com/tirasu/pagerdutyapi/archive/v0.1.0.tar.gz
Description: ================
        ``pagerdutyapi``
        ================
        
        Very basic wrapper for PagerDuty API
        
        Current functionality:
        
        - create trigger for known service key, with incident key,
        - handle all documented errors,
        - attach context (links, images) to trigger,
        
        TODO:
        
        - build functionality to send alerts to PagerDuty facilities,
        - write tests for the above,
        - add logging handler configurable from config dict,
        - write examples on how it is done,
        
        Possible further features:
        
        - other functionality (not only sending alerts, but also reading/changing other
          resources),
        - convenience shortcuts for various frameworks,
        - make ``pagerdutyapi`` do not have dependencies except ``six``,
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
