Metadata-Version: 1.1
Name: ludolph
Version: 0.3.0
Summary: Monitoring Jabber Bot
Home-page: https://github.com/erigones/Ludolph/
Author: Erigones
Author-email: erigones [at] erigones.com
License: GPLv3
Description: 
        Ludolph
        #######
        
        Monitoring Jabber Bot with support for `Zabbix <http://www.zabbix.com>`_.
        
        Installation Notes
        ------------------
        
         - Install the latest version using pip::
        
            pip install https://github.com/erigones/Ludolph/tarball/master
        
         - Make sure all dependencies (listed below) are installed
        
         - Create and edit the config file::
        
            cp /usr/lib/python2.7/site-packages/ludolph/ludolph.cfg.example /etc/ludolph.cfg
        
         - The ``ludolph`` command should be installed somewhere in your ``PATH``.
        
         - Init scripts for Debian and RHEL based distributions are also available: https://github.com/erigones/Ludolph/tree/master/init.d
        
        
        **Dependencies:**
         - sleekxmpp (1.1.11+)
         - dnspython (1.10.0+) (or dnspython3 when using Python 3)
         - tabulate (0.4.4+)
        
        
        License
        -------
        
        For more informations see the LICENSE file.
        
Platform: Linux
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Utilities
