pycstructdataparser-lib 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.
- {pycstructdataparser_lib-1.0.1/pycstructdataparser_lib.egg-info → pycstructdataparser_lib-1.0.2}/PKG-INFO +4 -3
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/README.md +3 -2
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2/pycstructdataparser_lib.egg-info}/PKG-INFO +4 -3
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/pyproject.toml +1 -1
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/LICENSE +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/MANIFEST.in +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/cstruct_parser.py +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/ctype_map_def.py +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/pycstructdataparser_lib.egg-info/SOURCES.txt +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/pycstructdataparser_lib.egg-info/dependency_links.txt +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/pycstructdataparser_lib.egg-info/top_level.txt +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/pycstructdataparser_lib.py +0 -0
- {pycstructdataparser_lib-1.0.1 → pycstructdataparser_lib-1.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycstructdataparser-lib
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Parse C/C++ struct definitions from header text and serialize/deserialize binary data with ctypes — no compilation needed
|
|
5
5
|
Author: NGC13009
|
|
6
6
|
License-Expression: GPL-3.0-only
|
|
@@ -33,7 +33,7 @@ Dynamic: license-file
|
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
36
|
-
[<a href="README_CN.md">中文说明书</a>] | English
|
|
36
|
+
[<a href="https://github.com/NGC13009/pycstructdataparser_lib/blob/main/README_CN.md">中文说明书</a>] | English
|
|
37
37
|
</p>
|
|
38
38
|
|
|
39
39
|
**Automatically parse struct definitions directly from C/C++ header text and process binary data in Python** — No compilation required, no manual `ctypes.Structure` subclass writing needed, zero boilerplate code. Seamless data transfer between C/C++ and Python with automated data unpacking/packing.
|
|
@@ -295,4 +295,5 @@ Deserializes raw binary bytes into a nested Python dictionary.
|
|
|
295
295
|
|
|
296
296
|
## License
|
|
297
297
|
|
|
298
|
-
This project is licensed under [GPLv3.0](
|
|
298
|
+
This project is licensed under [GPLv3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
|
|
299
|
+
[NGC13009/pycstructdataparser_lib.git](https://github.com/NGC13009/pycstructdataparser_lib.git)
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
[<a href="README_CN.md">中文说明书</a>] | English
|
|
10
|
+
[<a href="https://github.com/NGC13009/pycstructdataparser_lib/blob/main/README_CN.md">中文说明书</a>] | English
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
**Automatically parse struct definitions directly from C/C++ header text and process binary data in Python** — No compilation required, no manual `ctypes.Structure` subclass writing needed, zero boilerplate code. Seamless data transfer between C/C++ and Python with automated data unpacking/packing.
|
|
@@ -269,4 +269,5 @@ Deserializes raw binary bytes into a nested Python dictionary.
|
|
|
269
269
|
|
|
270
270
|
## License
|
|
271
271
|
|
|
272
|
-
This project is licensed under [GPLv3.0](
|
|
272
|
+
This project is licensed under [GPLv3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
|
|
273
|
+
[NGC13009/pycstructdataparser_lib.git](https://github.com/NGC13009/pycstructdataparser_lib.git)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycstructdataparser-lib
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Parse C/C++ struct definitions from header text and serialize/deserialize binary data with ctypes — no compilation needed
|
|
5
5
|
Author: NGC13009
|
|
6
6
|
License-Expression: GPL-3.0-only
|
|
@@ -33,7 +33,7 @@ Dynamic: license-file
|
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
36
|
-
[<a href="README_CN.md">中文说明书</a>] | English
|
|
36
|
+
[<a href="https://github.com/NGC13009/pycstructdataparser_lib/blob/main/README_CN.md">中文说明书</a>] | English
|
|
37
37
|
</p>
|
|
38
38
|
|
|
39
39
|
**Automatically parse struct definitions directly from C/C++ header text and process binary data in Python** — No compilation required, no manual `ctypes.Structure` subclass writing needed, zero boilerplate code. Seamless data transfer between C/C++ and Python with automated data unpacking/packing.
|
|
@@ -295,4 +295,5 @@ Deserializes raw binary bytes into a nested Python dictionary.
|
|
|
295
295
|
|
|
296
296
|
## License
|
|
297
297
|
|
|
298
|
-
This project is licensed under [GPLv3.0](
|
|
298
|
+
This project is licensed under [GPLv3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
|
|
299
|
+
[NGC13009/pycstructdataparser_lib.git](https://github.com/NGC13009/pycstructdataparser_lib.git)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pycstructdataparser-lib"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.2"
|
|
8
8
|
description = "Parse C/C++ struct definitions from header text and serialize/deserialize binary data with ctypes — no compilation needed"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "GPL-3.0-only"
|
|
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
|