W1thermsensor

Latest version: v2.3.0

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

Scan your dependencies

2.3.0

================================

Features
--------

- Add Calibration Data support

2.2.0

================================

No significant changes.

2.0.0

================================

Features
--------

- Refacor Sensor and Unit out of W1ThermSensor class.

The Sensors are available in the `Sensor` enum:

.. code-block:: python

from w1thermsensor import Sensor

print(Sensor.DS18B20)


The Units are available in the `Unit` enum:

.. code-block:: python

from w1thermsensor import Unit

print(Unit.DEGREES_F) (0)

- Add ``AsyncW1ThermSensor`` class to support asyncio interfaces. (52)

- added option to display resolution in cli ls command. (86)


Deprecations and Removals
-------------------------

- Drop Python 2 and Python 3.4 support. (58)

- Replace precision with resolution - in CLI and Python API. (74)

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.