معرفی شرکت ها


delphixpy-1.9.3.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Delphix Client Bindings
ویژگی مقدار
سیستم عامل -
نام فایل delphixpy-1.9.3.0
نام delphixpy
نسخه کتابخانه 1.9.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Delphix
ایمیل نویسنده support@delphix.com
آدرس صفحه اصلی http://www.delphix.com
آدرس اینترنتی https://pypi.org/project/delphixpy/
مجوز -
DelphixPy ========= DelphixPy is a set of auto-generated Python API wrappers to the Delphix Virtualization Engine. Usage ------------ .. code:: python # Simple script to refresh a Database from delphixpy.delphix_engine import DelphixEngine engine = DelphixEngine( "delphix-address", "delphix-user", "delphix-password", "DOMAIN", # Instead of DOMAIN, use SYSTEM if you are using the sysadmin user. use_https=True, # Connect through HTTPS instead of default HTTP ) database.refresh(engine, "ORACLE_DB_CONTAINER-3") Many more examples can be found in the `DelphixPy Examples Repository <https://github.com/delphix/delphixpy-examples>`_ Supported API Versions ---------------------- DelphixPy supports Delphix Engines versioned 4.0.0.x or equivalently Delphix Engines running API version 1.3.0 and on. Changelog --------- 1.11.18 ^^^^^^^ - Dropped support for python versions 3.5 and older. 1.10.5 ^^^^^^ - Python3.7 introduces backwards incompatible syntax which breaks DelphixPy, to accomodate the `job_context.async` function has been renamed to `job_context.asyncly`. - Drop support for Delphix Engines older than 4.1. API Versions: 1.3.0, 1.3.1, 1.3.2, 1.3.3 - Publish universal wheels. 1.10.3 ^^^^^^ - API objects are now hashable in Python3 - Undefined objects now raise errors when their attributes are modified - Various bug fixes 1.10.2 ^^^^^^ - Python3 compatibility. Python2 and Python3 are both supported now. The Python2 wrappers will now require all strings be of type `unicode` and the Python3 wrappers will now require all strings to be of type `str`. This may cause regressions on existing Python2 code as seen by: `AssertionError: Expected one of [u'string'], but got <type 'str'>` - Https support - Various speed improvements


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

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


نحوه نصب


نصب پکیج whl delphixpy-1.9.3.0:

    pip install delphixpy-1.9.3.0.whl


نصب پکیج tar.gz delphixpy-1.9.3.0:

    pip install delphixpy-1.9.3.0.tar.gz