Tellcore-py

Latest version: v1.1.3

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.2

------------------

* Packaging fixes.

1.0.1

------------------

* Added ``AsyncioCallbackDispatcher`` class for integrating callbacks with the
new event loop available in Python 3.4 (asyncio).

* Include tools from bin/ when installing.

1.0.0

------------------

* Added high level support for device groups in the form of the new class
``DeviceGroup``.

* More complete documentation.

* Removed the methods process_callback and process_pending_callbacks from
``TelldusCore``. Instead, callback_dispatcher is now a public attribute of
``TelldusCore`` and the default callback dispatcher
``QueuedCallbackDispatcher`` implements the two methods instead.

0.9.0

------------------

* Telldus functions that used to return bool (``tdSetName``, ``tdSetProtocol``,
``tdSetModel``, ``tdSetDeviceParameter`` and ``tdRemoveDevice``) now raise an
exception instead of returning False.

* Support for rain- and windsensors.

* Include data type in ``SensorValue``.

0.8.0

------------------

* Improved callback handling to simplify integration with different event
loops. Parameter conversion is now done in the library code and the
adaptation to different event loops is done by a simple callback dispatch
class. The default dispatcher (when using ``TelldusCore``) is still done
using a queue.

* New documentation for parts of the package. Can be read online at
https://tellcore-py.readthedocs.org/.

* Fix problem with strings and python 3 (issue 2).

0.1.0

------------------

* First release.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.