archive-r-python 0.1.1__tar.gz → 0.1.2__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.
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/LICENSE.txt +28 -7
- {archive_r_python-0.1.1/archive_r_python.egg-info → archive_r_python-0.1.2}/PKG-INFO +3 -3
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/README.md +1 -1
- archive_r_python-0.1.2/VERSION +1 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2/archive_r_python.egg-info}/PKG-INFO +3 -3
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/setup.cfg +1 -1
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/setup.py +1 -1
- archive_r_python-0.1.1/VERSION +0 -1
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/MANIFEST.in +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/data_stream.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry_fault.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry_metadata.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/multi_volume_stream_base.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/path_hierarchy.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/path_hierarchy_utils.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/traverser.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_cursor.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_cursor.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_orchestrator.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_orchestrator.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_type.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_type.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/data_stream.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_fault.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_fault_error.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_fault_error.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_impl.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_manager.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_manager.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_stream_base.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/path_hierarchy.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/path_hierarchy_utils.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/simple_profiler.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/system_file_stream.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/system_file_stream.h +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/traverser.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/SOURCES.txt +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/dependency_links.txt +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/not-zip-safe +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/top_level.txt +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/examples/traverse_archive.py +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/pyproject.toml +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/src/archive_r_py.cc +0 -0
- {archive_r_python-0.1.1 → archive_r_python-0.1.2}/test/test_traverser.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
archive_r License
|
|
2
|
-
Version: 0.1.
|
|
2
|
+
Version: 0.1.2 (2025-12-02)
|
|
3
3
|
|
|
4
4
|
----------------------------------------
|
|
5
5
|
Primary License
|
|
@@ -44,13 +44,34 @@ License shown above.
|
|
|
44
44
|
- Purpose: header-only binding generator for the Python extension module.
|
|
45
45
|
- License: BSD-style License (https://github.com/pybind/pybind11)
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
- Purpose: build and release tasks for the Ruby gem.
|
|
49
|
-
- License: MIT License (https://github.com/ruby/rake)
|
|
47
|
+
The following components are redistributed only because libarchive (bundled with archive_r) depends on them at runtime:
|
|
50
48
|
|
|
51
|
-
|
|
52
|
-
- Purpose:
|
|
53
|
-
- License:
|
|
49
|
+
3. zlib
|
|
50
|
+
- Purpose: libarchive dependency providing DEFLATE compression; bundled inside archive_r binaries and wheels because libarchive requires it.
|
|
51
|
+
- License: zlib License (https://zlib.net/zlib_license.html)
|
|
54
52
|
|
|
53
|
+
4. bzip2
|
|
54
|
+
- Purpose: libarchive dependency providing bzip2 compression support; distributed with archive_r artifacts.
|
|
55
|
+
- License: BSD-style license (https://sourceware.org/bzip2/)
|
|
56
|
+
|
|
57
|
+
5. liblzma (XZ Utils)
|
|
58
|
+
- Purpose: libarchive dependency providing LZMA/XZ compression; included with archive_r packages.
|
|
59
|
+
- License: Public Domain + GNU LGPLv2.1+ (https://tukaani.org/xz/)
|
|
60
|
+
|
|
61
|
+
6. libxml2
|
|
62
|
+
- Purpose: libarchive dependency used for archive formats such as xar; distributed alongside archive_r.
|
|
63
|
+
- License: MIT-style License (http://xmlsoft.org/)
|
|
64
|
+
|
|
65
|
+
7. zstd
|
|
66
|
+
- Purpose: libarchive dependency providing Zstandard compression; shipped within archive_r binaries.
|
|
67
|
+
- License: BSD License (https://github.com/facebook/zstd)
|
|
68
|
+
|
|
69
|
+
8. OpenSSL 3
|
|
70
|
+
- Purpose: libarchive dependency providing cryptographic support for encrypted archives; included with archive_r packages.
|
|
71
|
+
- License: Apache License 2.0 with OpenSSL exception (https://www.openssl.org/source/license.html)
|
|
72
|
+
|
|
73
|
+
9. libiconv / libcharset
|
|
74
|
+
- Purpose: libxml2/libarchive dependency for character set conversion; redistributed with archive_r artifacts.
|
|
75
|
+
- License: GNU LGPLv2.1+ (https://www.gnu.org/software/libiconv/)
|
|
55
76
|
Users of archive_r should review the linked third-party licenses to ensure
|
|
56
77
|
compliance with their terms when redistributing this software.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: archive_r_python
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Python bindings for
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Python bindings for archive_r that recursively traverse nested archives without creating temporary extraction files
|
|
5
5
|
Home-page: https://github.com/Raizo-TCS/archive_r
|
|
6
6
|
Author: archive_r Team
|
|
7
7
|
Author-email: raizo.tcs@users.noreply.github.com
|
|
@@ -609,4 +609,4 @@ The Python bindings are distributed under the MIT License, consistent with the a
|
|
|
609
609
|
|
|
610
610
|
---
|
|
611
611
|
|
|
612
|
-
**Note**: This document describes archive_r Python bindings version 0.1.
|
|
612
|
+
**Note**: This document describes archive_r Python bindings version 0.1.2.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.1.2
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: archive_r_python
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Python bindings for
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Python bindings for archive_r that recursively traverse nested archives without creating temporary extraction files
|
|
5
5
|
Home-page: https://github.com/Raizo-TCS/archive_r
|
|
6
6
|
Author: archive_r Team
|
|
7
7
|
Author-email: raizo.tcs@users.noreply.github.com
|
|
@@ -609,4 +609,4 @@ The Python bindings are distributed under the MIT License, consistent with the a
|
|
|
609
609
|
|
|
610
610
|
---
|
|
611
611
|
|
|
612
|
-
**Note**: This document describes archive_r Python bindings version 0.1.
|
|
612
|
+
**Note**: This document describes archive_r Python bindings version 0.1.2.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = archive_r_python
|
|
3
|
-
description = Python bindings for
|
|
3
|
+
description = Python bindings for archive_r that recursively traverse nested archives without creating temporary extraction files
|
|
4
4
|
author = archive_r Team
|
|
5
5
|
author_email = raizo.tcs@users.noreply.github.com
|
|
6
6
|
url = https://github.com/Raizo-TCS/archive_r
|
|
@@ -98,7 +98,7 @@ def read_readme() -> str:
|
|
|
98
98
|
for candidate in paths:
|
|
99
99
|
if candidate.exists():
|
|
100
100
|
return candidate.read_text(encoding='utf-8')
|
|
101
|
-
return '
|
|
101
|
+
return 'Python bindings for archive_r that recursively traverse nested archives without creating temporary extraction files.'
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
def resolve_core_paths() -> Tuple[Path, Path]:
|
archive_r_python-0.1.1/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.1.1
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/data_stream.h
RENAMED
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry.h
RENAMED
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry_fault.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/traverser.h
RENAMED
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_cursor.cc
RENAMED
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_cursor.h
RENAMED
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_orchestrator.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_fault_error.cc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_manager.cc
RENAMED
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_manager.h
RENAMED
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_stream_base.cc
RENAMED
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/path_hierarchy_utils.cc
RENAMED
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/system_file_stream.cc
RENAMED
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/system_file_stream.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.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
|