https://github.com/refi64/arclib
A unified API for accessing Python's many supported archive formats
https://github.com/refi64/arclib
Last synced: 6 months ago
JSON representation
A unified API for accessing Python's many supported archive formats
- Host: GitHub
- URL: https://github.com/refi64/arclib
- Owner: refi64
- License: mit
- Created: 2016-04-19T17:58:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T17:15:48.000Z (over 8 years ago)
- Last Synced: 2025-08-28T09:26:34.431Z (10 months ago)
- Language: Python
- Size: 236 KB
- Stars: 34
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
arclib
======
arclib aims at providing a unified API for accessing Python's archive formats. In
particular, it provides the following APIs:
- Basic, one-shot: For gzip, bzip2, and LZMA. Supports one-shot compression and
decompression.
- Basic, incremental: For bzip2 and LZMA. Supports incremental compression and
decompression.
- Complex: For zip and tar. Supports accessing the various members and their
respective information.
Links
*****
- `PyPI `_
- `Docs `_