aioccl 2024.7__py3-none-any.whl → 2024.7.1__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.
aioccl/server.py CHANGED
@@ -8,7 +8,7 @@ from aiohttp import web
8
8
  import aiohttp_cors
9
9
 
10
10
  from .device import CCLDevice, CCL_DEVICE_INFO_TYPES
11
- from .ccl_sensor import CCL_SENSORS
11
+ from .sensor import CCL_SENSORS
12
12
 
13
13
  _LOGGER = logging.getLogger(__name__)
14
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aioccl
3
- Version: 2024.7
3
+ Version: 2024.7.1
4
4
  Summary: A Python library for CCL API server
5
5
  Home-page: https://github.com/fkiscd/aioccl
6
6
  Download-URL: https://github.com/fkiscd/aioccl
@@ -0,0 +1,9 @@
1
+ aioccl/__init__.py,sha256=iL1OC2F_rf3qkswi-bO8Y_uj2-lf284LCnyxwqdLUU8,137
2
+ aioccl/device.py,sha256=Wat8WNJQ3MNDXiW5gfs_GHSeamNgqAdZ-g1xmVYCHdc,3510
3
+ aioccl/sensor.py,sha256=A6Puccd49P7h_o3J-v4R9eyvpIl4t342Y_rAMWTwtGs,1435
4
+ aioccl/server.py,sha256=JPwhjp7pzQnm7J2RcHh3GiaqBc-jkRH2mQA4KHJzm28,3669
5
+ aioccl-2024.7.1.dist-info/LICENSE,sha256=zEe43d4DW7O2Oe1-zDY0peOCPTBDNpWJkDa8kxrpVn8,11346
6
+ aioccl-2024.7.1.dist-info/METADATA,sha256=GNOZfWnd_HbYj-zfiYLwcyzGLpxHZHbp7H5HDTcmGp8,769
7
+ aioccl-2024.7.1.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
8
+ aioccl-2024.7.1.dist-info/top_level.txt,sha256=-xIJfyfXTaW_EH7XCIHyxjSSSwjLmawa2qhsrHZH1vA,7
9
+ aioccl-2024.7.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.0.4)
2
+ Generator: setuptools (71.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,9 +0,0 @@
1
- aioccl/__init__.py,sha256=iL1OC2F_rf3qkswi-bO8Y_uj2-lf284LCnyxwqdLUU8,137
2
- aioccl/device.py,sha256=Wat8WNJQ3MNDXiW5gfs_GHSeamNgqAdZ-g1xmVYCHdc,3510
3
- aioccl/sensor.py,sha256=A6Puccd49P7h_o3J-v4R9eyvpIl4t342Y_rAMWTwtGs,1435
4
- aioccl/server.py,sha256=yu1LUwR3yslL92SYaTqey-itkFIPQjUeNYvZQ27kl5E,3673
5
- aioccl-2024.7.dist-info/LICENSE,sha256=zEe43d4DW7O2Oe1-zDY0peOCPTBDNpWJkDa8kxrpVn8,11346
6
- aioccl-2024.7.dist-info/METADATA,sha256=stAM0j5FVF7_RphsSlNz8BtrE0WgqUxudLSsu19LRj8,767
7
- aioccl-2024.7.dist-info/WHEEL,sha256=rWxmBtp7hEUqVLOnTaDOPpR-cZpCDkzhhcBce-Zyd5k,91
8
- aioccl-2024.7.dist-info/top_level.txt,sha256=-xIJfyfXTaW_EH7XCIHyxjSSSwjLmawa2qhsrHZH1vA,7
9
- aioccl-2024.7.dist-info/RECORD,,