Metadata-Version: 2.0
Name: snap-plugin-lib-py
Version: 1.2.1
Summary: This is a lib for creating plugins for the Snap telemetry framework.
Home-page: http://github.com/intelsdi-x/snap-plugin-lib-py
Author: Joel Cooklin
Author-email: joel.cooklin@gmail.com
License: Apache 2.0
Keywords: snap telemetry plugin plugins metrics
Platform: UNKNOWN
Requires-Dist: future (>=0.16.0)
Requires-Dist: futures (>=3.0.5)
Requires-Dist: grpcio (>=1.1.3,<2)
Requires-Dist: protobuf (>=3.2.0,<4)

Snap Plugin Lib Py
==================

This is a library for writing plugins in Python for the Snap telemetry framework.

Brief overview of Snap architecture
-----------------------------------
For an overview of Snap checkout: `http://snap-telemetry.io/ <http://snap-telemetry.io/>`_.

Snap is an open and modular telemetry framework designed to simplify the collection, processing and publishing of data through a single HTTP based API. Plugins provide the functionality of collection, processing and publishing and can be loaded/unloaded, upgraded and swapped without requiring a restart of the Snap daemon.

Writing a plugin
----------------
For reference on authoring plugins see `library's documentation <https://intelsdi-x.github.io/snap-plugin-lib-py/>`_ and `library's Github repo <https://github.com/intelsdi-x/snap-plugin-lib-py>`_.


