dissect.cstruct 3.7.dev2__tar.gz → 3.8__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.
- {dissect.cstruct-3.7.dev2/dissect.cstruct.egg-info → dissect.cstruct-3.8}/PKG-INFO +11 -1
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8/dissect.cstruct.egg-info}/PKG-INFO +11 -1
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/pyproject.toml +10 -1
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/COPYRIGHT +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/LICENSE +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/MANIFEST.in +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/README.md +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/__init__.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/bitbuffer.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/compiler.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/cstruct.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/exceptions.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/expression.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/parser.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/__init__.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/base.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/bytesinteger.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/chartype.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/enum.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/flag.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/instance.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/packedtype.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/pointer.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/structure.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/voidtype.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/types/wchartype.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect/cstruct/utils.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect.cstruct.egg-info/SOURCES.txt +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect.cstruct.egg-info/dependency_links.txt +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect.cstruct.egg-info/top_level.txt +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/examples/disk.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/examples/mirai.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/examples/pe.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/examples/secdesc.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/setup.cfg +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/__init__.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/conftest.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/data/testdef.txt +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/docs/Makefile +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/docs/conf.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/docs/index.rst +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_align.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_basic.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_bitbuffer.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_bitfield.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_bytesinteger.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_ctypes_type.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_enum.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_expression.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_flag.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_packedtype.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_pointer.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_struct.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_union.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_util.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/test_utils.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tests/utils.py +0 -0
- {dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/tox.ini +0 -0
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.cstruct
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.8
|
|
4
4
|
Summary: A Dissect module implementing a parser for C-like structures: structure parsing in Python made easy
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Apache License 2.0
|
|
7
7
|
Project-URL: homepage, https://dissect.tools
|
|
8
8
|
Project-URL: documentation, https://docs.dissect.tools/en/latest/projects/dissect.cstruct
|
|
9
9
|
Project-URL: repository, https://github.com/fox-it/dissect.cstruct
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Environment :: Console
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Intended Audience :: Information Technology
|
|
14
|
+
Classifier: License :: OSI Approved
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
10
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Topic :: Internet :: Log Analysis
|
|
18
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
19
|
+
Classifier: Topic :: Security
|
|
20
|
+
Classifier: Topic :: Utilities
|
|
11
21
|
Requires-Python: ~=3.9
|
|
12
22
|
Description-Content-Type: text/markdown
|
|
13
23
|
License-File: LICENSE
|
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.cstruct
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.8
|
|
4
4
|
Summary: A Dissect module implementing a parser for C-like structures: structure parsing in Python made easy
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Apache License 2.0
|
|
7
7
|
Project-URL: homepage, https://dissect.tools
|
|
8
8
|
Project-URL: documentation, https://docs.dissect.tools/en/latest/projects/dissect.cstruct
|
|
9
9
|
Project-URL: repository, https://github.com/fox-it/dissect.cstruct
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Environment :: Console
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Intended Audience :: Information Technology
|
|
14
|
+
Classifier: License :: OSI Approved
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
10
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Topic :: Internet :: Log Analysis
|
|
18
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
19
|
+
Classifier: Topic :: Security
|
|
20
|
+
Classifier: Topic :: Utilities
|
|
11
21
|
Requires-Python: ~=3.9
|
|
12
22
|
Description-Content-Type: text/markdown
|
|
13
23
|
License-File: LICENSE
|
|
@@ -12,7 +12,17 @@ authors = [
|
|
|
12
12
|
{name = "Dissect Team", email = "dissect@fox-it.com"}
|
|
13
13
|
]
|
|
14
14
|
classifiers = [
|
|
15
|
+
"Development Status :: 5 - Production/Stable",
|
|
16
|
+
"Environment :: Console",
|
|
17
|
+
"Intended Audience :: Developers",
|
|
18
|
+
"Intended Audience :: Information Technology",
|
|
19
|
+
"License :: OSI Approved",
|
|
20
|
+
"Operating System :: OS Independent",
|
|
15
21
|
"Programming Language :: Python :: 3",
|
|
22
|
+
"Topic :: Internet :: Log Analysis",
|
|
23
|
+
"Topic :: Scientific/Engineering :: Information Analysis",
|
|
24
|
+
"Topic :: Security",
|
|
25
|
+
"Topic :: Utilities",
|
|
16
26
|
]
|
|
17
27
|
dynamic = ["version"]
|
|
18
28
|
|
|
@@ -36,4 +46,3 @@ license-files = ["LICENSE", "COPYRIGHT"]
|
|
|
36
46
|
include = ["dissect.*"]
|
|
37
47
|
|
|
38
48
|
[tool.setuptools_scm]
|
|
39
|
-
local_scheme = "no-local-version"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dissect.cstruct-3.7.dev2 → dissect.cstruct-3.8}/dissect.cstruct.egg-info/dependency_links.txt
RENAMED
|
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
|
|
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
|