python-omnilogic-local 0.15.1__tar.gz → 0.15.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/PKG-INFO +1 -1
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyproject.toml +4 -1
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/LICENSE +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/README.md +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/__init__.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/api.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/cli.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/exceptions.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/__init__.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/const.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/filter_diagnostics.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/leadmessage.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/mspconfig.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/telemetry.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/util.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/omnitypes.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/protocol.py +0 -0
- {python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/util.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "python-omnilogic-local"
|
3
|
-
version = "0.15.
|
3
|
+
version = "0.15.2"
|
4
4
|
description = "A library for local control of Hayward OmniHub/OmniLogic pool controllers using their local API"
|
5
5
|
authors = [
|
6
6
|
{name = "Chris Jowett",email = "421501+cryptk@users.noreply.github.com"},
|
@@ -15,6 +15,9 @@ dependencies = [
|
|
15
15
|
"xmltodict (>=0.13.0,<0.14.0)"
|
16
16
|
]
|
17
17
|
|
18
|
+
[project.scripts]
|
19
|
+
omnilogic = "pyomnilogic_local.cli:main"
|
20
|
+
|
18
21
|
[tool.poetry]
|
19
22
|
packages = [{include = "pyomnilogic_local"}]
|
20
23
|
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/exceptions.py
RENAMED
File without changes
|
{python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/__init__.py
RENAMED
File without changes
|
{python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/const.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/models/util.py
RENAMED
File without changes
|
{python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/omnitypes.py
RENAMED
File without changes
|
{python_omnilogic_local-0.15.1 → python_omnilogic_local-0.15.2}/pyomnilogic_local/protocol.py
RENAMED
File without changes
|
File without changes
|