Rogdham / python-xz
Pure Python implementation of the XZ file format with random access support
☆27Updated 2 years ago
Alternatives and similar repositories for python-xz:
Users that are interested in python-xz are comparing it to the libraries listed below
- Fast parallel random access to bzip2 and gzip files in Python☆77Updated 2 months ago
- A bridge for libzstd-seek to python. Based on mxmlnkn/indexed_bzip2☆24Updated 11 months ago
- Python module for detection of CPU features☆28Updated last month
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- Fast random access of gzip files in Python☆105Updated 2 months ago
- A zero-copy file-like wrapper for Python byte buffers, inspired by Rust's std::Cursor.