| Name | delphixpy JSON |
| Version |
1.11.47.0
JSON |
| download |
| home_page | http://www.delphix.com |
| Summary | Delphix Client Bindings |
| upload_time | 2025-11-12 14:37:48 |
| 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/a5/21/6759c21ef6c46423c46b4d181b4f9f30d291a73066afbb4d741c214e4aee/delphixpy-1.11.47.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",
"bugtrack_url": null,
"license": null,
"summary": "Delphix Client Bindings",
"version": "1.11.47.0",
"project_urls": {
"Homepage": "http://www.delphix.com"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d0ada253c41fa86c9a7a52f68e821d5579e73a198da9b1e9d22f0e6104c6b6ab",
"md5": "c4da21d25cffe717123a597c3f8c4ba4",
"sha256": "a5cb81146c32d77471e492652f7a5d951bc9e0107b82c97c6f115fcfae3c1a6b"
},
"downloads": -1,
"filename": "delphixpy-1.11.47.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c4da21d25cffe717123a597c3f8c4ba4",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 91323262,
"upload_time": "2025-11-12T14:37:42",
"upload_time_iso_8601": "2025-11-12T14:37:42.305147Z",
"url": "https://files.pythonhosted.org/packages/d0/ad/a253c41fa86c9a7a52f68e821d5579e73a198da9b1e9d22f0e6104c6b6ab/delphixpy-1.11.47.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5216759c21ef6c46423c46b4d181b4f9f30d291a73066afbb4d741c214e4aee",
"md5": "936ba6836fed7aa48c3b3848ac5aefcb",
"sha256": "e99e6ed5a139ff535485cdda2a3a5e235532c1d1b1122f682cc5ea73b5924ff5"
},
"downloads": -1,
"filename": "delphixpy-1.11.47.0.tar.gz",
"has_sig": false,
"md5_digest": "936ba6836fed7aa48c3b3848ac5aefcb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 24885820,
"upload_time": "2025-11-12T14:37:48",
"upload_time_iso_8601": "2025-11-12T14:37:48.123402Z",
"url": "https://files.pythonhosted.org/packages/a5/21/6759c21ef6c46423c46b4d181b4f9f30d291a73066afbb4d741c214e4aee/delphixpy-1.11.47.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-12 14:37:48",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "delphixpy"
}