archive-r-python 0.1.27__tar.gz → 0.1.29__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 (63) hide show
  1. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSE +21 -21
  2. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/acl-COPYING.LGPL +513 -513
  3. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/attr-COPYING.LGPL +513 -513
  4. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/bzip2-LICENSE +42 -42
  5. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/libarchive-COPYING +65 -65
  6. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/libb2-COPYING +117 -117
  7. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/libomp-LICENSE.TXT +361 -361
  8. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/libxml2-Copyright +23 -23
  9. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/lz4-LICENSE +24 -24
  10. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/nettle-COPYING.LESSERv3 +165 -165
  11. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/nettle-COPYINGv2 +339 -339
  12. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/xz-COPYING +83 -83
  13. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/xz-COPYING.0BSD +11 -11
  14. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/LICENSES/zstd-LICENSE +30 -30
  15. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/MANIFEST.in +15 -15
  16. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/NOTICE +116 -116
  17. {archive_r_python-0.1.27/archive_r_python.egg-info → archive_r_python-0.1.29}/PKG-INFO +633 -633
  18. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/README.md +586 -586
  19. archive_r_python-0.1.29/VERSION +1 -0
  20. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/data_stream.h +42 -42
  21. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/entry.h +180 -180
  22. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/entry_fault.h +34 -34
  23. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/entry_metadata.h +56 -56
  24. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/multi_volume_stream_base.h +46 -46
  25. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/path_hierarchy.h +92 -92
  26. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/path_hierarchy_utils.h +36 -36
  27. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/platform_compat.h +34 -34
  28. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/include/archive_r/traverser.h +156 -156
  29. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/archive_stack_cursor.cc +300 -300
  30. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/archive_stack_cursor.h +110 -110
  31. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/archive_stack_orchestrator.cc +161 -161
  32. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/archive_stack_orchestrator.h +53 -53
  33. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/archive_type.cc +545 -545
  34. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/archive_type.h +77 -77
  35. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/data_stream.cc +35 -35
  36. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/entry.cc +238 -238
  37. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/entry_fault.cc +26 -26
  38. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/entry_fault_error.cc +54 -54
  39. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/entry_fault_error.h +32 -32
  40. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/entry_impl.h +56 -56
  41. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/multi_volume_manager.cc +76 -76
  42. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/multi_volume_manager.h +39 -39
  43. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/multi_volume_stream_base.cc +208 -208
  44. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/path_hierarchy.cc +127 -127
  45. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/path_hierarchy_utils.cc +251 -251
  46. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/simple_profiler.h +109 -109
  47. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/system_file_stream.cc +294 -294
  48. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/system_file_stream.h +46 -46
  49. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/_vendor/archive_r/src/traverser.cc +295 -295
  50. {archive_r_python-0.1.27 → archive_r_python-0.1.29/archive_r_python.egg-info}/PKG-INFO +633 -633
  51. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/archive_r_python.egg-info/SOURCES.txt +1 -1
  52. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/archive_r_python.egg-info/not-zip-safe +1 -1
  53. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/examples/traverse_archive.py +72 -72
  54. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/pyproject.toml +7 -7
  55. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/setup.cfg +52 -52
  56. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/setup.py +474 -474
  57. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/src/archive_r_py.cc +814 -814
  58. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/test/test_traverser.py +599 -599
  59. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/tools/build-deps-macos.sh +254 -254
  60. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/tools/build-deps-manylinux.sh +356 -356
  61. archive_r_python-0.1.27/VERSION +0 -1
  62. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/archive_r_python.egg-info/dependency_links.txt +0 -0
  63. {archive_r_python-0.1.27 → archive_r_python-0.1.29}/archive_r_python.egg-info/top_level.txt +0 -0
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 archive_r Team
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 archive_r Team
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.