dissect.btrfs 1.8.dev1__tar.gz → 1.8.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_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/PKG-INFO +5 -14
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/README.md +4 -11
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect.btrfs.egg-info/PKG-INFO +5 -14
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect.btrfs.egg-info/requires.txt +0 -5
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/pyproject.toml +0 -5
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/.git-blame-ignore-revs +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/.gitattributes +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/COPYRIGHT +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/LICENSE +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/MANIFEST.in +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect/btrfs/__init__.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect/btrfs/btrfs.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect/btrfs/c_btrfs.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect/btrfs/exceptions.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect/btrfs/stream.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect/btrfs/tree.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect.btrfs.egg-info/SOURCES.txt +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect.btrfs.egg-info/dependency_links.txt +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect.btrfs.egg-info/top_level.txt +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/setup.cfg +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/__init__.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-compression.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-default.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-dup-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-dup-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid0-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid0-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid10-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid10-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1c3-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1c3-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1c3-3.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1c4-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1c4-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1c4-3.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid1c4-4.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid5-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid5-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid6-1.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid6-2.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-raid6-3.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-sparse.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-subvolume-custom-default.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-subvolume-nested.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-subvolume-snapshot.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-subvolume.bin.gz +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_docs/Makefile +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_docs/__init__.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_docs/conf.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_docs/index.rst +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/conftest.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/test_btrfs.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/test_exceptions.py +0 -0
- {dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dissect.btrfs
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.dev2
|
|
4
4
|
Summary: A Dissect module implementing a parser for the Btrfs file system, a commonly used Linux filesystem.
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
@@ -28,8 +28,6 @@ Provides-Extra: full
|
|
|
28
28
|
Requires-Dist: zstandard; extra == "full"
|
|
29
29
|
Provides-Extra: gcrc32
|
|
30
30
|
Requires-Dist: google-crc32c; extra == "gcrc32"
|
|
31
|
-
Provides-Extra: lzo
|
|
32
|
-
Requires-Dist: python-lzo; (platform_system != "Windows" or platform_python_implementation != "PyPy") and extra == "lzo"
|
|
33
31
|
Provides-Extra: dev
|
|
34
32
|
Requires-Dist: dissect.btrfs[full]; extra == "dev"
|
|
35
33
|
Requires-Dist: dissect.cstruct<5.0.dev,>=4.0.dev; extra == "dev"
|
|
@@ -55,17 +53,10 @@ Information on the supported Python versions can be found in the Getting Started
|
|
|
55
53
|
pip install dissect.btrfs
|
|
56
54
|
```
|
|
57
55
|
|
|
58
|
-
This project decompresses
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
```bash
|
|
63
|
-
pip install "dissect.btrfs[lzo]"
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
Unfortunately there is no binary `python-lzo` wheel for PyPy installations on Windows, so it won't be installed there.
|
|
67
|
-
|
|
68
|
-
This module including the lzo extra is also automatically installed if you install the `dissect` package.
|
|
56
|
+
This project decompresses LZO compressed file systems and can use a faster, native (Rust-based) LZO implementation,
|
|
57
|
+
instead of a slower pure Python implementation. Both implementations are provided by `dissect.util`.
|
|
58
|
+
Pre-build wheels are available for most common platforms and the native implementation will automatically be used if available.
|
|
59
|
+
In the rare case that a pre-build wheel is not available, please refer to `dissect.util` for build instructions.
|
|
69
60
|
|
|
70
61
|
## Build and test instructions
|
|
71
62
|
|
|
@@ -17,17 +17,10 @@ Information on the supported Python versions can be found in the Getting Started
|
|
|
17
17
|
pip install dissect.btrfs
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
This project decompresses
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
pip install "dissect.btrfs[lzo]"
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Unfortunately there is no binary `python-lzo` wheel for PyPy installations on Windows, so it won't be installed there.
|
|
29
|
-
|
|
30
|
-
This module including the lzo extra is also automatically installed if you install the `dissect` package.
|
|
20
|
+
This project decompresses LZO compressed file systems and can use a faster, native (Rust-based) LZO implementation,
|
|
21
|
+
instead of a slower pure Python implementation. Both implementations are provided by `dissect.util`.
|
|
22
|
+
Pre-build wheels are available for most common platforms and the native implementation will automatically be used if available.
|
|
23
|
+
In the rare case that a pre-build wheel is not available, please refer to `dissect.util` for build instructions.
|
|
31
24
|
|
|
32
25
|
## Build and test instructions
|
|
33
26
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dissect.btrfs
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.dev2
|
|
4
4
|
Summary: A Dissect module implementing a parser for the Btrfs file system, a commonly used Linux filesystem.
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
@@ -28,8 +28,6 @@ Provides-Extra: full
|
|
|
28
28
|
Requires-Dist: zstandard; extra == "full"
|
|
29
29
|
Provides-Extra: gcrc32
|
|
30
30
|
Requires-Dist: google-crc32c; extra == "gcrc32"
|
|
31
|
-
Provides-Extra: lzo
|
|
32
|
-
Requires-Dist: python-lzo; (platform_system != "Windows" or platform_python_implementation != "PyPy") and extra == "lzo"
|
|
33
31
|
Provides-Extra: dev
|
|
34
32
|
Requires-Dist: dissect.btrfs[full]; extra == "dev"
|
|
35
33
|
Requires-Dist: dissect.cstruct<5.0.dev,>=4.0.dev; extra == "dev"
|
|
@@ -55,17 +53,10 @@ Information on the supported Python versions can be found in the Getting Started
|
|
|
55
53
|
pip install dissect.btrfs
|
|
56
54
|
```
|
|
57
55
|
|
|
58
|
-
This project decompresses
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
```bash
|
|
63
|
-
pip install "dissect.btrfs[lzo]"
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
Unfortunately there is no binary `python-lzo` wheel for PyPy installations on Windows, so it won't be installed there.
|
|
67
|
-
|
|
68
|
-
This module including the lzo extra is also automatically installed if you install the `dissect` package.
|
|
56
|
+
This project decompresses LZO compressed file systems and can use a faster, native (Rust-based) LZO implementation,
|
|
57
|
+
instead of a slower pure Python implementation. Both implementations are provided by `dissect.util`.
|
|
58
|
+
Pre-build wheels are available for most common platforms and the native implementation will automatically be used if available.
|
|
59
|
+
In the rare case that a pre-build wheel is not available, please refer to `dissect.util` for build instructions.
|
|
69
60
|
|
|
70
61
|
## Build and test instructions
|
|
71
62
|
|
|
@@ -42,11 +42,6 @@ full = [
|
|
|
42
42
|
gcrc32 = [
|
|
43
43
|
"google-crc32c",
|
|
44
44
|
]
|
|
45
|
-
lzo = [
|
|
46
|
-
# There are no Windows PyPy wheels available for python-lzo
|
|
47
|
-
# So we use a pure python fallback for it.
|
|
48
|
-
"python-lzo; platform_system != 'Windows' or platform_python_implementation != 'PyPy'",
|
|
49
|
-
]
|
|
50
45
|
dev = [
|
|
51
46
|
"dissect.btrfs[full]",
|
|
52
47
|
"dissect.cstruct>=4.0.dev,<5.0.dev",
|
|
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_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/dissect.btrfs.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
|
{dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-subvolume-custom-default.bin.gz
RENAMED
|
File without changes
|
|
File without changes
|
{dissect_btrfs-1.8.dev1 → dissect_btrfs-1.8.dev2}/tests/_data/btrfs-subvolume-snapshot.bin.gz
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
|