dissect.cim 3.9.dev4__tar.gz → 3.10.dev2__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.cim-3.9.dev4/dissect.cim.egg-info → dissect_cim-3.10.dev2}/PKG-INFO +6 -3
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/c_cim.py +2 -3
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2/dissect.cim.egg-info}/PKG-INFO +6 -3
- dissect_cim-3.10.dev2/dissect.cim.egg-info/requires.txt +6 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/pyproject.toml +8 -2
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tox.ini +6 -4
- dissect.cim-3.9.dev4/dissect.cim.egg-info/requires.txt +0 -2
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/COPYRIGHT +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/LICENSE +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/MANIFEST.in +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/README.md +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/__init__.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/cim.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/classes.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/exceptions.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/index.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/mappings.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/objects.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect/cim/utils.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect.cim.egg-info/SOURCES.txt +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect.cim.egg-info/dependency_links.txt +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/dissect.cim.egg-info/top_level.txt +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/setup.cfg +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/__init__.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/conftest.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/data/INDEX.BTR.gz +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/data/MAPPING1.MAP.gz +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/data/MAPPING2.MAP.gz +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/data/MAPPING3.MAP.gz +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/data/OBJECTS.DATA.gz +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/docs/Makefile +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/docs/conf.py +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/docs/index.rst +0 -0
- {dissect.cim-3.9.dev4 → dissect_cim-3.10.dev2}/tests/test_cim.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.cim
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.10.dev2
|
|
4
4
|
Summary: A Dissect module implementing a parser for the Windows Common Information Model (CIM) database, used in the Windows operating system
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
@@ -22,8 +22,11 @@ Requires-Python: ~=3.9
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: COPYRIGHT
|
|
25
|
-
Requires-Dist: dissect.cstruct<4.
|
|
26
|
-
Requires-Dist: dissect.util<4
|
|
25
|
+
Requires-Dist: dissect.cstruct<5,>=4.dev
|
|
26
|
+
Requires-Dist: dissect.util<4,>=3
|
|
27
|
+
Provides-Extra: dev
|
|
28
|
+
Requires-Dist: dissect.cstruct<5.0.dev,>=4.0.dev; extra == "dev"
|
|
29
|
+
Requires-Dist: dissect.util<4.0.dev,>=3.0.dev; extra == "dev"
|
|
27
30
|
|
|
28
31
|
# dissect.cim
|
|
29
32
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from collections import namedtuple
|
|
2
2
|
|
|
3
|
-
from dissect import cstruct
|
|
3
|
+
from dissect.cstruct import cstruct
|
|
4
4
|
|
|
5
5
|
cim_def = """
|
|
6
6
|
// Mapping
|
|
@@ -195,8 +195,7 @@ struct class_instance_xp_header {
|
|
|
195
195
|
};
|
|
196
196
|
"""
|
|
197
197
|
|
|
198
|
-
c_cim = cstruct.
|
|
199
|
-
c_cim.load(cim_def, compiled=True)
|
|
198
|
+
c_cim = cstruct().load(cim_def)
|
|
200
199
|
|
|
201
200
|
DATA_PAGE_SIZE = 0x2000
|
|
202
201
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.cim
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.10.dev2
|
|
4
4
|
Summary: A Dissect module implementing a parser for the Windows Common Information Model (CIM) database, used in the Windows operating system
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
@@ -22,8 +22,11 @@ Requires-Python: ~=3.9
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: COPYRIGHT
|
|
25
|
-
Requires-Dist: dissect.cstruct<4.
|
|
26
|
-
Requires-Dist: dissect.util<4
|
|
25
|
+
Requires-Dist: dissect.cstruct<5,>=4.dev
|
|
26
|
+
Requires-Dist: dissect.util<4,>=3
|
|
27
|
+
Provides-Extra: dev
|
|
28
|
+
Requires-Dist: dissect.cstruct<5.0.dev,>=4.0.dev; extra == "dev"
|
|
29
|
+
Requires-Dist: dissect.util<4.0.dev,>=3.0.dev; extra == "dev"
|
|
27
30
|
|
|
28
31
|
# dissect.cim
|
|
29
32
|
|
|
@@ -25,8 +25,8 @@ classifiers = [
|
|
|
25
25
|
"Topic :: Utilities",
|
|
26
26
|
]
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dissect.cstruct>=
|
|
29
|
-
"dissect.util>=3
|
|
28
|
+
"dissect.cstruct>=4.dev,<5",
|
|
29
|
+
"dissect.util>=3,<4",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
32
32
|
|
|
@@ -35,6 +35,12 @@ homepage = "https://dissect.tools"
|
|
|
35
35
|
documentation = "https://docs.dissect.tools/en/latest/projects/dissect.cim"
|
|
36
36
|
repository = "https://github.com/fox-it/dissect.cim"
|
|
37
37
|
|
|
38
|
+
[project.optional-dependencies]
|
|
39
|
+
dev = [
|
|
40
|
+
"dissect.cstruct>=4.0.dev,<5.0.dev",
|
|
41
|
+
"dissect.util>=3.0.dev,<4.0.dev",
|
|
42
|
+
]
|
|
43
|
+
|
|
38
44
|
[tool.black]
|
|
39
45
|
line-length = 120
|
|
40
46
|
|
|
@@ -5,12 +5,14 @@ envlist = lint, py3, pypy3
|
|
|
5
5
|
# locally installed tox to have a minimum version 3.3.0. This means the names
|
|
6
6
|
# of the configuration options are still according to the tox 3.x syntax.
|
|
7
7
|
minversion = 4.4.3
|
|
8
|
-
# This version of virtualenv will install setuptools version
|
|
9
|
-
#
|
|
10
|
-
# pyproject.toml file (PEP-517/PEP-518/PEP-621)
|
|
11
|
-
|
|
8
|
+
# This version of virtualenv will install setuptools version 68.2.2 and pip
|
|
9
|
+
# 23.3.1. These versions fully support python projects defined only through a
|
|
10
|
+
# pyproject.toml file (PEP-517/PEP-518/PEP-621). This pip version also support
|
|
11
|
+
# the proper version resolving with (sub-)dependencies defining dev extra's.
|
|
12
|
+
requires = virtualenv>=20.24.6
|
|
12
13
|
|
|
13
14
|
[testenv]
|
|
15
|
+
extras = dev
|
|
14
16
|
deps =
|
|
15
17
|
pytest
|
|
16
18
|
pytest-cov
|
|
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
|