dissect.hypervisor 3.12.dev1__py3-none-any.whl → 3.12.dev2__py3-none-any.whl

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.
@@ -1,10 +1,7 @@
1
1
  from typing import IO, Iterator
2
2
  from xml.etree.ElementTree import Element
3
3
 
4
- try:
5
- from defusedxml import ElementTree
6
- except ImportError:
7
- from xml.etree import ElementTree
4
+ from defusedxml import ElementTree
8
5
 
9
6
 
10
7
  class PVS:
@@ -1,10 +1,7 @@
1
1
  from typing import IO, Iterator
2
2
  from xml.etree.ElementTree import Element
3
3
 
4
- try:
5
- from defusedxml import ElementTree
6
- except ImportError:
7
- from xml.etree import ElementTree
4
+ from defusedxml import ElementTree
8
5
 
9
6
 
10
7
  class VBox:
@@ -8,11 +8,7 @@ from typing import BinaryIO, Iterator, Optional, Tuple, Union
8
8
  from uuid import UUID
9
9
  from xml.etree.ElementTree import Element
10
10
 
11
- try:
12
- from defusedxml import ElementTree
13
- except ImportError:
14
- from xml.etree import ElementTree
15
-
11
+ from defusedxml import ElementTree
16
12
  from dissect.util.stream import AlignedStream
17
13
 
18
14
  from dissect.hypervisor.disk.c_hdd import SECTOR_SIZE, c_hdd
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dissect.hypervisor
3
- Version: 3.12.dev1
3
+ Version: 3.12.dev2
4
4
  Summary: A Dissect module implementing parsers for various hypervisor disk, backup and configuration files
5
5
  Author-email: Dissect Team <dissect@fox-it.com>
6
6
  License: Affero General Public License v3
@@ -8,8 +8,8 @@ dissect/hypervisor/descriptor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
8
8
  dissect/hypervisor/descriptor/c_hyperv.py,sha256=rNb1MbO_epg5_D3KnRDxc0tcbHyFVeH10x4jELsCfIs,4378
9
9
  dissect/hypervisor/descriptor/hyperv.py,sha256=MQTpcAK9oxiiCyCSSrLNElmQ0lS1vzAcXqImDPmhLQ0,17692
10
10
  dissect/hypervisor/descriptor/ovf.py,sha256=99Q0IO9sCs9g-N8iFSkwQYFsBK17Fcqsdex6JqJFJdc,1815
11
- dissect/hypervisor/descriptor/pvs.py,sha256=yWf767pW1eRMnkhIxBbbEPbHE7ctbLG1FGSoyDSUiIA,655
12
- dissect/hypervisor/descriptor/vbox.py,sha256=Hz0tYeGN-FigusvgHSRq8nwL9MS8W0Na42_kXOEmdog,576
11
+ dissect/hypervisor/descriptor/pvs.py,sha256=m4sjaCU0dcoB4zTBWlxo2qrOD0kuSmEe97-8UpcFdPI,588
12
+ dissect/hypervisor/descriptor/vbox.py,sha256=mPmgD0Hyr5c7lFCnZjt0mUS1h490LlRiTyE4CiBW6tc,509
13
13
  dissect/hypervisor/descriptor/vmx.py,sha256=LABtrrh-LYwHxsP07iZ6F2zoKiVXWxaxwCe5ArsDf-M,12500
14
14
  dissect/hypervisor/disk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  dissect/hypervisor/disk/c_hdd.py,sha256=xQ8CvKo5X6BY__yV1ioyUMIxxZL8xkJ_q59vzFcgaBA,2207
@@ -18,7 +18,7 @@ dissect/hypervisor/disk/c_vdi.py,sha256=BsjvtU8lwsizg1cvGlO8Lz9avy2xfyWREEAF8Ip9
18
18
  dissect/hypervisor/disk/c_vhd.py,sha256=Whzhbo0BrAA6Vbmh2ZQVmwy9-mQ8jGQm0JHnriizOzM,1461
19
19
  dissect/hypervisor/disk/c_vhdx.py,sha256=IWHcyDbWDOrDTUkkWfmeHjNF7_NhgErlSgWOzuJFy_M,2891
20
20
  dissect/hypervisor/disk/c_vmdk.py,sha256=jM_fdrx4eu-ZoQiEmzw6hamqPJwf0YgBKgiS5iijUZI,5959
21
- dissect/hypervisor/disk/hdd.py,sha256=8PjKuEqQxQR2BRbUsayEONcz66q7frkWQaGzyzKTvM0,13091
21
+ dissect/hypervisor/disk/hdd.py,sha256=p4oFLD9X0v39htwSU4pxPBJ37CnAiufi8vgx4T2o8sM,13023
22
22
  dissect/hypervisor/disk/qcow2.py,sha256=AeIoRTkA2hXCp5gcEm149cTAcMQiOTWDByb-FQC23lo,20218
23
23
  dissect/hypervisor/disk/vdi.py,sha256=_kX7ZGOVo_98ckMaiaDEmw4VjNgM57cY4YUSYrk2JGs,1851
24
24
  dissect/hypervisor/disk/vhd.py,sha256=vnmtIYFmiZLcqUsJ0voSpy8Cagiba6MhI4fbzrinhYs,3635
@@ -30,10 +30,10 @@ dissect/hypervisor/tools/vma.py,sha256=N8x4Yh45BM5MweLSriwhAfSegbjw_Ko4i2yayMWF3
30
30
  dissect/hypervisor/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
31
  dissect/hypervisor/util/envelope.py,sha256=yt2FXRX2L5FUJ587oCMMmVUHqkuYiMbPRPMhH_mB_qk,10338
32
32
  dissect/hypervisor/util/vmtar.py,sha256=oNJ-qTvQVOl7al_vExpg_T4LnGyE72O9hjOmQBiTKSA,1469
33
- dissect.hypervisor-3.12.dev1.dist-info/COPYRIGHT,sha256=EOOoIwk_inOMUD4c1ylpzMtYLjGzmc-MLEVAEdLLr20,305
34
- dissect.hypervisor-3.12.dev1.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
35
- dissect.hypervisor-3.12.dev1.dist-info/METADATA,sha256=ZvNFqVKLIu-8hxmizPh_gflOoTWwADJdPe4uDaCMt6k,3274
36
- dissect.hypervisor-3.12.dev1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
37
- dissect.hypervisor-3.12.dev1.dist-info/entry_points.txt,sha256=qwOrIPRV4bYsKo2sAZznUqegFTMu1sm7ld-o7w_h_5U,124
38
- dissect.hypervisor-3.12.dev1.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
39
- dissect.hypervisor-3.12.dev1.dist-info/RECORD,,
33
+ dissect.hypervisor-3.12.dev2.dist-info/COPYRIGHT,sha256=EOOoIwk_inOMUD4c1ylpzMtYLjGzmc-MLEVAEdLLr20,305
34
+ dissect.hypervisor-3.12.dev2.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
35
+ dissect.hypervisor-3.12.dev2.dist-info/METADATA,sha256=EeOBycXPynU87fgQyF6yrFyzK4qRMpBN49SqY0gBcvQ,3274
36
+ dissect.hypervisor-3.12.dev2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
37
+ dissect.hypervisor-3.12.dev2.dist-info/entry_points.txt,sha256=qwOrIPRV4bYsKo2sAZznUqegFTMu1sm7ld-o7w_h_5U,124
38
+ dissect.hypervisor-3.12.dev2.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
39
+ dissect.hypervisor-3.12.dev2.dist-info/RECORD,,