Metadata-Version: 1.0
Name: bernhard
Version: 0.0.1
Summary: Python client for Riemann
Home-page: http://github.com/banjiewen/bernhard.git
Author: Benjamin Anderspn
Author-email: b@banjiewen.net
License: ASF2.0
Description: # Bernhard
        
        A simple Python client for [Riemann](http://github.com/aphyr/riemann). Usage:
        
            import bernhard
            
            c = bernhard.Client()
            c.send({'host': 'myhost.foobar.com', 'service': 'myservice', 'metric': 12})
            q = c.query('true')
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Networking :: Monitoring
