{ "info": { "author": "Benjamin Anderspn", "author_email": "b@banjiewen.net", "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 :: 2", "Programming Language :: Python :: 3", "Topic :: Internet :: Log Analysis", "Topic :: System :: Networking :: Monitoring", "Topic :: Utilities" ], "description": "#This is a temporary fork of the original Bernhard to support some custom events that are NOT generic. You shouldn't use this fork and should use the original bernahrd version from banjiewen. Hopefully I will introduce generic events handling at some point, and merge back the work into the original repo.\n\n# 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\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": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/banjiewen/bernhard.git", "keywords": null, "license": "ASF2.0", "maintainer": null, "maintainer_email": null, "name": "bernhard_joe", "package_url": "https://pypi.org/project/bernhard_joe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bernhard_joe/", "project_urls": { "Homepage": "http://github.com/banjiewen/bernhard.git" }, "release_url": "https://pypi.org/project/bernhard_joe/0.2.5/", "requires_dist": [ "protobuf (>=2.4)" ], "requires_python": null, "summary": "Python client for Riemann with some extra fields that joe needs", "version": "0.2.5" }, "last_serial": 1489199, "releases": { "0.2.3-1": [], "0.2.5": [ { "comment_text": "", "digests": { "md5": "76b3daab1d7ebca9630c2baef9770b5b", "sha256": "c259831d18491b895ba9f272cf3f1383cc33d9b26ed04e9ee06f8836af1654e0" }, "downloads": -1, "filename": "bernhard_joe-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "76b3daab1d7ebca9630c2baef9770b5b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7051, "upload_time": "2015-04-03T02:56:31", "url": "https://files.pythonhosted.org/packages/f8/bc/e8473798130bced100e48926689b3635ffddb77210f0666d8a96129b15be/bernhard_joe-0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17c45fc5def63b196b86dc3e52141fb5", "sha256": "21ae415757d839ae298d6673c0caca13a462e124fc8ae73e246be0fa518889ad" }, "downloads": -1, "filename": "bernhard_joe-0.2.5.tar.gz", "has_sig": false, "md5_digest": "17c45fc5def63b196b86dc3e52141fb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9565, "upload_time": "2015-04-03T02:56:35", "url": "https://files.pythonhosted.org/packages/4d/48/86e8b30d84b40b261aeaa772cde2b12161cc0a00afe4f021ff7071756421/bernhard_joe-0.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76b3daab1d7ebca9630c2baef9770b5b", "sha256": "c259831d18491b895ba9f272cf3f1383cc33d9b26ed04e9ee06f8836af1654e0" }, "downloads": -1, "filename": "bernhard_joe-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "76b3daab1d7ebca9630c2baef9770b5b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7051, "upload_time": "2015-04-03T02:56:31", "url": "https://files.pythonhosted.org/packages/f8/bc/e8473798130bced100e48926689b3635ffddb77210f0666d8a96129b15be/bernhard_joe-0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17c45fc5def63b196b86dc3e52141fb5", "sha256": "21ae415757d839ae298d6673c0caca13a462e124fc8ae73e246be0fa518889ad" }, "downloads": -1, "filename": "bernhard_joe-0.2.5.tar.gz", "has_sig": false, "md5_digest": "17c45fc5def63b196b86dc3e52141fb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9565, "upload_time": "2015-04-03T02:56:35", "url": "https://files.pythonhosted.org/packages/4d/48/86e8b30d84b40b261aeaa772cde2b12161cc0a00afe4f021ff7071756421/bernhard_joe-0.2.5.tar.gz" } ] }