aioccl 2025.3__tar.gz → 2025.3.1__tar.gz
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-2025.3 → aioccl-2025.3.1}/PKG-INFO +3 -3
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl.egg-info/PKG-INFO +3 -3
- {aioccl-2025.3 → aioccl-2025.3.1}/setup.py +3 -3
- {aioccl-2025.3 → aioccl-2025.3.1}/LICENSE +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/README.md +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl/__init__.py +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl/device.py +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl/sensor.py +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl/server.py +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl.egg-info/SOURCES.txt +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl.egg-info/dependency_links.txt +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl.egg-info/requires.txt +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/aioccl.egg-info/top_level.txt +0 -0
- {aioccl-2025.3 → aioccl-2025.3.1}/setup.cfg +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: aioccl
|
3
|
-
Version: 2025.3
|
3
|
+
Version: 2025.3.1
|
4
4
|
Summary: A Python library for CCL API server
|
5
|
-
Home-page: https://github.com/
|
6
|
-
Download-URL: https://github.com/
|
5
|
+
Home-page: https://github.com/CCL-Electronics-Ltd/aioccl
|
6
|
+
Download-URL: https://github.com/CCL-Electronics-Ltd/aioccl
|
7
7
|
Author: fkiscd
|
8
8
|
Author-email: fkiscd@gmail.com
|
9
9
|
License: Apache License, Version 2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: aioccl
|
3
|
-
Version: 2025.3
|
3
|
+
Version: 2025.3.1
|
4
4
|
Summary: A Python library for CCL API server
|
5
|
-
Home-page: https://github.com/
|
6
|
-
Download-URL: https://github.com/
|
5
|
+
Home-page: https://github.com/CCL-Electronics-Ltd/aioccl
|
6
|
+
Download-URL: https://github.com/CCL-Electronics-Ltd/aioccl
|
7
7
|
Author: fkiscd
|
8
8
|
Author-email: fkiscd@gmail.com
|
9
9
|
License: Apache License, Version 2.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
from pathlib import Path
|
4
4
|
from setuptools import find_packages, setup
|
5
5
|
|
6
|
-
VERSION = "2025.3"
|
6
|
+
VERSION = "2025.3.1"
|
7
7
|
|
8
8
|
ROOT_DIR = Path(__file__).parent.resolve()
|
9
9
|
|
@@ -17,8 +17,8 @@ setup(
|
|
17
17
|
long_description_content_type="text/markdown",
|
18
18
|
author="fkiscd",
|
19
19
|
author_email="fkiscd@gmail.com",
|
20
|
-
url="https://github.com/
|
21
|
-
download_url="https://github.com/
|
20
|
+
url="https://github.com/CCL-Electronics-Ltd/aioccl",
|
21
|
+
download_url="https://github.com/CCL-Electronics-Ltd/aioccl",
|
22
22
|
install_requires=[
|
23
23
|
"aiohttp>3"
|
24
24
|
],
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|