{ "info": { "author": "Alexandr Dzhurinskij", "author_email": "adzhurinskij@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# phpipam-client\n![Pyup Status](https://pyup.io/repos/github/adzhurinskij/phpipam-client/shield.svg) ![Travis (.org)](https://img.shields.io/travis/adzhurinskij/phpipam-client.svg)\n\nPHPIPAM Python RESP API Client. It supports Python 2.7 and 3.4+.\n\n### Example\nBasic usage:\n```python\nfrom phpipam_client import PhpIpamClient, PATCH\n\nipam = PhpIpamClient(\n url='https://ipam',\n app_id='myapp',\n username='mylogin',\n password='mypassword',\n user_agent='myapiclient', # custom user-agent header\n)\n\n# read object\nprint(ipam.query('/sections/'))\n\n# update object\nipam.query('/sections/1/', method=PATCH, data={\n 'description': 'example',\n})\n```\nUse encryption:\n```python\nipam = PhpIpamClient(\n url='https://ipam',\n app_id='myapp',\n token='mytoken',\n encryption=True,\n)\n```\n\n### Other API clients\n- https://github.com/adzhurinskij/phpipam-api-pythonclient (only Python 2.7)\n- https://github.com/efenian/phpipamsdk\n- https://github.com/michaelluich/phpIPAM\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "Alexandr Dzhurinskij", "maintainer_email": "adzhurinskij@gmail.com", "name": "phpipam-client", "package_url": "https://pypi.org/project/phpipam-client/", "platform": "", "project_url": "https://pypi.org/project/phpipam-client/", "project_urls": null, "release_url": "https://pypi.org/project/phpipam-client/0.2.0/", "requires_dist": [ "requests (>=2.21,<3.0)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "PHPIPAM Python RESP API Client", "version": "0.2.0" }, "last_serial": 4979537, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "7318d2353666eb8de25394a8a0787f49", "sha256": "00998d8971db99517d475bb63041ed593cc04c4324341f2b713db3fa3143d534" }, "downloads": -1, "filename": "phpipam_client-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7318d2353666eb8de25394a8a0787f49", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 17841, "upload_time": "2019-03-24T18:51:33", "url": "https://files.pythonhosted.org/packages/9e/09/82083c2f408c9f978a1f714a2b46d89f16826262024e1c79ae41537bc970/phpipam_client-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c8587d86eb6eed947f255e678db90e2", "sha256": "644855ce45b98ce64e9550862d2b616dc7700c5d892662e6aaf99e95155bb580" }, "downloads": -1, "filename": "phpipam-client-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6c8587d86eb6eed947f255e678db90e2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6244, "upload_time": "2019-03-24T18:51:31", "url": "https://files.pythonhosted.org/packages/40/21/9ae80dd896c231913ef7204b787448f513c2dbe1fc41e82e023b886200ca/phpipam-client-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7318d2353666eb8de25394a8a0787f49", "sha256": "00998d8971db99517d475bb63041ed593cc04c4324341f2b713db3fa3143d534" }, "downloads": -1, "filename": "phpipam_client-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7318d2353666eb8de25394a8a0787f49", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 17841, "upload_time": "2019-03-24T18:51:33", "url": "https://files.pythonhosted.org/packages/9e/09/82083c2f408c9f978a1f714a2b46d89f16826262024e1c79ae41537bc970/phpipam_client-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c8587d86eb6eed947f255e678db90e2", "sha256": "644855ce45b98ce64e9550862d2b616dc7700c5d892662e6aaf99e95155bb580" }, "downloads": -1, "filename": "phpipam-client-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6c8587d86eb6eed947f255e678db90e2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6244, "upload_time": "2019-03-24T18:51:31", "url": "https://files.pythonhosted.org/packages/40/21/9ae80dd896c231913ef7204b787448f513c2dbe1fc41e82e023b886200ca/phpipam-client-0.2.0.tar.gz" } ] }