Git Product home page Git Product logo

python3-module-rarfile's Introduction

rarfile - RAR archive reader for Python

This is Python module for RAR archive reading. The interface follows the style of zipfile. Licensed under ISC license.

Features:

  • Supports both RAR3 and RAR5 format archives.
  • Supports multi volume archives.
  • Supports Unicode filenames.
  • Supports password-protected archives.
  • Supports archive and file comments.
  • Archive parsing and non-compressed files are handled in pure Python code.
  • Compressed files are extracted by executing external tool: unrar (preferred), unar, 7zip or bsdtar.
  • Works with Python 3.6+.

Backends:

Backend Status Notes
unrar Supported
  • Recommended: full format support.
  • Non-free software, but free to use.
unar Supported
  • Not usable on Windows: last build is from 2013 (v1.8.1) that does support output to stdout.
  • Does not support RAR2 locked files.
  • Does not support RAR5 Blake2 hash checking.
7zip Supported
  • RAR support not available on Debian/Ubuntu repos.
p7zip Supported
  • Unmaintained?
  • Requires p7zip-rar package on Debian/Ubuntu.
bsdtar Supported
  • Not recommended: limited RAR format support.
  • Does not support multi-volume archives.
  • Does not support solid archives.
  • Does not support password-protected archives.
  • Does not support RARVM-based compression filters.
unrar-free Not supported
  • Unusable: Does not support output to stdout.
  • Based on libarchive so similar format support as bsdtar.

Links:

python3-module-rarfile's People

Contributors

markokr avatar wouldyoukindly avatar cclauss avatar hr3lxphr6j avatar shadchin avatar moben avatar olshevskiy87 avatar kmosiejczuk avatar meggycal avatar natezb avatar safihre avatar hanwentao avatar 7aman avatar airium avatar lfam avatar miigotu avatar

Watchers

Alexandr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.