dissect.evidence

View on PyPIReverse Dependencies (2)

3.10 dissect.evidence-3.10-py3-none-any.whl

Wheel Details

Project: dissect.evidence
Version: 3.10
Filename: dissect.evidence-3.10-py3-none-any.whl
Download: [link]
Size: 34312
MD5: a931ec866a2378b42cc1ff57c4a2ac2e
SHA256: 55d4921cf98eb8d2877e94fa86bb2cc70ef49c96e22bede6abce1d1ef9a0649d
Uploaded: 2024-07-01 08:38:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dissect.evidence
Version: 3.10
Summary: A Dissect module implementing a parsers for various forensic evidence file containers, currently: AD1, ASDF and EWF
Author-Email: Dissect Team <dissect[at]fox-it.com>
Project-Url: homepage, https://dissect.tools
Project-Url: documentation, https://docs.dissect.tools/en/latest/projects/dissect.evidence
Project-Url: repository, https://github.com/fox-it/dissect.evidence
License: Affero General Public License v3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: ~=3.9
Requires-Dist: dissect.cstruct (<5,>=4)
Requires-Dist: dissect.util (<4,>=3)
Requires-Dist: dissect.cstruct (<5.0.dev,>=4.0.dev); extra == "dev"
Requires-Dist: dissect.util (<4.0.dev,>=3.0.dev); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYRIGHT
[Description omitted; length: 1976 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (70.1.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dissect/evidence/__init__.py sha256=B0s7NJEWXtn2MvJkv1g1V68inFxHQp-YwJ9xRenka64 165
dissect/evidence/ad1.py sha256=VWnDkISbZ8aSUMToponE6bd1LQy0bl18p-6vHxGiHF8 6622
dissect/evidence/ewf.py sha256=egCAGRIGM_W9yTildgCApG-VNpIHKduTlg_8aBNzO4w 14751
dissect/evidence/exceptions.py sha256=xFvnTpdkL7GhwV57dkI0t-63FxuBv_rjjP7VJ_zrL6Y 538
dissect/evidence/asdf/__init__.py sha256=yZxcpk-dYWkSqJ923fgh5x2l6GwXq2rJfmIrh5rZT68 177
dissect/evidence/asdf/asdf.py sha256=A0LM3Qk1WsCoj0Cl6Fe-x70Z976at0ncQ4XzJ_EVzFM 23854
dissect/evidence/asdf/streams.py sha256=5VBq4az6c10r5qQaHgR8g0a7j5nAcgQuat3yyp-Eua8 2601
dissect/evidence/tools/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dissect/evidence/tools/asdf/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dissect/evidence/tools/asdf/dd.py sha256=ldyjyUIQhRaIxLhCbnvNK8d2sCvOw2PCVal3kCegERo 2975
dissect/evidence/tools/asdf/meta.py sha256=Dqfs34wWU2lV2JPTdrwhPfZ3Dm-fETlA20yZDhQGmo4 2417
dissect/evidence/tools/asdf/repair.py sha256=5XQRQ33-SOcFes55vyY-j9tHrmrbSB8Q-ijspQnMD3U 2893
dissect/evidence/tools/asdf/verify.py sha256=DLYMXzsUtkimkhqUN_NHxnpamy8HHnL3rcp_aoL5-FI 3871
dissect.evidence-3.10.dist-info/COPYRIGHT sha256=yExUrJwFMdmpUCxPrUiBR1pPQ_pGrr6hf3p231U6VnQ 303
dissect.evidence-3.10.dist-info/LICENSE sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA 34523
dissect.evidence-3.10.dist-info/METADATA sha256=qLakxyKOANqJtaTpw4skJAEbpqHACN47d2bdSXmX0f0 3285
dissect.evidence-3.10.dist-info/WHEEL sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M 91
dissect.evidence-3.10.dist-info/entry_points.txt sha256=rz4YeIbMkl-wjryDbFnh25eK5qK4asKQvZoMJ8hM_eo 222
dissect.evidence-3.10.dist-info/top_level.txt sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4 8
dissect.evidence-3.10.dist-info/RECORD

top_level.txt

dissect

entry_points.txt

asdf-dd = dissect.evidence.tools.asdf.dd:main
asdf-meta = dissect.evidence.tools.asdf.meta:main
asdf-repair = dissect.evidence.tools.asdf.repair:main
asdf-verify = dissect.evidence.tools.asdf.verify:main