Metadata-Version: 2.0
Name: ictools
Version: 0.1.0
Summary: Incident Commander Utilities
Home-page: https://github.com/dave-shawley/ictools
Author: Dave Shawley
Author-email: daves@aweber.com
License: UNKNOWN
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Requires-Dist: maya
Requires-Dist: requests


==========================
Incident Command Utilities
==========================

This is a simple toolkit of utilities that make my on-call life easier.

Tools
=====

.. _list_pagerduty_incidents:

list-pagerduty-incidents
------------------------
::

   list-pagerduty-incidents START END

**START**
   The earliest time to fetch messages from.  IOW, the starting date.

**END**
   The latest time to fetch messages from.  IOW, the ending date.

This utility writes the JSON formatted messages to the standard output stream.


.. _scan_hipchat_room:

scan-hipchat-room
-----------------
::

   scan-hipchat-room START END ROOM [ROOM...]

**START**
   The earliest time to fetch messages from.  IOW, the starting date.

**END**
   The latest time to fetch messages from.  IOW, the ending date.

**ROOM**
   One or more room names to fetch messages from.

This utility writes the JSON formatted messages to the standard output stream.


Environment Variables
=====================

HIPCHAT_TOKEN
-------------
API token to use when talking to the `HipChat API`_.

PAGERDUTY_TOKEN
---------------
API token to use when talking to the `pagerduty API`_.

.. _HipChat API: https://developer.atlassian.com/hipchat/guide/hipchat-rest-api
.. _pagerduty API: https://v2.developer.pagerduty.com/v2/page/api-reference
   #!/Incidents/get_incidents


Release History
===============

`0.1.0`_ (23-Jan-2017)
----------------------
* add :ref:`scan_hipchat_room` utility
* add :ref:`list_pagerduty_incidents` utility

.. _Next Release: https://github.com/dave-shawley/ictools/compare/0.1.0...HEAD
.. _0.1.0: https://github.com/dave-shawley/ictools/compare/0.0.0...0.1.0


