{ "info": { "author": "Rob Adkerson", "author_email": "r.j.adkerson@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "automoxapi\n=======\n\nA thin python wrapper for the Automox API\n\nUsage\n-----\n\nLog into Automox, navigate to settings and locate and copy the Access Key.\n\nIn your python environment, install automoxapi:\n\n.. code:: bash\n\n pip install automoxapi\n\nIn your python project import and create an Automox instance:\n\n.. code:: python\n\n\n from automoxapi import Automox\n\n automox = Automox('thisis-not-areal-accesskey')\n\n for org in automox.get_organizations():\n for server in automox.get_servers(org['id']):\n print(server['display_name'])\n\n\n\nFor details on interacting with the API visit the website:\nhttps://docs.automox.com/api/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CyberTechCafe-LLC/automoxapi", "keywords": "automox,api", "license": "GNU General Public License v3.0", "maintainer": "", "maintainer_email": "", "name": "automoxapi", "package_url": "https://pypi.org/project/automoxapi/", "platform": "", "project_url": "https://pypi.org/project/automoxapi/", "project_urls": { "Homepage": "https://github.com/CyberTechCafe-LLC/automoxapi" }, "release_url": "https://pypi.org/project/automoxapi/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Thin python wrapper for the Automox API", "version": "0.0.1" }, "last_serial": 3859746, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "be2332602db4cf80aae3a5a7becf432e", "sha256": "a9fb36b569bd100607dbd032f8ace84ec63b63ee097bda985ae23226e4e08ed3" }, "downloads": -1, "filename": "automoxapi-0.0.1.zip", "has_sig": false, "md5_digest": "be2332602db4cf80aae3a5a7becf432e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3525, "upload_time": "2018-05-14T05:05:38", "url": "https://files.pythonhosted.org/packages/f7/9b/a2f1d4d94985b81028b911c74e95f3d794b23a1b5142268efb6da03b8120/automoxapi-0.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "be2332602db4cf80aae3a5a7becf432e", "sha256": "a9fb36b569bd100607dbd032f8ace84ec63b63ee097bda985ae23226e4e08ed3" }, "downloads": -1, "filename": "automoxapi-0.0.1.zip", "has_sig": false, "md5_digest": "be2332602db4cf80aae3a5a7becf432e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3525, "upload_time": "2018-05-14T05:05:38", "url": "https://files.pythonhosted.org/packages/f7/9b/a2f1d4d94985b81028b911c74e95f3d794b23a1b5142268efb6da03b8120/automoxapi-0.0.1.zip" } ] }