Name | delphixpy JSON |
Version |
1.11.42.0
JSON |
| download |
home_page | http://www.delphix.com |
Summary | Delphix Client Bindings |
upload_time | 2025-01-21 19:30:07 |
maintainer | None |
docs_url | None |
author | Delphix |
requires_python | >=3.6 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
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
Raw data
{
"_id": null,
"home_page": "http://www.delphix.com",
"name": "delphixpy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Delphix",
"author_email": "support@delphix.com",
"download_url": "https://files.pythonhosted.org/packages/e5/49/b8fd3f347f6fa3a2395cf5ce8c9d26276a181d34731020319c378f3f87ba/delphixpy-1.11.42.0.tar.gz",
"platform": null,
"description": "DelphixPy\n=========\n\nDelphixPy is a set of auto-generated Python API wrappers to the\nDelphix Virtualization Engine.\n\nUsage\n------------\n\n.. code:: python\n\n # Simple script to refresh a Database\n from delphixpy.delphix_engine import DelphixEngine\n engine = DelphixEngine(\n \"delphix-address\",\n \"delphix-user\",\n \"delphix-password\",\n \"DOMAIN\", # Instead of DOMAIN, use SYSTEM if you are using the sysadmin user.\n use_https=True, # Connect through HTTPS instead of default HTTP\n )\n database.refresh(engine, \"ORACLE_DB_CONTAINER-3\")\n\nMany more examples can be found in the `DelphixPy Examples Repository <https://github.com/delphix/delphixpy-examples>`_\n\n\nSupported API Versions\n----------------------\n\nDelphixPy supports Delphix Engines versioned 4.0.0.x or equivalently\nDelphix Engines running API version 1.3.0 and on.\n\n\nChangelog\n---------\n\n1.11.18\n^^^^^^^\n- Dropped support for python versions 3.5 and older.\n\n1.10.5\n^^^^^^\n- Python3.7 introduces backwards incompatible syntax which breaks\n DelphixPy, to accomodate the `job_context.async` function has been\n renamed to `job_context.asyncly`.\n- Drop support for Delphix Engines older than 4.1. API Versions: 1.3.0, 1.3.1, 1.3.2, 1.3.3\n- Publish universal wheels.\n\n1.10.3\n^^^^^^\n- API objects are now hashable in Python3\n- Undefined objects now raise errors when their attributes are modified\n- Various bug fixes\n\n1.10.2\n^^^^^^\n\n- Python3 compatibility. Python2 and Python3 are both supported\n now. The Python2 wrappers will now require all strings be of\n type `unicode` and the Python3 wrappers will now require all\n strings to be of type `str`.\n\n This may cause regressions on existing Python2 code as seen by:\n `AssertionError: Expected one of [u'string'], but got <type 'str'>`\n\n- Https support\n- Various speed improvements\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Delphix Client Bindings",
"version": "1.11.42.0",
"project_urls": {
"Homepage": "http://www.delphix.com"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e5c0a4e9b47a82a826eedaa92119227ebbe1118f106407a8e44bfc7b5f0c5a2d",
"md5": "2d44f32c5a4dd44004e25eb50bb5b07b",
"sha256": "834340032ef3d54fe5d77484428b3038833710d9c467b3cc4e983b3d8aa3fb9c"
},
"downloads": -1,
"filename": "delphixpy-1.11.42.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2d44f32c5a4dd44004e25eb50bb5b07b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 81006988,
"upload_time": "2025-01-21T19:29:57",
"upload_time_iso_8601": "2025-01-21T19:29:57.831067Z",
"url": "https://files.pythonhosted.org/packages/e5/c0/a4e9b47a82a826eedaa92119227ebbe1118f106407a8e44bfc7b5f0c5a2d/delphixpy-1.11.42.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e549b8fd3f347f6fa3a2395cf5ce8c9d26276a181d34731020319c378f3f87ba",
"md5": "9ee0ef8cce8219eed67a86fa57c50f0a",
"sha256": "fe9f11010ab65cc8e171eeebfc553a64358fcd3eab40a567fffb1eef2fe28a04"
},
"downloads": -1,
"filename": "delphixpy-1.11.42.0.tar.gz",
"has_sig": false,
"md5_digest": "9ee0ef8cce8219eed67a86fa57c50f0a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 22105294,
"upload_time": "2025-01-21T19:30:07",
"upload_time_iso_8601": "2025-01-21T19:30:07.134001Z",
"url": "https://files.pythonhosted.org/packages/e5/49/b8fd3f347f6fa3a2395cf5ce8c9d26276a181d34731020319c378f3f87ba/delphixpy-1.11.42.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-21 19:30:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "delphixpy"
}