معرفی شرکت ها


bosunplugins-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Plugin framework for Bosun and Crowsnest, of http://www.crowsnest.io
ویژگی مقدار
سیستم عامل -
نام فایل bosunplugins-0.1.0
نام bosunplugins
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ian A Wilson
ایمیل نویسنده UNKNOWN
آدرس صفحه اصلی UNKNOWN
آدرس اینترنتی https://pypi.org/project/bosunplugins/
مجوز UNKNOWN
# Bosun Plugins Guidelines for making plugins - Don't alter the concurrency model. If you don't know what this means, then you can skip this whole bullet. I/O is patched with gevent *most* of the time (FTP handlers are currently an exception). If you some special concurrent processing, use gevent's Pool or Group, if possible. - Keep to builtin or standard packages. This helps to keep the total number of installed packages down, and, in turn, the number of packages that are loaded into memory. Recommended packages: - JSON: builtin `json` - YAML: `pyyaml` - XML: `xmltodict` - HTTP: builtin `urllib`, builtin `urllib2`, and `requests` - Use `YourDeviceSubclass.test_subclass()` to check your work. It's strongly recommended that your subclass pass this method. It performs basic checks and can alert you if you subclass seems to be doing something strange or is missing anything. This doesn't check your implementation, but instead checks that you're adhering to the contract set out by being a Device subclass. [See the full documentation](docs/index.rst)


نحوه نصب


نصب پکیج whl bosunplugins-0.1.0:

    pip install bosunplugins-0.1.0.whl


نصب پکیج tar.gz bosunplugins-0.1.0:

    pip install bosunplugins-0.1.0.tar.gz