Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refi64/arclib
A unified API for accessing Python's many supported archive formats
https://github.com/refi64/arclib
Last synced: 4 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T17:15:48.000Z (over 7 years ago)
- Last Synced: 2024-05-21T16:16:14.750Z (9 months ago)
- Language: Python
- Size: 236 KB
- Stars: 34
- Watchers: 4
- 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 `_