Metadata-Version: 1.0
Name: zbxsend
Version: 0.1.2
Summary: Module used to send metrics to Zabbix.
Home-page: https://github.com/pistolero/zbxsend
Author: Sergey Kirillov
Author-email: sergey.kirillov@gmail.com
License: BSD
Description: =====
        Usage
        =====
        
        Sample usage:::
        
            >>> from zbxsend import Metric, send_to_zabbix    
            >>> send_to_zabbix([Metric('localhost', 'bucks_earned', 99999)], 'localhost', 10051)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
