pycomap 1.0.1__tar.gz → 1.0.2__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.
- {pycomap-1.0.1 → pycomap-1.0.2}/PKG-INFO +1 -5
- {pycomap-1.0.1 → pycomap-1.0.2}/README.md +0 -4
- {pycomap-1.0.1 → pycomap-1.0.2}/pyproject.toml +1 -1
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/__init__.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/alarms.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/configuration.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/controller.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/datatypes.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/discovery.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/exceptions.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/history.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/__init__.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/client.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/commands.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/crc.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/crypto.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/framing.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/objects.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/protocol/transport.py +0 -0
- {pycomap-1.0.1 → pycomap-1.0.2}/src/pycomap/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycomap
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Async Python client for ComAp controllers: LAN discovery and the native ECDH/AES-encrypted control protocol
|
|
5
5
|
Author: Igor Panteleyev
|
|
6
6
|
Author-email: Igor Panteleyev <panteleev.igor69@gmail.com>
|
|
@@ -30,10 +30,6 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
Async Python client for ComAp controllers (InteliLite AMF25 and likely compatible
|
|
31
31
|
siblings): LAN discovery and the native ECDH/AES-encrypted control protocol on port 23.
|
|
32
32
|
|
|
33
|
-
Reverse-engineered from `ComAp.Controller.dll` and cross-validated against live hardware.
|
|
34
|
-
|
|
35
|
-
Requires Python 3.13+. Dependencies: `cryptography`, `pytz`.
|
|
36
|
-
|
|
37
33
|
## Quick start
|
|
38
34
|
|
|
39
35
|
```python
|
|
@@ -3,10 +3,6 @@
|
|
|
3
3
|
Async Python client for ComAp controllers (InteliLite AMF25 and likely compatible
|
|
4
4
|
siblings): LAN discovery and the native ECDH/AES-encrypted control protocol on port 23.
|
|
5
5
|
|
|
6
|
-
Reverse-engineered from `ComAp.Controller.dll` and cross-validated against live hardware.
|
|
7
|
-
|
|
8
|
-
Requires Python 3.13+. Dependencies: `cryptography`, `pytz`.
|
|
9
|
-
|
|
10
6
|
## Quick start
|
|
11
7
|
|
|
12
8
|
```python
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|