{ "info": { "author": "Stephen Mc Gowan", "author_email": "mcclown@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Home Automation", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Hardware" ], "description": "pyseneye\n========\n\n|Build Status| |Coverage Status|\n\nA module for working with the Seneye range of aquarium and pond sensors.\nSupport is provided for the HID/USB driver for the device although it is\nintended to add support for their API later.\n\nWhen using this, readings will not be synced to the Seneye.me cloud\nservice. This module is in no way endorsed by Seneye and you use it at\nyour own risk.\n\nGenerated documentation can be found\n`here `__\n\nQuickstart\n----------\n\nInstall pyseneye using ``pip``: ``$ pip install pyseneye``. Once that is\ncomplete you can import the SUDevice class and connect to your device.\n\n.. code:: python\n\n >>> from pyseneye.sud import SUDDevice, Action\n >>> d = SUDevice()\n\nOnce the class is initialised you can put the Seneye into interactive\nmode and then retrieve sensor readings.\n\n.. code:: python\n\n >>> d.action(Action.ENTER_INTERACTIVE_MODE)\n >>> s = d.action(Action.SENSOR_READING)\n >>> s.ph\n 8.16\n >>> s.nh3\n 0.007\n >>> s.temperature\n 25.125\n >>> d.action(Action.LEAVE_INTERACTIVE_MODE)\n >>> d.close()\n\nYou need access to the USB device, so these calls may require elevated\nprivileges.\n\nIssues & Questions\n------------------\n\nIf you have any issues, or questions, please feel free to contact me, or\nopen an issue on GitHub\n\n.. |Build Status| image:: https://travis-ci.org/mcclown/pyseneye.svg?branch=master\n :target: https://travis-ci.org/mcclown/pyseneye\n.. |Coverage Status| image:: https://coveralls.io/repos/mcclown/pyseneye/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/mcclown/pyseneye?branch=master", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/iamthecage/pyseneye_windows/", "keywords": "", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "pyseneye-windows", "package_url": "https://pypi.org/project/pyseneye-windows/", "platform": "any", "project_url": "https://pypi.org/project/pyseneye-windows/", "project_urls": { "Homepage": "http://github.com/iamthecage/pyseneye_windows/" }, "release_url": "https://pypi.org/project/pyseneye-windows/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A module for interacting with the Seneye range or aquarium and pond sensors", "version": "0.0.2" }, "last_serial": 5184282, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "d94758dcd11f0d68fa7fb934f5a84a36", "sha256": "d8bf0a7f68de77eaa87840c1639bf2f8c3882d59cc9fc83ad02359339586ca01" }, "downloads": -1, "filename": "pyseneye_windows-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d94758dcd11f0d68fa7fb934f5a84a36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7360, "upload_time": "2019-04-24T20:16:33", "url": "https://files.pythonhosted.org/packages/21/57/e8393357d685cc6e4593909bbd4c82ab24bb8d58f02bead994bc32d59071/pyseneye_windows-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d94758dcd11f0d68fa7fb934f5a84a36", "sha256": "d8bf0a7f68de77eaa87840c1639bf2f8c3882d59cc9fc83ad02359339586ca01" }, "downloads": -1, "filename": "pyseneye_windows-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d94758dcd11f0d68fa7fb934f5a84a36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7360, "upload_time": "2019-04-24T20:16:33", "url": "https://files.pythonhosted.org/packages/21/57/e8393357d685cc6e4593909bbd4c82ab24bb8d58f02bead994bc32d59071/pyseneye_windows-0.0.2.tar.gz" } ] }