python-openevse-http 0.2.0__tar.gz → 0.2.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.
- {python_openevse_http-0.2.0/python_openevse_http.egg-info → python_openevse_http-0.2.1}/PKG-INFO +4 -2
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1/python_openevse_http.egg-info}/PKG-INFO +4 -2
- python_openevse_http-0.2.1/python_openevse_http.egg-info/requires.txt +1 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/setup.py +4 -2
- python_openevse_http-0.2.0/python_openevse_http.egg-info/requires.txt +0 -2
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/LICENSE +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/README.md +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/openevsehttp/__init__.py +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/openevsehttp/__main__.py +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/openevsehttp/const.py +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/openevsehttp/exceptions.py +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/openevsehttp/websocket.py +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/python_openevse_http.egg-info/SOURCES.txt +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/python_openevse_http.egg-info/dependency_links.txt +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/python_openevse_http.egg-info/not-zip-safe +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/python_openevse_http.egg-info/top_level.txt +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/setup.cfg +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/tests/test_main.py +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/tests/test_main_edge_cases.py +0 -0
- {python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/tests/test_websocket.py +0 -0
{python_openevse_http-0.2.0/python_openevse_http.egg-info → python_openevse_http-0.2.1}/PKG-INFO
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python_openevse_http
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Python wrapper for OpenEVSE HTTP API
|
|
5
5
|
Home-page: https://github.com/firstof9/python-openevse-http
|
|
6
6
|
Download-URL: https://github.com/firstof9/python-openevse-http
|
|
7
7
|
Author: firstof9
|
|
8
8
|
Author-email: firstof9@gmail.com
|
|
9
|
+
License: Apache-2.0
|
|
9
10
|
Classifier: Development Status :: 4 - Beta
|
|
10
11
|
Classifier: Intended Audience :: Developers
|
|
11
12
|
Classifier: Natural Language :: English
|
|
@@ -14,11 +15,11 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
17
19
|
Requires-Python: >=3.10
|
|
18
20
|
Description-Content-Type: text/markdown
|
|
19
21
|
License-File: LICENSE
|
|
20
22
|
Requires-Dist: aiohttp
|
|
21
|
-
Requires-Dist: requests
|
|
22
23
|
Dynamic: author
|
|
23
24
|
Dynamic: author-email
|
|
24
25
|
Dynamic: classifier
|
|
@@ -26,6 +27,7 @@ Dynamic: description
|
|
|
26
27
|
Dynamic: description-content-type
|
|
27
28
|
Dynamic: download-url
|
|
28
29
|
Dynamic: home-page
|
|
30
|
+
Dynamic: license
|
|
29
31
|
Dynamic: license-file
|
|
30
32
|
Dynamic: requires-dist
|
|
31
33
|
Dynamic: requires-python
|
{python_openevse_http-0.2.0 → python_openevse_http-0.2.1/python_openevse_http.egg-info}/PKG-INFO
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python_openevse_http
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Python wrapper for OpenEVSE HTTP API
|
|
5
5
|
Home-page: https://github.com/firstof9/python-openevse-http
|
|
6
6
|
Download-URL: https://github.com/firstof9/python-openevse-http
|
|
7
7
|
Author: firstof9
|
|
8
8
|
Author-email: firstof9@gmail.com
|
|
9
|
+
License: Apache-2.0
|
|
9
10
|
Classifier: Development Status :: 4 - Beta
|
|
10
11
|
Classifier: Intended Audience :: Developers
|
|
11
12
|
Classifier: Natural Language :: English
|
|
@@ -14,11 +15,11 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
17
19
|
Requires-Python: >=3.10
|
|
18
20
|
Description-Content-Type: text/markdown
|
|
19
21
|
License-File: LICENSE
|
|
20
22
|
Requires-Dist: aiohttp
|
|
21
|
-
Requires-Dist: requests
|
|
22
23
|
Dynamic: author
|
|
23
24
|
Dynamic: author-email
|
|
24
25
|
Dynamic: classifier
|
|
@@ -26,6 +27,7 @@ Dynamic: description
|
|
|
26
27
|
Dynamic: description-content-type
|
|
27
28
|
Dynamic: download-url
|
|
28
29
|
Dynamic: home-page
|
|
30
|
+
Dynamic: license
|
|
29
31
|
Dynamic: license-file
|
|
30
32
|
Dynamic: requires-dist
|
|
31
33
|
Dynamic: requires-python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
aiohttp
|
|
@@ -6,7 +6,7 @@ from setuptools import find_packages, setup
|
|
|
6
6
|
|
|
7
7
|
PROJECT_DIR = Path(__file__).parent.resolve()
|
|
8
8
|
README_FILE = PROJECT_DIR / "README.md"
|
|
9
|
-
VERSION = "0.2.
|
|
9
|
+
VERSION = "0.2.1"
|
|
10
10
|
|
|
11
11
|
setup(
|
|
12
12
|
name="python_openevse_http",
|
|
@@ -20,7 +20,8 @@ setup(
|
|
|
20
20
|
long_description_content_type="text/markdown",
|
|
21
21
|
packages=find_packages(exclude=["test.*", "tests"]),
|
|
22
22
|
python_requires=">=3.10",
|
|
23
|
-
install_requires=["aiohttp"
|
|
23
|
+
install_requires=["aiohttp"],
|
|
24
|
+
license="Apache-2.0",
|
|
24
25
|
entry_points={},
|
|
25
26
|
include_package_data=True,
|
|
26
27
|
zip_safe=False,
|
|
@@ -33,5 +34,6 @@ setup(
|
|
|
33
34
|
"Programming Language :: Python :: 3.11",
|
|
34
35
|
"Programming Language :: Python :: 3.12",
|
|
35
36
|
"Programming Language :: Python :: 3.13",
|
|
37
|
+
"License :: OSI Approved :: Apache Software License",
|
|
36
38
|
],
|
|
37
39
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/python_openevse_http.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_openevse_http-0.2.0 → python_openevse_http-0.2.1}/python_openevse_http.egg-info/not-zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|