daybetter-services-python 1.0.8__tar.gz → 1.0.9__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.
- {daybetter_services_python-1.0.8/daybetter_services_python.egg-info → daybetter_services_python-1.0.9}/PKG-INFO +5 -5
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9/daybetter_services_python.egg-info}/PKG-INFO +5 -5
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/pyproject.toml +5 -5
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/LICENSE +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/README.md +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/__init__.py +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/client.py +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/exceptions.py +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/py.typed +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_services_python.egg-info/SOURCES.txt +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_services_python.egg-info/dependency_links.txt +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_services_python.egg-info/requires.txt +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_services_python.egg-info/top_level.txt +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/setup.cfg +0 -0
- {daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/tests/test_placeholder.py +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: daybetter-services-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Python client for DayBetter devices and services
|
|
5
5
|
Author-email: THDayBetter <chenp2368@163.com>
|
|
6
6
|
Maintainer-email: THDayBetter <chenp2368@163.com>
|
|
7
7
|
License-Expression: MIT
|
|
8
|
-
Project-URL: Homepage, https://github.com/THDayBetter/daybetter-python
|
|
9
|
-
Project-URL: Documentation, https://github.com/THDayBetter/daybetter-python#readme
|
|
10
|
-
Project-URL: Repository, https://github.com/THDayBetter/daybetter-python.git
|
|
11
|
-
Project-URL: Bug Tracker, https://github.com/THDayBetter/daybetter-python/issues
|
|
8
|
+
Project-URL: Homepage, https://github.com/THDayBetter/daybetter-services-python
|
|
9
|
+
Project-URL: Documentation, https://github.com/THDayBetter/daybetter-services-python#readme
|
|
10
|
+
Project-URL: Repository, https://github.com/THDayBetter/daybetter-services-python.git
|
|
11
|
+
Project-URL: Bug Tracker, https://github.com/THDayBetter/daybetter-services-python/issues
|
|
12
12
|
Keywords: daybetter,iot,home automation,mqtt
|
|
13
13
|
Classifier: Development Status :: 4 - Beta
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: daybetter-services-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Python client for DayBetter devices and services
|
|
5
5
|
Author-email: THDayBetter <chenp2368@163.com>
|
|
6
6
|
Maintainer-email: THDayBetter <chenp2368@163.com>
|
|
7
7
|
License-Expression: MIT
|
|
8
|
-
Project-URL: Homepage, https://github.com/THDayBetter/daybetter-python
|
|
9
|
-
Project-URL: Documentation, https://github.com/THDayBetter/daybetter-python#readme
|
|
10
|
-
Project-URL: Repository, https://github.com/THDayBetter/daybetter-python.git
|
|
11
|
-
Project-URL: Bug Tracker, https://github.com/THDayBetter/daybetter-python/issues
|
|
8
|
+
Project-URL: Homepage, https://github.com/THDayBetter/daybetter-services-python
|
|
9
|
+
Project-URL: Documentation, https://github.com/THDayBetter/daybetter-services-python#readme
|
|
10
|
+
Project-URL: Repository, https://github.com/THDayBetter/daybetter-services-python.git
|
|
11
|
+
Project-URL: Bug Tracker, https://github.com/THDayBetter/daybetter-services-python/issues
|
|
12
12
|
Keywords: daybetter,iot,home automation,mqtt
|
|
13
13
|
Classifier: Development Status :: 4 - Beta
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "daybetter-services-python"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.9"
|
|
8
8
|
description = "Python client for DayBetter devices and services"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -33,10 +33,10 @@ dependencies = [
|
|
|
33
33
|
]
|
|
34
34
|
|
|
35
35
|
[project.urls]
|
|
36
|
-
Homepage = "https://github.com/THDayBetter/daybetter-python"
|
|
37
|
-
Documentation = "https://github.com/THDayBetter/daybetter-python#readme"
|
|
38
|
-
Repository = "https://github.com/THDayBetter/daybetter-python.git"
|
|
39
|
-
"Bug Tracker" = "https://github.com/THDayBetter/daybetter-python/issues"
|
|
36
|
+
Homepage = "https://github.com/THDayBetter/daybetter-services-python"
|
|
37
|
+
Documentation = "https://github.com/THDayBetter/daybetter-services-python#readme"
|
|
38
|
+
Repository = "https://github.com/THDayBetter/daybetter-services-python.git"
|
|
39
|
+
"Bug Tracker" = "https://github.com/THDayBetter/daybetter-services-python/issues"
|
|
40
40
|
|
|
41
41
|
[project.optional-dependencies]
|
|
42
42
|
dev = [
|
|
File without changes
|
|
File without changes
|
{daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/__init__.py
RENAMED
|
File without changes
|
{daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/client.py
RENAMED
|
File without changes
|
{daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/exceptions.py
RENAMED
|
File without changes
|
{daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/daybetter_python/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{daybetter_services_python-1.0.8 → daybetter_services_python-1.0.9}/tests/test_placeholder.py
RENAMED
|
File without changes
|