ibwapi


Nameibwapi JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA low level, lightweight client for interacting with the Infoblox WAPI
upload_time2025-02-25 19:33:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords infoblox nios wapi ddi rest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ibwapi

A low level, lightweight client for interacting with the Infoblox WAPI.

```python
>>> import ibwapi
>>> wapi = ibwapi.Client(
...     'grid.example.com',     # grid master FQDN
...     ('admin','infoblox'),   # auth tuple
...     wapi_version='2.13.4'   # WAPI version (optional)
... )
>>> resp = wapi.get(
...     'record:a',                         # object type
...     {'name:':'myhost.example.com'},     # filters
...     return_fields=['default','comment'] # return fields
... )
>>> resp
[{'_ref': 'record:a/ZG5zLmJpbmRfYSQuMS5uZXQuZHZvbHZlLmRzLGRjMSwxMC4xNy4xLjMx:myhost.example.com/Internal', 'comment': 'My Host', 'ipv4addr': '192.168.100.1', 'name': 'myhost.example.com', 'view': 'Internal'}]
>>> wapi.update(
...     resp[0]['_ref'],            # object ref
...     {'comment':'New Comment'}   # updated fields
... )
'record:a/ZG5zLmJpbmRfYSQuMS5uZXQuZHZvbHZlLmRzLGRjMSwxMC4xNy4xLjMx:myhost.example.com/Internal'
```

## Installing and Supported Versions

ibwapi is available on PyPI:

```console
$ python -m pip install ibwapi
```

This project depends on [Requests](https://requests.readthedocs.io/en/latest/), which is licensed under the Apache License 2.0. It will generally follow the Python versions supported by Requests which is currently 3.8+.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ibwapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "infoblox, nios, wapi, ddi, rest",
    "author": null,
    "author_email": "Ryan Bolger <ryan-oss@xyto.cc>",
    "download_url": "https://files.pythonhosted.org/packages/a3/a1/275f7246c1381dc1c06570a980eb74f9178dd0b501eb243a0e6b4a948879/ibwapi-0.2.0.tar.gz",
    "platform": null,
    "description": "# ibwapi\n\nA low level, lightweight client for interacting with the Infoblox WAPI.\n\n```python\n>>> import ibwapi\n>>> wapi = ibwapi.Client(\n...     'grid.example.com',     # grid master FQDN\n...     ('admin','infoblox'),   # auth tuple\n...     wapi_version='2.13.4'   # WAPI version (optional)\n... )\n>>> resp = wapi.get(\n...     'record:a',                         # object type\n...     {'name:':'myhost.example.com'},     # filters\n...     return_fields=['default','comment'] # return fields\n... )\n>>> resp\n[{'_ref': 'record:a/ZG5zLmJpbmRfYSQuMS5uZXQuZHZvbHZlLmRzLGRjMSwxMC4xNy4xLjMx:myhost.example.com/Internal', 'comment': 'My Host', 'ipv4addr': '192.168.100.1', 'name': 'myhost.example.com', 'view': 'Internal'}]\n>>> wapi.update(\n...     resp[0]['_ref'],            # object ref\n...     {'comment':'New Comment'}   # updated fields\n... )\n'record:a/ZG5zLmJpbmRfYSQuMS5uZXQuZHZvbHZlLmRzLGRjMSwxMC4xNy4xLjMx:myhost.example.com/Internal'\n```\n\n## Installing and Supported Versions\n\nibwapi is available on PyPI:\n\n```console\n$ python -m pip install ibwapi\n```\n\nThis project depends on [Requests](https://requests.readthedocs.io/en/latest/), which is licensed under the Apache License 2.0. It will generally follow the Python versions supported by Requests which is currently 3.8+.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A low level, lightweight client for interacting with the Infoblox WAPI",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://github.com/rmbolger/py-ibwapi",
        "Homepage": "https://github.com/rmbolger/py-ibwapi",
        "Source": "https://github.com/rmbolger/py-ibwapi"
    },
    "split_keywords": [
        "infoblox",
        " nios",
        " wapi",
        " ddi",
        " rest"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb3ae4f1265a0ed37369104363e703905fd21098389d55da88f03b2a0565cfac",
                "md5": "58cb270beab586bfe3aa7cccd5c0c21f",
                "sha256": "0fd76fb0d761c163ab5c3165dd5e5ae70f7a21ccada533ad360cdc82b4179dbf"
            },
            "downloads": -1,
            "filename": "ibwapi-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58cb270beab586bfe3aa7cccd5c0c21f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7075,
            "upload_time": "2025-02-25T19:33:03",
            "upload_time_iso_8601": "2025-02-25T19:33:03.245191Z",
            "url": "https://files.pythonhosted.org/packages/cb/3a/e4f1265a0ed37369104363e703905fd21098389d55da88f03b2a0565cfac/ibwapi-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3a1275f7246c1381dc1c06570a980eb74f9178dd0b501eb243a0e6b4a948879",
                "md5": "61addff0c0b5fc4513d9bbc6cb65c159",
                "sha256": "b09371ead1ca44f5ac58b5370aefa1341bed046bdc2afd97b35c45f491a419eb"
            },
            "downloads": -1,
            "filename": "ibwapi-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "61addff0c0b5fc4513d9bbc6cb65c159",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12081,
            "upload_time": "2025-02-25T19:33:04",
            "upload_time_iso_8601": "2025-02-25T19:33:04.553100Z",
            "url": "https://files.pythonhosted.org/packages/a3/a1/275f7246c1381dc1c06570a980eb74f9178dd0b501eb243a0e6b4a948879/ibwapi-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-25 19:33:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rmbolger",
    "github_project": "py-ibwapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ibwapi"
}
        
Elapsed time: 1.53975s