.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yaml
.github/workflows/test.yaml
src/bme/__init__.py
src/bme/_version.py
src/bme/auto.py
src/bme/common.py
src/bme/exceptions.py
src/bme/measurement.py
src/bme/py.typed
src/bme/bme280/__init__.py
src/bme/bme280/bme280.py
src/bme/bme280/calibration.py
src/bme/bmp280/__init__.py
src/bme/bmp280/bmp280.py
src/bme/bmp280/calibration.py
src/bme_driver.egg-info/PKG-INFO
src/bme_driver.egg-info/SOURCES.txt
src/bme_driver.egg-info/dependency_links.txt
src/bme_driver.egg-info/requires.txt
src/bme_driver.egg-info/top_level.txt
tests/bme280/test_bme280.py
tests/bme280/test_bme280_calibration.py
tests/bmp280/test_bmp280_calibration.py