delphixpy


Namedelphixpy JSON
Version 1.11.34.0 PyPI version JSON
download
home_pagehttp://www.delphix.com
SummaryDelphix Client Bindings
upload_time2024-05-22 19:51:26
maintainerNone
docs_urlNone
authorDelphix
requires_python>=3.6
licenseNone
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/e6/f7/f30891f5b29bd07cfe92c52972481687ae8e09e27a1e4337529271e9c08e/delphixpy-1.11.34.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.34.0",
    "project_urls": {
        "Homepage": "http://www.delphix.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f70d0db7ea9d22c76f8841089e76a450b8f74f16288427267a86fc341bf8f7",
                "md5": "4c98c6b0a895b7d9700d8fd970c87d7f",
                "sha256": "268b3eff8099f5cc6d45332630d4b212ccb344a9c578c2467eb156459b342556"
            },
            "downloads": -1,
            "filename": "delphixpy-1.11.34.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c98c6b0a895b7d9700d8fd970c87d7f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 65059590,
            "upload_time": "2024-05-22T19:51:21",
            "upload_time_iso_8601": "2024-05-22T19:51:21.237168Z",
            "url": "https://files.pythonhosted.org/packages/33/f7/0d0db7ea9d22c76f8841089e76a450b8f74f16288427267a86fc341bf8f7/delphixpy-1.11.34.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6f7f30891f5b29bd07cfe92c52972481687ae8e09e27a1e4337529271e9c08e",
                "md5": "2e95a8d1f4502d83e7a9079e1f52999b",
                "sha256": "023154a3a6c4a697f3f9fc7b81f24f6be9311d2e5afc426cf34838283e3a51be"
            },
            "downloads": -1,
            "filename": "delphixpy-1.11.34.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2e95a8d1f4502d83e7a9079e1f52999b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17796316,
            "upload_time": "2024-05-22T19:51:26",
            "upload_time_iso_8601": "2024-05-22T19:51:26.659962Z",
            "url": "https://files.pythonhosted.org/packages/e6/f7/f30891f5b29bd07cfe92c52972481687ae8e09e27a1e4337529271e9c08e/delphixpy-1.11.34.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-22 19:51:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "delphixpy"
}
        
Elapsed time: 0.78850s