معرفی شرکت ها


bloxone-0.8.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

BloxOne API Wrapper Module
ویژگی مقدار
سیستم عامل -
نام فایل bloxone-0.8.9
نام bloxone
نسخه کتابخانه 0.8.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chris Marrison
ایمیل نویسنده chris@infoblox.com
آدرس صفحه اصلی https://github.com/ccmarris/python-bloxone
آدرس اینترنتی https://pypi.org/project/bloxone/
مجوز BSD-2-Clause
============ Introduction ============ The Infoblox BloxOne suite of applications provides a RESTful API that is published using Swagger on https://csp.infoblox.com/apidoc along with other Infoblox APIs. This module aims to provide a class hierarchy to simplify access to these published APIs, performing the 'heavy lifting' whilst providing full access to to their functionality. This is achieved by providing simple wrappers that enable you to take the swagger documented object paths, fields and where appropriate JSON body from the documentation and pass them to simple get, create, delete and update methods. These methods simply return a *requests* response object. In addition, useful utility methods are provided for common tasks such as getting an object id, by defining the object key and value match pair. This is combined with several (currently) undocumented API calls. Some basic configuration, such a base url, API version and API key are read from an ini file. An example of which is provided. When instantiating/initialising this will read config.ini by default. Alternatively a path can be provided. For more detailed documentation please see: https://python-bloxone.readthedocs.io/en/latest/ PyPi: https://pypi.org/project/bloxone/ GitHub: https://github.com/ccmarris/python-bloxone All feedback please to chris@infoblox.com Thanks Chris


نیازمندی

مقدار نام
- requests
- pyyaml


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl bloxone-0.8.9:

    pip install bloxone-0.8.9.whl


نصب پکیج tar.gz bloxone-0.8.9:

    pip install bloxone-0.8.9.tar.gz