dissect.hypervisor 3.12.dev1__tar.gz → 3.12.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.
Files changed (90) hide show
  1. {dissect.hypervisor-3.12.dev1/dissect.hypervisor.egg-info → dissect.hypervisor-3.12.dev2}/PKG-INFO +1 -1
  2. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/descriptor/pvs.py +1 -4
  3. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/descriptor/vbox.py +1 -4
  4. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/hdd.py +1 -5
  5. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2/dissect.hypervisor.egg-info}/PKG-INFO +1 -1
  6. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/COPYRIGHT +0 -0
  7. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/LICENSE +0 -0
  8. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/MANIFEST.in +0 -0
  9. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/README.md +0 -0
  10. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/__init__.py +0 -0
  11. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/backup/__init__.py +0 -0
  12. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/backup/c_vma.py +0 -0
  13. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/backup/vma.py +0 -0
  14. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/backup/xva.py +0 -0
  15. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/descriptor/__init__.py +0 -0
  16. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/descriptor/c_hyperv.py +0 -0
  17. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/descriptor/hyperv.py +0 -0
  18. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/descriptor/ovf.py +0 -0
  19. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/descriptor/vmx.py +0 -0
  20. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/__init__.py +0 -0
  21. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/c_hdd.py +0 -0
  22. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/c_qcow2.py +0 -0
  23. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/c_vdi.py +0 -0
  24. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/c_vhd.py +0 -0
  25. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/c_vhdx.py +0 -0
  26. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/c_vmdk.py +0 -0
  27. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/qcow2.py +0 -0
  28. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/vdi.py +0 -0
  29. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/vhd.py +0 -0
  30. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/vhdx.py +0 -0
  31. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/disk/vmdk.py +0 -0
  32. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/exceptions.py +0 -0
  33. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/tools/__init__.py +0 -0
  34. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/tools/envelope.py +0 -0
  35. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/tools/vma.py +0 -0
  36. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/util/__init__.py +0 -0
  37. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/util/envelope.py +0 -0
  38. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect/hypervisor/util/vmtar.py +0 -0
  39. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect.hypervisor.egg-info/SOURCES.txt +0 -0
  40. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect.hypervisor.egg-info/dependency_links.txt +0 -0
  41. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect.hypervisor.egg-info/entry_points.txt +0 -0
  42. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect.hypervisor.egg-info/requires.txt +0 -0
  43. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/dissect.hypervisor.egg-info/top_level.txt +0 -0
  44. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/pyproject.toml +0 -0
  45. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/setup.cfg +0 -0
  46. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/__init__.py +0 -0
  47. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/conftest.py +0 -0
  48. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/differencing.avhdx.gz +0 -0
  49. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/dynamic.vhd.gz +0 -0
  50. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/dynamic.vhdx.gz +0 -0
  51. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/encrypted.vmx +0 -0
  52. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/encryption.info +0 -0
  53. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/expanding.hdd/DiskDescriptor.xml +0 -0
  54. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/expanding.hdd/expanding.hdd +0 -0
  55. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/expanding.hdd/expanding.hdd.0.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  56. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/fixed.vhd.gz +0 -0
  57. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/fixed.vhdx.gz +0 -0
  58. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/local.tgz.ve +0 -0
  59. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/plain.hdd/DiskDescriptor.xml +0 -0
  60. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/plain.hdd/plain.hdd +0 -0
  61. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/plain.hdd/plain.hdd.0.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  62. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/sesparse.vmdk.gz +0 -0
  63. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/DiskDescriptor.xml +0 -0
  64. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/split.hdd +0 -0
  65. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/split.hdd.0.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  66. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/split.hdd.1.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  67. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/split.hdd.2.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  68. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/split.hdd.3.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  69. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/split.hdd.4.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  70. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/split.hdd/split.hdd.5.{5fbaabe3-6958-40ff-92a7-860e329aab41}.hds.gz +0 -0
  71. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/test.VMRS +0 -0
  72. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/test.vgz +0 -0
  73. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/test.vma.gz +0 -0
  74. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/data/test.vmcx +0 -0
  75. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/docs/Makefile +0 -0
  76. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/docs/conf.py +0 -0
  77. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/docs/index.rst +0 -0
  78. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_envelope.py +0 -0
  79. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_hdd.py +0 -0
  80. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_hyperv.py +0 -0
  81. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_ovf.py +0 -0
  82. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_pvs.py +0 -0
  83. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_vbox.py +0 -0
  84. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_vhd.py +0 -0
  85. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_vhdx.py +0 -0
  86. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_vma.py +0 -0
  87. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_vmdk.py +0 -0
  88. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_vmtar.py +0 -0
  89. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tests/test_vmx.py +0 -0
  90. {dissect.hypervisor-3.12.dev1 → dissect.hypervisor-3.12.dev2}/tox.ini +0 -0
@@ -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
@@ -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