bloxone


Namebloxone JSON
Version 0.8.14 PyPI version JSON
download
home_pagehttps://github.com/ccmarris/python-bloxone
SummaryBloxOne API Wrapper Module
upload_time2023-01-20 21:06:14
maintainer
docs_urlNone
authorChris Marrison
requires_python>=3.7
licenseBSD-2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============
Introduction
============

The Infoblox BloxOne suite of applications provides a RESTful API that is
published using Swagger on https://csp.infoblox.com/apidoc along with other
Infoblox APIs.

This module aims to provide a class hierarchy to simplify access to these
published APIs, performing the 'heavy lifting' whilst providing full access to
to their functionality. This is achieved by providing simple wrappers that enable
you to take the swagger documented object paths, fields and where appropriate 
JSON body from the documentation and pass them to simple get, create, delete and
update methods. These methods simply return a *requests* response object.

In addition, useful utility methods are provided for common tasks such as 
getting an object id, by defining the object key and value match pair. This is
combined with several (currently) undocumented API calls.

Some basic configuration, such a base url, API version and API key are read
from an ini file. An example of which is provided. When instantiating/initialising
this will read config.ini by default. Alternatively a path can be provided.

For more detailed documentation please see: 
https://python-bloxone.readthedocs.io/en/latest/

PyPi:
https://pypi.org/project/bloxone/

GitHub:
https://github.com/ccmarris/python-bloxone

All feedback please to chris@infoblox.com

Thanks

Chris

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ccmarris/python-bloxone",
    "name": "bloxone",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Chris Marrison",
    "author_email": "chris@infoblox.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/c3/ee0262dd01e58290b32e50c42f4e4f2a444b9c9a6e3996cc6ff808ffefca/bloxone-0.8.14.tar.gz",
    "platform": null,
    "description": "============\nIntroduction\n============\n\nThe Infoblox BloxOne suite of applications provides a RESTful API that is\npublished using Swagger on https://csp.infoblox.com/apidoc along with other\nInfoblox APIs.\n\nThis module aims to provide a class hierarchy to simplify access to these\npublished APIs, performing the 'heavy lifting' whilst providing full access to\nto their functionality. This is achieved by providing simple wrappers that enable\nyou to take the swagger documented object paths, fields and where appropriate \nJSON body from the documentation and pass them to simple get, create, delete and\nupdate methods. These methods simply return a *requests* response object.\n\nIn addition, useful utility methods are provided for common tasks such as \ngetting an object id, by defining the object key and value match pair. This is\ncombined with several (currently) undocumented API calls.\n\nSome basic configuration, such a base url, API version and API key are read\nfrom an ini file. An example of which is provided. When instantiating/initialising\nthis will read config.ini by default. Alternatively a path can be provided.\n\nFor more detailed documentation please see: \nhttps://python-bloxone.readthedocs.io/en/latest/\n\nPyPi:\nhttps://pypi.org/project/bloxone/\n\nGitHub:\nhttps://github.com/ccmarris/python-bloxone\n\nAll feedback please to chris@infoblox.com\n\nThanks\n\nChris\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "BloxOne API Wrapper Module",
    "version": "0.8.14",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "811a818fae58a78dff74ca3418521feaec0c77d0ba57c7a1d20b73606849091e",
                "md5": "72d853c9febccf566989f9519d63cac3",
                "sha256": "08ba652018745f494c68ef92db69caeb833c3012da398e54378eadd8be09fc15"
            },
            "downloads": -1,
            "filename": "bloxone-0.8.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72d853c9febccf566989f9519d63cac3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 294677,
            "upload_time": "2023-01-20T21:05:58",
            "upload_time_iso_8601": "2023-01-20T21:05:58.034436Z",
            "url": "https://files.pythonhosted.org/packages/81/1a/818fae58a78dff74ca3418521feaec0c77d0ba57c7a1d20b73606849091e/bloxone-0.8.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0c3ee0262dd01e58290b32e50c42f4e4f2a444b9c9a6e3996cc6ff808ffefca",
                "md5": "a34dd284de2f9350e5af0516ae8b8e53",
                "sha256": "56db79ee782b15ce980b292d44ed3f141fd9460b49e675483583d345041ce669"
            },
            "downloads": -1,
            "filename": "bloxone-0.8.14.tar.gz",
            "has_sig": false,
            "md5_digest": "a34dd284de2f9350e5af0516ae8b8e53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17605453,
            "upload_time": "2023-01-20T21:06:14",
            "upload_time_iso_8601": "2023-01-20T21:06:14.187849Z",
            "url": "https://files.pythonhosted.org/packages/c0/c3/ee0262dd01e58290b32e50c42f4e4f2a444b9c9a6e3996cc6ff808ffefca/bloxone-0.8.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-20 21:06:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ccmarris",
    "github_project": "python-bloxone",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "bloxone"
}
        
Elapsed time: 0.06678s