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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycomap
3
- Version: 1.0.1
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pycomap"
3
- version = "1.0.1"
3
+ version = "1.0.2"
4
4
  description = "Async Python client for ComAp controllers: LAN discovery and the native ECDH/AES-encrypted control protocol"
5
5
  readme = "README.md"
6
6
  license = "MIT"
File without changes
File without changes
File without changes
File without changes