{
"info": {
"author": "Erik Johansson",
"author_email": "erik@ejohansson.se",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Home Automation",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Python wrapper for Telldus Live\n===============================\n\n.. image:: https://badge.fury.io/py/tellive-py.png\n :target: https://pypi.python.org/pypi/tellive-py/\n\n.. image:: https://secure.travis-ci.org/erijo/tellive-py.png?branch=master\n :target: http://travis-ci.org/erijo/tellive-py\n\ntellive-py is a Python wrapper for `Telldus Live `_,\n\"a user friendly service for automating your TellStick connected gear using the\nInternet\".\n\n* Official home page: https://github.com/erijo/tellive-py\n* Python package index: https://pypi.python.org/pypi/tellive-py\n\nPlease report any problem as a `GitHub issue report\n`_.\n\nFeatures\n--------\n\n* Includes the script `tellive_core_connector\n `_\n for connecting a e.g. a Tellstick Duo to Telldus Live without needing Telldus\n Center. Supports both devices and sensors.\n* Open source (`GPLv3+\n `_).\n\nRequirements\n------------\n\n* Python 3.2+\n* `tellcore-py `_\n* On Mac OS X, `appnope `_ is\n recommended.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install tellive-py\n\nExample\n-------\n\nTo run the included program for connecting a TellStick to Telldus Live:\n\n.. code-block:: bash\n\n $ tellive_core_connector ~/.config/tellive.conf\n\nThe first time you run the program (with a particular config file), it will\nexit and ask you to visit a given URL to give the program access to your\naccount.\n\nWhen you have done so, you can then edit the config file\n(``~/.config/tellive.conf`` in this example) and add a name to the sensors that\nyou wish to send to Telldus Live. You can also disable devices that you don't\nwant to be controllable via Telldus Live (see ``tellive_core_connector --help``\nfor more info). Then start the program again as above.\n\nThe API can also be used by your own program. This how you would connect to\nTelldus Live and register the client (with PUBLIC_KEY and PRIVATE_KEY from\n`here `_):\n\n.. code-block:: python\n\n client = TellstickLiveClient(PUBLIC_KEY, PRIVATE_KEY)\n (server, port) = client.connect_to_first_available_server()\n client.register(version=\"0.1\")\n\n\nChangelog\n=========\n\n0.5.2 (2014-11-25)\n------------------\n\n* Correctly handle last sent value when it is 0.\n\n\n0.5.1 (2014-11-20)\n------------------\n\n* Don't try to start browser automatically during first run. In many cases it\n doesn't work and may hide the URL.\n* Handle last_sent_value() returning None (issue #4).\n\n\n0.5.0 (2014-11-19)\n------------------\n\n* Disable appnap on Mac OS X if appnope module is available (issue #2).\n* Report new/changed/removed devices to Telldus live.\n* Release socket(s) before waiting to re-connect.\n* Require tellcore-py >= v1.1.0.\n\n\n0.4.2 (2014-02-25)\n------------------\n\n* Fixed problem that could occur after disconnect from server.\n* Fixed tellive_core_connector problem on Mac OS X (issue #1).\n\n\n0.4.1 (2014-02-06)\n------------------\n\n* Add all sensors and devices to the config on the first run.\n\n\n0.4.0 (2014-02-06)\n------------------\n\n* Fixed tellive_core_connector to not wake up two times every second, but\n instead only wake up when there is work to do.\n\n\n0.3.0 (2014-02-04)\n------------------\n\n* Removed reload message as it is not supposed to be sent to clients.\n* Better values for os and os-version in register message.\n* Support marking devices as disabled to not show up in Telldus Live.\n\n\n0.2.0 (2014-02-02)\n------------------\n\n* tellive_core_connector now uses official keys from Telldus, so you no longer\n need to use private tokens.\n* Log using the standard logging module.\n* Reconnect if connection is lost for some reason.\n* Fixed problem with Python 3.2.\n* Added support for reload request from server.\n* Only report sensors that are named in the config file.\n\n\n0.1.1 (2014-01-28)\n------------------\n\n* Fix some packaging issues.\n\n\n0.1.0 (2014-01-28)\n------------------\n\n* Initial release.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/erijo/tellive-py",
"keywords": null,
"license": "GPLv3+",
"maintainer": null,
"maintainer_email": null,
"name": "tellive-py",
"package_url": "https://pypi.org/project/tellive-py/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/tellive-py/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/erijo/tellive-py"
},
"release_url": "https://pypi.org/project/tellive-py/0.5.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Python wrapper for connecting to Telldus Live",
"version": "0.5.2"
},
"last_serial": 1320788,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "9289ce3399c606d216533da61168d1a9",
"sha256": "ecc6e00b4e2982b2050ae009850cb951761acddc30af08e07b4d5385c66c16ff"
},
"downloads": -1,
"filename": "tellive-py-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "9289ce3399c606d216533da61168d1a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20018,
"upload_time": "2014-01-28T21:23:50",
"url": "https://files.pythonhosted.org/packages/3f/f6/882e6faa85c5fe09aed252cbffbf8d418a6c7a72f9aba4b77a33caae3d35/tellive-py-0.1.0.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "95ec750c87dba752dd5b4fcebbd84e35",
"sha256": "1644757195cfae81729bc71758118d51b66658c34eb28b0eb380d7fe9aefefbf"
},
"downloads": -1,
"filename": "tellive-py-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "95ec750c87dba752dd5b4fcebbd84e35",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20103,
"upload_time": "2014-01-28T21:26:34",
"url": "https://files.pythonhosted.org/packages/94/66/73fdd76ed7efedb6a849b382d40539cfe66610fef7363d40e56d1fcad2d9/tellive-py-0.1.1.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "56f271599b42473fe0bac1bb8024ab19",
"sha256": "ee2725dc4e6011b50ef6ceaf57a8473e510a55c90b6beb1fe64ee97b8022b5c7"
},
"downloads": -1,
"filename": "tellive-py-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "56f271599b42473fe0bac1bb8024ab19",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21229,
"upload_time": "2014-02-02T20:51:01",
"url": "https://files.pythonhosted.org/packages/52/3a/8b2f9e1391e65e85ea1eb4292dc73196fa50fcf3e6d6e7a86ec5e6990a24/tellive-py-0.2.0.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "6c25840dfba8721d7f7f13a28501bf93",
"sha256": "5f28cd3939437bbaeb7f30ad74abc59f083add52e4db5b6b214ee5779c3cb17d"
},
"downloads": -1,
"filename": "tellive-py-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "6c25840dfba8721d7f7f13a28501bf93",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21643,
"upload_time": "2014-02-04T18:40:24",
"url": "https://files.pythonhosted.org/packages/af/a3/de9b2be00d8682c2a45a68f9d975904444e70abb6cddbb0f7825e1621dc3/tellive-py-0.3.0.tar.gz"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "9b529c5e0af90c4f685ff70b05108b5a",
"sha256": "0faf036573ee2ff4102a163e6bce28040c6647073d897c30fc3bb5ca2d791be2"
},
"downloads": -1,
"filename": "tellive-py-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "9b529c5e0af90c4f685ff70b05108b5a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22362,
"upload_time": "2014-02-06T19:50:11",
"url": "https://files.pythonhosted.org/packages/7c/92/beed5e37ce712733130076620c57e313b118423c30216172a3b14bd6ec4e/tellive-py-0.4.0.tar.gz"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "f9f84fd9d88e76c674a46abbe21f01fb",
"sha256": "2e9cf4ac23d203dd33648d16c8021abc0f3f90d35f2c4f8ed0e1302058d16e6e"
},
"downloads": -1,
"filename": "tellive-py-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "f9f84fd9d88e76c674a46abbe21f01fb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22792,
"upload_time": "2014-02-06T20:26:59",
"url": "https://files.pythonhosted.org/packages/48/37/36a1d60cefa61f7e16adad4434496f672bd750b6a93a6699990a9524eb7a/tellive-py-0.4.1.tar.gz"
}
],
"0.4.2": [
{
"comment_text": "",
"digests": {
"md5": "9d7f8ebc591c15e58548deacaef1a7c8",
"sha256": "ac459bedbcc5927600d57162277255ea7b1e54d0343f50fb252fd80018c09f98"
},
"downloads": -1,
"filename": "tellive-py-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "9d7f8ebc591c15e58548deacaef1a7c8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24576,
"upload_time": "2014-02-25T19:01:28",
"url": "https://files.pythonhosted.org/packages/f5/c2/f2fa6d7d18ffe90ebb2a629acb0b7359901628ec95b73b1a5b2c7f9a2f45/tellive-py-0.4.2.tar.gz"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "e8d48bfcdae8cd51ff9f472ab8d4e57e",
"sha256": "041e9fff795db21e2ea935c99aa96a6f4cf8bb031b6b73bffb30ded92df6084e"
},
"downloads": -1,
"filename": "tellive-py-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "e8d48bfcdae8cd51ff9f472ab8d4e57e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24861,
"upload_time": "2014-11-19T20:10:05",
"url": "https://files.pythonhosted.org/packages/77/c9/26f09b7f418a38796e5d58d217449b78afd050a0fc559d636861b275e280/tellive-py-0.5.0.tar.gz"
}
],
"0.5.1": [
{
"comment_text": "",
"digests": {
"md5": "3c26c7a9a5055b76cd044c6dbe1d2575",
"sha256": "b41fbc62d5c46daaa9abd723aff6eb651a9e1d10c5ba4eb9546e4583c898c2ea"
},
"downloads": -1,
"filename": "tellive-py-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "3c26c7a9a5055b76cd044c6dbe1d2575",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24534,
"upload_time": "2014-11-20T19:20:28",
"url": "https://files.pythonhosted.org/packages/2f/ab/5afb90540f76d51eccf719f15fdd0cdd6fba885e4686a2e74c0c73e6a7ce/tellive-py-0.5.1.tar.gz"
}
],
"0.5.2": [
{
"comment_text": "",
"digests": {
"md5": "12d8713e3ca2820374e838a6baead03b",
"sha256": "c656d06a384d815d6468c4015601f67a1624fa4883df50ad34a7c3f14143651b"
},
"downloads": -1,
"filename": "tellive-py-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "12d8713e3ca2820374e838a6baead03b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24580,
"upload_time": "2014-11-25T18:55:43",
"url": "https://files.pythonhosted.org/packages/9f/55/961e82a5fbdff6d3803f8221d7ff12d790c9d4b57dce0464b70adf49067d/tellive-py-0.5.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "12d8713e3ca2820374e838a6baead03b",
"sha256": "c656d06a384d815d6468c4015601f67a1624fa4883df50ad34a7c3f14143651b"
},
"downloads": -1,
"filename": "tellive-py-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "12d8713e3ca2820374e838a6baead03b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24580,
"upload_time": "2014-11-25T18:55:43",
"url": "https://files.pythonhosted.org/packages/9f/55/961e82a5fbdff6d3803f8221d7ff12d790c9d4b57dce0464b70adf49067d/tellive-py-0.5.2.tar.gz"
}
]
}