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.
Files changed (46) hide show
  1. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/LICENSE.txt +28 -7
  2. {archive_r_python-0.1.1/archive_r_python.egg-info → archive_r_python-0.1.2}/PKG-INFO +3 -3
  3. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/README.md +1 -1
  4. archive_r_python-0.1.2/VERSION +1 -0
  5. {archive_r_python-0.1.1 → archive_r_python-0.1.2/archive_r_python.egg-info}/PKG-INFO +3 -3
  6. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/setup.cfg +1 -1
  7. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/setup.py +1 -1
  8. archive_r_python-0.1.1/VERSION +0 -1
  9. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/MANIFEST.in +0 -0
  10. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/data_stream.h +0 -0
  11. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry.h +0 -0
  12. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry_fault.h +0 -0
  13. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/entry_metadata.h +0 -0
  14. {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
  15. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/path_hierarchy.h +0 -0
  16. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/path_hierarchy_utils.h +0 -0
  17. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/include/archive_r/traverser.h +0 -0
  18. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_cursor.cc +0 -0
  19. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_cursor.h +0 -0
  20. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_orchestrator.cc +0 -0
  21. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_stack_orchestrator.h +0 -0
  22. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_type.cc +0 -0
  23. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/archive_type.h +0 -0
  24. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/data_stream.cc +0 -0
  25. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry.cc +0 -0
  26. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_fault.cc +0 -0
  27. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_fault_error.cc +0 -0
  28. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_fault_error.h +0 -0
  29. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/entry_impl.h +0 -0
  30. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_manager.cc +0 -0
  31. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_manager.h +0 -0
  32. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/multi_volume_stream_base.cc +0 -0
  33. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/path_hierarchy.cc +0 -0
  34. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/path_hierarchy_utils.cc +0 -0
  35. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/simple_profiler.h +0 -0
  36. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/system_file_stream.cc +0 -0
  37. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/system_file_stream.h +0 -0
  38. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/_vendor/archive_r/src/traverser.cc +0 -0
  39. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/SOURCES.txt +0 -0
  40. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/dependency_links.txt +0 -0
  41. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/not-zip-safe +0 -0
  42. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/archive_r_python.egg-info/top_level.txt +0 -0
  43. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/examples/traverse_archive.py +0 -0
  44. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/pyproject.toml +0 -0
  45. {archive_r_python-0.1.1 → archive_r_python-0.1.2}/src/archive_r_py.cc +0 -0
  46. {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.1 (2025-12-01)
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
- 3. rake (development dependency for Ruby bindings)
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
- 4. minitest (development dependency for Ruby bindings)
52
- - Purpose: unit testing framework for the Ruby gem.
53
- - License: MIT License (https://github.com/minitest/minitest)
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.1
4
- Summary: Python bindings for the archive_r traverser library
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.1.
612
+ **Note**: This document describes archive_r Python bindings version 0.1.2.
@@ -580,4 +580,4 @@ The Python bindings are distributed under the MIT License, consistent with the a
580
580
 
581
581
  ---
582
582
 
583
- **Note**: This document describes archive_r Python bindings version 0.1.1.
583
+ **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.1
4
- Summary: Python bindings for the archive_r traverser library
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.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 the archive_r traverser library
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 'Fast archive traversal library with support for nested archives and multipart files.'
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]:
@@ -1 +0,0 @@
1
- 0.1.1