Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirbyfan64/arclib

A unified API for accessing Python's many supported archive formats
https://github.com/kirbyfan64/arclib

Last synced: 3 months ago
JSON representation

A unified API for accessing Python's many supported archive formats

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 `_