zyxel3525Api


Namezyxel3525Api JSON
Version 1.0.2 PyPI version JSON
download
home_page
SummaryPython wrapper to get JSON data from Zyxel BMG3525 series routers
upload_time2024-03-03 16:16:26
maintainer
docs_urlNone
authorPieter du Toit
requires_python
licenseMIT
keywords zyxel api wrapper bmg3525
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zxel3525Api

A wrapper to access a Zyxel BMG3525 with python and receive back JSON data that can be stored to a database.

    from zyxel3525Api import ZyxelApi
    api = ZyxelApi('192.168.0.1', 'username', 'password') [comment]: Use the ip and access details for your router
    logs = api.get_log()

For help on other functions help(zyxel3525Api)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "zyxel3525Api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "zyxel,api,wrapper,BMG3525",
    "author": "Pieter du Toit",
    "author_email": "1979@absamail.co.za",
    "download_url": "https://files.pythonhosted.org/packages/ab/b1/a2c45c6d66ed0adf347671f3efda97dbc9a46406083ec587de68dc293a1a/zyxel3525Api-1.0.2.tar.gz",
    "platform": null,
    "description": "# zxel3525Api\r\n\r\nA wrapper to access a Zyxel BMG3525 with python and receive back JSON data that can be stored to a database.\r\n\r\n    from zyxel3525Api import ZyxelApi\r\n    api = ZyxelApi('192.168.0.1', 'username', 'password') [comment]: Use the ip and access details for your router\r\n    logs = api.get_log()\r\n\r\nFor help on other functions help(zyxel3525Api)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper to get JSON data from Zyxel BMG3525 series routers",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [
        "zyxel",
        "api",
        "wrapper",
        "bmg3525"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abb1a2c45c6d66ed0adf347671f3efda97dbc9a46406083ec587de68dc293a1a",
                "md5": "23d17ade65631dcc011d40bd9302617e",
                "sha256": "927df4e072b09f30bac36129259d3f2c9c455e8cb26176fea1a03face9add802"
            },
            "downloads": -1,
            "filename": "zyxel3525Api-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "23d17ade65631dcc011d40bd9302617e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4204,
            "upload_time": "2024-03-03T16:16:26",
            "upload_time_iso_8601": "2024-03-03T16:16:26.023138Z",
            "url": "https://files.pythonhosted.org/packages/ab/b1/a2c45c6d66ed0adf347671f3efda97dbc9a46406083ec587de68dc293a1a/zyxel3525Api-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 16:16:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zyxel3525api"
}
        
Elapsed time: 0.62330s