All Projects → markokr → Rarfile

markokr / Rarfile

Licence: isc
Python module for RAR archive reading

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Rarfile

Bagit Java
Java library to support the BagIt specification.
Stars: ✭ 65 (-60.37%)
Mutual labels:  archive
Slack Autoarchive
If there has been no activity in a channel for awhile, you can automatically archive it using a cronjob.
Stars: ✭ 97 (-40.85%)
Mutual labels:  archive
Desync
Alternative casync implementation
Stars: ✭ 140 (-14.63%)
Mutual labels:  archive
Project Evidence.github.io
Evidence SARS-CoV-2 Emerged From a Biological Laboratory in Wuhan, China
Stars: ✭ 80 (-51.22%)
Mutual labels:  archive
Go Siva
siva - seekable indexed verifiable archiver
Stars: ✭ 93 (-43.29%)
Mutual labels:  archive
Apkdiffpatch
a C++ library and command-line tools for Zip(Jar,Apk) file Diff & Patch; create minimal delta/differential; support Jar sign(apk v1 sign) & apk v2,v3 sign .
Stars: ✭ 121 (-26.22%)
Mutual labels:  archive
Uso Archive
Preserving styles from the slow and unmaintained UserStyles.org
Stars: ✭ 53 (-67.68%)
Mutual labels:  archive
Flametree
🔥 Python file and zip operations made easy
Stars: ✭ 148 (-9.76%)
Mutual labels:  archive
Mzip Android
An Android compress and extract library support popular compression format such as rar, zip
Stars: ✭ 95 (-42.07%)
Mutual labels:  archive
Archivist
A full-stack publishing solution involving different technologies to power digital archives
Stars: ✭ 130 (-20.73%)
Mutual labels:  archive
Dareblopy
Data Reading Blocks for Python
Stars: ✭ 82 (-50%)
Mutual labels:  archive
Reminiscence
Self-Hosted Bookmark And Archive Manager
Stars: ✭ 1,303 (+694.51%)
Mutual labels:  archive
Ahk Libs
AutoHotkey library archive.
Stars: ✭ 125 (-23.78%)
Mutual labels:  archive
Archivemounter
Mounts archives like disk images (macOS)
Stars: ✭ 77 (-53.05%)
Mutual labels:  archive
Junrar
Plain Java unrar library
Stars: ✭ 142 (-13.41%)
Mutual labels:  archive
Web Archives
A web archives reader
Stars: ✭ 52 (-68.29%)
Mutual labels:  archive
Spotify Playlist Archive
Daily snapshots of public Spotify playlists
Stars: ✭ 111 (-32.32%)
Mutual labels:  archive
Villain
A free and open source web-based comic book reader.
Stars: ✭ 160 (-2.44%)
Mutual labels:  archive
Libarchivejs
Archive library for browsers
Stars: ✭ 145 (-11.59%)
Mutual labels:  archive
Wa Reader
💬 WA Reader is a platform to read WhatsApp conversations from email text backups in a easy-to-read UI.
Stars: ✭ 130 (-20.73%)
Mutual labels:  archive

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_ or bsdtar_.
  • Works with Python 3.6+.

.. _RAR: https://en.wikipedia.org/wiki/RAR_%28file_format%29 .. _zipfile: https://docs.python.org/3/library/zipfile.html .. _ISC: https://en.wikipedia.org/wiki/ISC_license .. _bsdtar: https://github.com/libarchive/libarchive .. _unrar: https://www.rarlab.com/ .. _unar: https://theunarchiver.com/command-line

Links:

  • Documentation_
  • Downloads_
  • Git_ repo

.. _Git: https://github.com/markokr/rarfile .. _Downloads: https://pypi.org/project/rarfile/#files .. _Documentation: https://rarfile.readthedocs.io/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].