Metadata-Version: 2.1
Name: sensor901
Version: 0.0.1
Summary: 
License: Unlicense
Author: Sheng Fan
Author-email: fredtools999@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# Sensor901 Driver

## Development

Run unit tests:

```shell
coverage run -m unittest discover tests
```

Generate coverage report:

```shell
# result in console
coverage report -m

# or result in HTML format
coverage html
```
