{ "info": { "author": "Timo Steidle", "author_email": "mumpitz@wumpitz.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "==========\nGearthonic\n==========\n\n\nA simple client for the API of Homegear.\n\nLook at the documentation_ for detailed information.\n\nQuickstart\n==========\n\nInstall `gearthonic` via pip::\n\n pip install gearthonic\n\nInitialise the client::\n\n from gearthonic import GearClient\n # You only have to provide the host and port of the Homegear server\n gc = GearClient('192.168.1.100', 2001, secure=False, verify=False)\n\nUse the predefined methods to make requests to the API::\n\n gc.system.list_methods()\n gc.device.get_value(1, 4, 'ACTUAL_TEMPERATURE')\n\nAlternatively you can call any method directly via the client::\n\n gc.getValue(1, 4, 'ACTUAL_TEMPERATURE')\n\nThe default communication protocol is XML-RPC. If you want to use another\nprotocol like JSON-RPC or a MQTT broker, see the full documentation_.\n\n.. _documentation: http://gearthonic.readthedocs.io/en/latest/\n\n\n\nDocumentation\n-------------\n\nThe full documentation can be found at http://gearthonic.rtfd.org.\n\n\n\nChangelog\n---------\n\n0.2.0 (2016-08-08)\n++++++++++++++++++\n\n* Introduced different communication protocols (XML RPC and JSON RPC)\n\n0.1.2 (2016-07-13)\n++++++++++++++++++\n\n* Fixed broken setup.py.\n\n0.1.1 (2016-07-13)\n++++++++++++++++++\n\n* Added documentation.\n\n0.1.0 (2016-07-13)\n++++++++++++++++++\n\n* Initial release to pypi.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/wumpitz/gearthonic", "keywords": "gearthonic", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gearthonic", "package_url": "https://pypi.org/project/gearthonic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gearthonic/", "project_urls": { "Homepage": "https://gitlab.com/wumpitz/gearthonic" }, "release_url": "https://pypi.org/project/gearthonic/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A simple client to the XML RPC API of Homegear.", "version": "0.2.0" }, "last_serial": 2268100, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "af54fb1afa1a6d151ad53c8b0ece67bd", "sha256": "6f692ed2656f1b2dd9ccfbf326f147f32c4a1db44a0b5f307c45075785106ed2" }, "downloads": -1, "filename": "gearthonic-0.1.2.tar.gz", "has_sig": false, "md5_digest": "af54fb1afa1a6d151ad53c8b0ece67bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6175, "upload_time": "2016-07-13T10:15:04", "url": "https://files.pythonhosted.org/packages/8f/3a/82f13c4e61bbddf1145704389b4337ff618e64ad0eff85a1f210319e5d66/gearthonic-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "daaa18694fce7a6a61559738e4ce04d9", "sha256": "5af0289426f72bc1bc83dd1d2cd858643579c87dd3a1f9e2b84bfd9aaf58c0f5" }, "downloads": -1, "filename": "gearthonic-0.2.0.tar.gz", "has_sig": false, "md5_digest": "daaa18694fce7a6a61559738e4ce04d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8614, "upload_time": "2016-08-08T08:54:39", "url": "https://files.pythonhosted.org/packages/49/7b/00de77a554132ea247dfdfa002b7e187a259138e058f1f96c7e4cf1047f7/gearthonic-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "daaa18694fce7a6a61559738e4ce04d9", "sha256": "5af0289426f72bc1bc83dd1d2cd858643579c87dd3a1f9e2b84bfd9aaf58c0f5" }, "downloads": -1, "filename": "gearthonic-0.2.0.tar.gz", "has_sig": false, "md5_digest": "daaa18694fce7a6a61559738e4ce04d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8614, "upload_time": "2016-08-08T08:54:39", "url": "https://files.pythonhosted.org/packages/49/7b/00de77a554132ea247dfdfa002b7e187a259138e058f1f96c7e4cf1047f7/gearthonic-0.2.0.tar.gz" } ] }