{ "info": { "author": "Aleksandr Balezin", "author_email": "gescheit12@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "This is an implementation of the Zabbix API in Python.\nPlease note that the Zabbix API is still in a draft state,\nand subject to change.\n\nImplementations of the Zabbix API in other languages may\nbe found on the wiki.\n\nZabbix 1.8, 2.0, 2.2, 2.4, 3.0 and 3.2 are supported.\nPython 2 and 3 are supported.\n\nFuture versions must be supported too, if there is no deep changes.\n\nInstallation:\n```sh\n# pip install zabbix-api\n```\n\nShort example:\n\n```python\n>>> from zabbix_api import ZabbixAPI\n>>> zapi = ZabbixAPI(server=\"https://server/\")\n>>> zapi.login(\"login\", \"password\")\n>>> zapi.trigger.get({\"expandExpression\": \"extend\", \"triggerids\": range(0, 100)})\n```\n\nSee also:\n* http://www.zabbix.com/wiki/doc/api\n* https://www.zabbix.com/documentation/2.4/manual/api\n* http://www.zabbix.com/forum/showthread.php?t=15218", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gescheit/scripts", "keywords": "", "license": "GNU LGPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zabbix-api", "package_url": "https://pypi.org/project/zabbix-api/", "platform": "any", "project_url": "https://pypi.org/project/zabbix-api/", "project_urls": { "Homepage": "https://github.com/gescheit/scripts" }, "release_url": "https://pypi.org/project/zabbix-api/0.5.4/", "requires_dist": null, "requires_python": "", "summary": "Zabbix API", "version": "0.5.4" }, "last_serial": 5159869, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "718974842e67735a1841399bdb3f2260", "sha256": "96c1a4a1ab2bcc98a9f3bd5de3a2e97f296ce797f882ab57fa10524ae37dfc34" }, "downloads": -1, "filename": "zabbix-api-0.2.tar.gz", "has_sig": false, "md5_digest": "718974842e67735a1841399bdb3f2260", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5184, "upload_time": "2015-02-03T12:47:45", "url": "https://files.pythonhosted.org/packages/30/b8/0284d42276ba39feb7e9ed60333ecfb1fa5df3083fa0c0ef5cda41c791a7/zabbix-api-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "512aa07e3f50f15e4ca5d4dc8977f70f", "sha256": "78b4781cab8ec631be5650b5b60ab10ee5000d2b51c72cfbe05a57b65b88a7bd" }, "downloads": -1, "filename": "zabbix-api-0.3.tar.gz", "has_sig": false, "md5_digest": "512aa07e3f50f15e4ca5d4dc8977f70f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5172, "upload_time": "2015-02-12T10:13:45", "url": "https://files.pythonhosted.org/packages/77/8b/8110ea65286ba70198b8c566fc55d2435c5b3d51c8d80bfe2d7dfa604e3a/zabbix-api-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "0e03e627267895adb5fd47450628d234", "sha256": "31fab8ca9b12aa5e6fe79b4463cfe62f33ded770ddc933a8d99c4debe934a0de" }, "downloads": -1, "filename": "zabbix-api-0.4.tar.gz", "has_sig": false, "md5_digest": "0e03e627267895adb5fd47450628d234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4787, "upload_time": "2015-02-13T17:18:29", "url": "https://files.pythonhosted.org/packages/39/d9/6f31d35a8721364f1a3ac07dfe6f1bec4839c910a8b1dc14c9206e425d3c/zabbix-api-0.4.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "ecb0cb8f6ef27a6a229912b47ed1e54a", "sha256": "c64a82531d72230cc3c19684ee586d8d1cdb221f0562c1d88f7325db5abe63d4" }, "downloads": -1, "filename": "zabbix-api-0.5.3.tar.gz", "has_sig": false, "md5_digest": "ecb0cb8f6ef27a6a229912b47ed1e54a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5487, "upload_time": "2017-09-19T19:55:33", "url": "https://files.pythonhosted.org/packages/2a/f3/c261c6d7517acbb19bb76e9ff4721a8adda79be7e09218331603baeef145/zabbix-api-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "290e1aec21916c07235263db1fd41ff9", "sha256": "2d6c62001cb79a7de6fe286424967276edaca09d3833b72fb04f7863f29fce4b" }, "downloads": -1, "filename": "zabbix-api-0.5.4.tar.gz", "has_sig": false, "md5_digest": "290e1aec21916c07235263db1fd41ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5560, "upload_time": "2019-04-18T11:42:45", "url": "https://files.pythonhosted.org/packages/e3/ed/2092731880f0de5b07067fc446dc0fc5166f2ee98018b6d524cd3e28a69d/zabbix-api-0.5.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "290e1aec21916c07235263db1fd41ff9", "sha256": "2d6c62001cb79a7de6fe286424967276edaca09d3833b72fb04f7863f29fce4b" }, "downloads": -1, "filename": "zabbix-api-0.5.4.tar.gz", "has_sig": false, "md5_digest": "290e1aec21916c07235263db1fd41ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5560, "upload_time": "2019-04-18T11:42:45", "url": "https://files.pythonhosted.org/packages/e3/ed/2092731880f0de5b07067fc446dc0fc5166f2ee98018b6d524cd3e28a69d/zabbix-api-0.5.4.tar.gz" } ] }