{ "info": { "author": "Benjamin Anderspn", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet :: Log Analysis", "Topic :: System :: Networking :: Monitoring", "Topic :: Utilities" ], "description": "# Bernhard\n\nA simple Python client for [Riemann](http://github.com/aphyr/riemann). Usage:\n\n```python\nimport bernhard\n\nc = bernhard.Client()\nc.send({'host': 'myhost.foobar.com', 'service': 'myservice', 'metric': 12})\nq = c.query('true')\n```\n\nBernhard supports custom attributes with the syntax:\n```python\nimport bernhard\n\nc = bernhard.Client()\n\nc.send({'host': 'awesome.host.com', 'attributes': {'sky': 'sunny', 'sea': 'agitated'}})\n```\n\nQuerying the index is as easy as:\n```python\nimport bernhard\n\nc = bernhard.Client()\nq = c.query('true')\nfor e in q:\n print \"Host:\", e.host, \"State:\", e.state\n```\n\n\n## Installing\n\n```bash\npip install bernhard\n```\n\nYou may encounter issues with the `protobuf` dependency; if so, just run `pip\ninstall protobuf` manually, then `pip install bernhard`.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/brutasse/bernhard.git", "keywords": "", "license": "ASF2.0", "maintainer": "", "maintainer_email": "", "name": "bernhard-py3", "package_url": "https://pypi.org/project/bernhard-py3/", "platform": "", "project_url": "https://pypi.org/project/bernhard-py3/", "project_urls": { "Homepage": "http://github.com/brutasse/bernhard.git" }, "release_url": "https://pypi.org/project/bernhard-py3/1.0/", "requires_dist": null, "requires_python": "", "summary": "Python3 client for Riemann", "version": "1.0" }, "last_serial": 2811453, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "6f656d49bb2a2640e69b737fb64de60d", "sha256": "3f2ff424070a48d373bdc0eec5faacc87bf5a5027cf3656eba8e941580544358" }, "downloads": -1, "filename": "bernhard-py3-1.0.tar.gz", "has_sig": false, "md5_digest": "6f656d49bb2a2640e69b737fb64de60d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9516, "upload_time": "2017-04-18T15:26:32", "url": "https://files.pythonhosted.org/packages/63/41/c74ac47ec732abedd63335428dbd5d1ffd4c8e28a331310010048470b3bf/bernhard-py3-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f656d49bb2a2640e69b737fb64de60d", "sha256": "3f2ff424070a48d373bdc0eec5faacc87bf5a5027cf3656eba8e941580544358" }, "downloads": -1, "filename": "bernhard-py3-1.0.tar.gz", "has_sig": false, "md5_digest": "6f656d49bb2a2640e69b737fb64de60d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9516, "upload_time": "2017-04-18T15:26:32", "url": "https://files.pythonhosted.org/packages/63/41/c74ac47ec732abedd63335428dbd5d1ffd4c8e28a331310010048470b3bf/bernhard-py3-1.0.tar.gz" } ] }