simconnect-H 0.2.2__tar.gz → 0.2.3__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.
- {simconnect_h-0.2.2/simconnect_H.egg-info → simconnect_h-0.2.3}/PKG-INFO +2 -2
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/README.md +1 -1
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/pyproject.toml +1 -1
- {simconnect_h-0.2.2 → simconnect_h-0.2.3/simconnect_H.egg-info}/PKG-INFO +2 -2
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/simconnect_native/__init__.py +1 -1
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/LICENSE +0 -0
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/setup.cfg +0 -0
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/simconnect_H.egg-info/SOURCES.txt +0 -0
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/simconnect_H.egg-info/dependency_links.txt +0 -0
- {simconnect_h-0.2.2 → simconnect_h-0.2.3}/simconnect_H.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simconnect-H
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: 原生 ctypes SimConnect 库 — 零外部依赖,直接加载 SimConnect.dll 与 MSFS 通讯
|
|
5
5
|
Author-email: HuJie <150501351+hjznb887@users.noreply.github.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -164,7 +164,7 @@ with SimConnect() as sc:
|
|
|
164
164
|
| ------ | ------ |
|
|
165
165
|
| `find_simconnect_dll()` | 自动搜索 SimConnect.dll 路径 |
|
|
166
166
|
| `read_data_value(pData, datatype=0)` | 从 dispatch 回调中读取指定类型数据 |
|
|
167
|
-
| `__version__` | 当前库版本 `"0.2.
|
|
167
|
+
| `__version__` | 当前库版本 `"0.2.3"` |
|
|
168
168
|
|
|
169
169
|
## 许可证
|
|
170
170
|
|
|
@@ -145,7 +145,7 @@ with SimConnect() as sc:
|
|
|
145
145
|
| ------ | ------ |
|
|
146
146
|
| `find_simconnect_dll()` | 自动搜索 SimConnect.dll 路径 |
|
|
147
147
|
| `read_data_value(pData, datatype=0)` | 从 dispatch 回调中读取指定类型数据 |
|
|
148
|
-
| `__version__` | 当前库版本 `"0.2.
|
|
148
|
+
| `__version__` | 当前库版本 `"0.2.3"` |
|
|
149
149
|
|
|
150
150
|
## 许可证
|
|
151
151
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simconnect-H
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: 原生 ctypes SimConnect 库 — 零外部依赖,直接加载 SimConnect.dll 与 MSFS 通讯
|
|
5
5
|
Author-email: HuJie <150501351+hjznb887@users.noreply.github.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -164,7 +164,7 @@ with SimConnect() as sc:
|
|
|
164
164
|
| ------ | ------ |
|
|
165
165
|
| `find_simconnect_dll()` | 自动搜索 SimConnect.dll 路径 |
|
|
166
166
|
| `read_data_value(pData, datatype=0)` | 从 dispatch 回调中读取指定类型数据 |
|
|
167
|
-
| `__version__` | 当前库版本 `"0.2.
|
|
167
|
+
| `__version__` | 当前库版本 `"0.2.3"` |
|
|
168
168
|
|
|
169
169
|
## 许可证
|
|
170
170
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|