معرفی شرکت ها


broadworks-ocip-2.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

API interface to the OCI-P provisioning interface of a Broadworks softswitch
ویژگی مقدار
سیستم عامل -
نام فایل broadworks-ocip-2.1.2
نام broadworks-ocip
نسخه کتابخانه 2.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nigel Metheringham
ایمیل نویسنده nigelm@cpan.org
آدرس صفحه اصلی https://pypi.org/project/broadworks-ocip/
آدرس اینترنتی https://pypi.org/project/broadworks-ocip/
مجوز BSD
# Broadworks OCI-P Interface [![Tests](https://github.com/nigelm/broadworks_ocip/workflows/Tests/badge.svg)](https://github.com/nigelm/broadworks_ocip/actions?workflow=Tests) [![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://nigelm.github.io/broadworks_ocip/) [![pypi version](https://img.shields.io/pypi/v/broadworks_ocip.svg)](https://pypi.python.org/pypi/broadworks_ocip) `broadworks_ocip` interfaces to the OCI-P provisioning interface of a Broadworks softswitch - Free software: BSD license - Documentation: https://nigelm.github.io/broadworks_ocip/ --- ## Features - python objects to match all Broadworks schema objects - API framework to talk to a Broadworks server - additional magic to handle authentication and sessions - Based on Broadworks schema R24 ## Current Version Version: `2.1.2` --- ## Installation With `pip`: ```bash python3 -m pip install broadworks-ocip ``` --- ## Usage More details is given within the usage section of the documentation, but the minimal summary is:- ```python from broadworks_ocip import BroadworksAPI # configure the API, connect and authenticate to the server api = BroadworksAPI( host=args.host, port=args.port, username=args.username, password=args.password, ) # get the platform software level response = api.command("SystemSoftwareVersionGetRequest") print(response.version) ``` ## Version 2 Despite the bump in version number there are no known major incompatibilities from previous versions. However the underlying class base has been changed to a vanilla python slots based system - the thinking behind this is in the API internals documentation. This will change the underlying requirements. Additionally at the same time I have converted to Broadworks R24 API schema files as the basis for generating these classes. This will change the set of available commands and classes. ## Credits The class used to be built using Michael DeHaan's [`ClassForge`] (https://classforge.io/) object system, however from version 2.0.0 it has been based on vanilla python slotted objects. Development on the python version was done by [Nigel Metheringham `<nigelm@cpan.org>`](https://github.com/nigelm/) Karol Skibiński has been using the package, and has a talent for both finding bugs within it and providing a good bug report that allows a test case and fix to be made. The package has been immensely improved by this work. ---


نیازمندی

مقدار نام
>=4.7.1,<5.0.0 lxml
>=21.4.0,<22.0.0 attrs
>=0.1.0,<0.2.0 null-object


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

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


نحوه نصب


نصب پکیج whl broadworks-ocip-2.1.2:

    pip install broadworks-ocip-2.1.2.whl


نصب پکیج tar.gz broadworks-ocip-2.1.2:

    pip install broadworks-ocip-2.1.2.tar.gz