{ "info": { "author": "Guy Zuercher", "author_email": "geeosor@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# README #\n\n### What is this repository for? ###\n\nUnoffical [NinjaRMM API](https://ninjarmm.com/dev-api/) client for Python\n\n### Requirements ###\n\n* Python 3\n* [Requests](https://pypi.org/project/requests/)\n\n### Installation ###\n\nthe classic way:\n\n```\npip3 install py-ninjarmm-api-client\n```\n\nor directly from GIT repo:\n\n```\npip3 install git+https://bitbucket.org/raptus-it-services/py-ninjarmm-api-client.git\n```\n\n### Usage ###\n\n```\nimport ninjarmm_api\nnapi = ninjarmm_api.client(\"YOUR_AccessKeyId\", \"YOUR_SecretAccessKey\", iseu=False, debug=True)\ncustomers = napi.get_customers()\n```\n\nIf you are on the **EU instance** of NinjaRMM, set `iseu=True`\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/raptus-it-services/py-ninjarmm-api-client", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "py-ninjarmm-api-client", "package_url": "https://pypi.org/project/py-ninjarmm-api-client/", "platform": "", "project_url": "https://pypi.org/project/py-ninjarmm-api-client/", "project_urls": { "Homepage": "https://bitbucket.org/raptus-it-services/py-ninjarmm-api-client" }, "release_url": "https://pypi.org/project/py-ninjarmm-api-client/0.0.3/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Unoffical NinjaRMM API client in Python 3", "version": "0.0.3" }, "last_serial": 4665306, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "02aa3ee2b71bcba590b36c75dc20b525", "sha256": "8aa77b0e3b283e3047332b5f497cf8f99ad64f988d2972c7bf5591f821410efd" }, "downloads": -1, "filename": "py_ninjarmm_api_client-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "02aa3ee2b71bcba590b36c75dc20b525", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4514, "upload_time": "2019-01-06T10:07:41", "url": "https://files.pythonhosted.org/packages/8f/5b/1137e00de4b3c330512ae498b11355459a4f59048edeb7877bde15c606f2/py_ninjarmm_api_client-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d57f54721ab1ae4f194860c781d5bfbf", "sha256": "c2c13c79bb4b68addbd85f0f750bc862fda8b783ca99a6b34cb16d4c8c760d14" }, "downloads": -1, "filename": "py-ninjarmm-api-client-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d57f54721ab1ae4f194860c781d5bfbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2837, "upload_time": "2019-01-06T10:07:43", "url": "https://files.pythonhosted.org/packages/71/15/108b19273b32e596ead10e8e4702957fa62f438de2192535b3b29cddb0e7/py-ninjarmm-api-client-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "02aa3ee2b71bcba590b36c75dc20b525", "sha256": "8aa77b0e3b283e3047332b5f497cf8f99ad64f988d2972c7bf5591f821410efd" }, "downloads": -1, "filename": "py_ninjarmm_api_client-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "02aa3ee2b71bcba590b36c75dc20b525", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4514, "upload_time": "2019-01-06T10:07:41", "url": "https://files.pythonhosted.org/packages/8f/5b/1137e00de4b3c330512ae498b11355459a4f59048edeb7877bde15c606f2/py_ninjarmm_api_client-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d57f54721ab1ae4f194860c781d5bfbf", "sha256": "c2c13c79bb4b68addbd85f0f750bc862fda8b783ca99a6b34cb16d4c8c760d14" }, "downloads": -1, "filename": "py-ninjarmm-api-client-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d57f54721ab1ae4f194860c781d5bfbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2837, "upload_time": "2019-01-06T10:07:43", "url": "https://files.pythonhosted.org/packages/71/15/108b19273b32e596ead10e8e4702957fa62f438de2192535b3b29cddb0e7/py-ninjarmm-api-client-0.0.3.tar.gz" } ] }