circuitpython-fake-bme280 1.0.2__py3-none-any.whl → 1.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: circuitpython-fake-bme280
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: BME280 Driver for CircuitPython used for testing functionality with no hardware attached
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -17,6 +17,7 @@ License-File: LICENSE
17
17
  Requires-Dist: Adafruit-Blinka
18
18
  Requires-Dist: adafruit-circuitpython-busdevice
19
19
  Requires-Dist: adafruit-circuitpython-register
20
+ Requires-Dist: toml
20
21
  Provides-Extra: optional
21
22
 
22
23
  Introduction
@@ -0,0 +1,8 @@
1
+ fake_bme280/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ fake_bme280/basic.py,sha256=fmvOe6RBgJjfO4rG34Wdm0V9W3LKAymMbsLcwU1Z2JE,9578
3
+ fake_bme280/protocol.py,sha256=IeQ6cPpu9r7fvKwDkLHg2wLZ7QkOyCtyRjKGtIpW3ho,1017
4
+ circuitpython_fake_bme280-1.0.4.dist-info/LICENSE,sha256=tXgkGXjihZP5R0fW0-IyViyV_rB8TXrzKdiLP4crJn0,1103
5
+ circuitpython_fake_bme280-1.0.4.dist-info/METADATA,sha256=Gss3h67gXetF0KN0bmP8sAzndjp0NsDOUZTYWmbPua4,4610
6
+ circuitpython_fake_bme280-1.0.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
7
+ circuitpython_fake_bme280-1.0.4.dist-info/top_level.txt,sha256=zYm6UwRd0tbyREvYLz0zQcP9NY4GvkMWQ19rZYbwO0Q,12
8
+ circuitpython_fake_bme280-1.0.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- fake_bme280/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- fake_bme280/basic.py,sha256=fmvOe6RBgJjfO4rG34Wdm0V9W3LKAymMbsLcwU1Z2JE,9578
3
- fake_bme280/protocol.py,sha256=IeQ6cPpu9r7fvKwDkLHg2wLZ7QkOyCtyRjKGtIpW3ho,1017
4
- circuitpython_fake_bme280-1.0.2.dist-info/LICENSE,sha256=tXgkGXjihZP5R0fW0-IyViyV_rB8TXrzKdiLP4crJn0,1103
5
- circuitpython_fake_bme280-1.0.2.dist-info/METADATA,sha256=_5d1QvjoUOjRN3LEtsECWsQ8qD2TkmlpdxaKyartdH0,4590
6
- circuitpython_fake_bme280-1.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
- circuitpython_fake_bme280-1.0.2.dist-info/top_level.txt,sha256=zYm6UwRd0tbyREvYLz0zQcP9NY4GvkMWQ19rZYbwO0Q,12
8
- circuitpython_fake_bme280-1.0.2.dist-info/RECORD,,