معرفی شرکت ها


bernhard_cletus-0.2.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python client for Riemann to test sending metrics with double instead of float. Do not use!
ویژگی مقدار
سیستم عامل -
نام فایل bernhard_cletus-0.2.6
نام bernhard_cletus
نسخه کتابخانه 0.2.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cletus
ایمیل نویسنده Helljunkz@gmail.com
آدرس صفحه اصلی UNKNOWN
آدرس اینترنتی https://pypi.org/project/bernhard_cletus/
مجوز UNKNOWN
# Bernhard A simple Python client for [Riemann](http://github.com/aphyr/riemann). Usage: ```python import bernhard c = bernhard.Client() c.send({'host': 'myhost.foobar.com', 'service': 'myservice', 'metric': 12}) q = c.query('true') ``` Bernhard supports custom attributes with the syntax: ```python import bernhard c = bernhard.Client() c.send({'host': 'awesome.host.com', 'attributes': {'sky': 'sunny', 'sea': 'agitated'}}) ``` Querying the index is as easy as: ```python import bernhard c = bernhard.Client() q = c.query('true') for e in q: print "Host:", e.host, "State:", e.state ``` ## Installing ```bash pip install bernhard ``` You may encounter issues with the `protobuf` dependency; if so, just run `pip install protobuf` manually, then `pip install bernhard`.


نحوه نصب


نصب پکیج whl bernhard_cletus-0.2.6:

    pip install bernhard_cletus-0.2.6.whl


نصب پکیج tar.gz bernhard_cletus-0.2.6:

    pip install bernhard_cletus-0.2.6.tar.gz