Skip to main content

Read RAR file from python -- cffi edition

Project description

Build

unrar2-cffi -- Work with RAR files.

Description

unrar2-cffi is a python extension that exposes unrar library functionality through a zipfile-like interface.

This is a fork/modified version of unrar-cffi that supports modern Python starting from 3.10-3.14 (incl. free-threading)

This build also target unrar 7.x instead of unrar 5.x from the original unrar-cffi project.

Difference

This packages has some difference to the original one:

  • Added typing information
  • Added __slots__ to improve performance a bit.
  • Moved all the RarInfo into at-property data
    • Now you can access the raw header data by using file._header
  • Added docstring to most functions.
  • Implement RarFile.printdir()

Features

The package implements the following RarFile functions:

  • namelist()
  • infolist()
  • getinfo()
  • read()
  • open()
  • testrar()
  • rarfile.is_rar_file()

Usage

  1. Install with PIP:

    pip install unrar2-cffi

  2. Use from code:

from unrar.cffi import rarfile

rar = rarfile.RarFile('sample.rar')

assert rar.testrar() == None

for filename in rar.namelist():
    info = rar.getinfo(filename)
    print("Reading {}, {}, {} bytes ({} bytes compressed)".format(info.filename, info.date_time, info.file_size, info.compress_size))
    data = rar.read(filename)
    print("\t{}...\n".format(data[:100]))

Build

Requirements

Linux/macOS:

  • gcc compiler suite (build-essential packages should be enough)
  • docker (only for buildmanylinux)

Windows:

  • VS2022 Build Tools (PLATFORM_TOOLSET=v143)
  • Visual C++ compiler suite
  • vswhere

Build

  1. Run pip install -r requirements.txt to install the build dependencies.
  2. If you are on Windows, make sure you use the VS2022 Build Tools
  3. Run pip install . to build the package.

Workarounds

Windows:

  • If you need to retarget solution, apply the 0001-build-retarget-to-vs2022-10.0-v143.patch that will utilize the latest version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unrar2_cffi-0.5.0.tar.gz (287.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

unrar2_cffi-0.5.0-cp314-cp314t-win_amd64.whl (438.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

unrar2_cffi-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

unrar2_cffi-0.5.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (252.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

unrar2_cffi-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl (193.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

unrar2_cffi-0.5.0-cp314-cp314t-macosx_10_15_x86_64.whl (201.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

unrar2_cffi-0.5.0-cp314-cp314-win_amd64.whl (437.7 kB view details)

Uploaded CPython 3.14Windows x86-64

unrar2_cffi-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

unrar2_cffi-0.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (246.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

unrar2_cffi-0.5.0-cp314-cp314-macosx_11_0_arm64.whl (192.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

unrar2_cffi-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

unrar2_cffi-0.5.0-cp313-cp313-win_amd64.whl (425.1 kB view details)

Uploaded CPython 3.13Windows x86-64

unrar2_cffi-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

unrar2_cffi-0.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (246.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

unrar2_cffi-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (192.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

unrar2_cffi-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl (200.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

unrar2_cffi-0.5.0-cp312-cp312-win_amd64.whl (425.1 kB view details)

Uploaded CPython 3.12Windows x86-64

unrar2_cffi-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

unrar2_cffi-0.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (246.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

unrar2_cffi-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (192.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

unrar2_cffi-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl (200.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

unrar2_cffi-0.5.0-cp311-cp311-win_amd64.whl (425.0 kB view details)

Uploaded CPython 3.11Windows x86-64

unrar2_cffi-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

unrar2_cffi-0.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (245.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

unrar2_cffi-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (192.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

unrar2_cffi-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl (200.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

unrar2_cffi-0.5.0-cp310-cp310-win_amd64.whl (425.0 kB view details)

Uploaded CPython 3.10Windows x86-64

unrar2_cffi-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

unrar2_cffi-0.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (245.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

unrar2_cffi-0.5.0-cp310-cp310-macosx_11_0_arm64.whl (192.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

unrar2_cffi-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl (200.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file unrar2_cffi-0.5.0.tar.gz.

File metadata

  • Download URL: unrar2_cffi-0.5.0.tar.gz
  • Upload date:
  • Size: 287.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for unrar2_cffi-0.5.0.tar.gz
Algorithm Hash digest
SHA256 5d2fc0e8629792a1df0cdfa518411039493caae1a235b506940170d069e5d725
MD5 c26e74151fb7c01fc9884d7e6e7251b1
BLAKE2b-256 12e2da7af34f34dd4c9baa92253266a153c3b2b479a07fde56cd620c732617fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0.tar.gz:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b3dfb7f1dfdddbe26101b043f75a891f455a69542779160d3d74822d7da2fe4b
MD5 a6e73c923314eda47e4c0dc44534fb72
BLAKE2b-256 72499b94fc2594cf119830465187be60d858b30cdc622b0a769c3eeaaed52c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314t-win_amd64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 075ad64661a3232fc21f92bb3f90cbe67825a44e5f957c546060706fd5a53897
MD5 1aa45274b4f3560fe981d79a598cfc5e
BLAKE2b-256 43caa34439c1f3202487b8829a5b941c6e611c97b6e6530f31b1a81bd9426226

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa81bf8150a8c50292b9e456528241ed8f3e9c025da7dba42782f5b26665763e
MD5 6090f27a71d1f96eb7482ec4e2060a4b
BLAKE2b-256 898a684d5abf19f518bc20359c13541cb2cc2a7fa97ab7755e4a55e7c59880bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60dddb5f418e6dd4e12314f2e9941003670ddaecc4d7d22da6865a91901e394d
MD5 1d400ad5638a18feca8192b03814181d
BLAKE2b-256 10e2edb3be5b1bb9861771096640920306c4f41ff052976c44be4b62984629bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 29012cd7d7bf9add5dce5daa56506e1a78acadcbe6a00ef2dce01581801479df
MD5 81854aa735dde7ab89c014e723078bc7
BLAKE2b-256 2bda2adf2fdf768e1f3dad1699953bae93debb1131dbefcc32b8fb9948a44be8

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: unrar2_cffi-0.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 437.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0751116790f53203cc8b184df9430d7502caf8d37a3f6643d437657315c3d6e6
MD5 815f53ee67895f5cb412b504af32f511
BLAKE2b-256 12deeedc0d0425c59552229d64913286efa8089023bc065cd180f8ebc9684778

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314-win_amd64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bf8f4c36aab6ca188a407f7fee0da734f1fd16748fe7ebcd16ad4f71455efaf
MD5 93576ea0d3307bea5a14ce46851bd835
BLAKE2b-256 989a917997be513bc1b7c651390246a9c1fee800ba79e742740e08c9ad776d7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd070ac108466623f600d0e8b9a0e6e0eb919b43af33dbda98dba911bd20f55c
MD5 dd456472966c31092ac977ec7d8c840d
BLAKE2b-256 1f6b2cdeaf50092d721ebba9cc568d0b468767675d5c9c6bf56ad92b1393e4c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8d7cf40090bb30efafe470b8bdb1634fc69190e2b21539e56061f44f7774006
MD5 5c896ca659bd8b1aa97590d8e8fe51f7
BLAKE2b-256 0e2e801eaab54c8dd749c40280a0b68782b988d34a0e053efc9f2fb8a6e787ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 053bf6fce04cc6cb617e6e6f7dc472186a87c6400ba6182a221b8be1e56f0ae2
MD5 74fe13158ad26e2553272f687fd606fb
BLAKE2b-256 0f44835b384dd00ff20af76f3b7240bd243e27d66cc89455ccaeb36622133175

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: unrar2_cffi-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 425.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for unrar2_cffi-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4b3347a99f5291005333ab08ad760499af48a6ca9bdfc02621513d902fdb7e08
MD5 a60b2f8344f74e80d86a19fa8b368dcb
BLAKE2b-256 bef17ceac0b49ba1c8f43b293c9edeb8c99d7551f648dfb29e8739cd66274d1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp313-cp313-win_amd64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e1e2b071f4f6f0be541d8297c89a88439f80507fb95ddaf13cad694ff1b031c
MD5 a35b2df69ceae844416b858c83b07a72
BLAKE2b-256 fb56359e679a6acd045cfb2af7242861e6540f29ee7fb77be7882a5c3dc842dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61b912bc826481fc1ee4de152c6a79732a41b7fa2c486ebcf438a53522b71757
MD5 aab5f0a1334ef2bfa6bbfea358ec6adc
BLAKE2b-256 1f8f0576fff66e73f2e87c3921d4f93a3128487db9f3a466f5a51e522016dc8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c2cef1e256f4b0d2472239ba4f86a5640e51ab7d89571d5277b568eeacad661
MD5 768b925dcf235956837da4799893fc6d
BLAKE2b-256 9029435252c60ff16b03575ccff078897e06edc436f8a2b4f09822f456d5203f

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 97ba7510ebdb24a248294d6f34129aa91e25e3e2e62169ef132e145c53364919
MD5 7718036c7583fc1976729e6308fdc57a
BLAKE2b-256 df5e1364b1387178967c5b743cde5d5fcb44335a8d2bcbbc60cb4d692a7974e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: unrar2_cffi-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 425.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for unrar2_cffi-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 23a8b3918d2207f89d924b136580f8ed5f02861b1633879041455f204a085d19
MD5 f64717982cef725dfa3fb25513eb3634
BLAKE2b-256 378dd33ce75b19c89b122b47c4360bf9ecf5a3eeb04ada70892a6d20d755e7e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp312-cp312-win_amd64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5f736b6ba2ae4994b4e9780f3ecbfdd746a22d5641914d051b965d0bfaf8bb6
MD5 9ec7375b8b2983b44f30ea73ba3b9ab1
BLAKE2b-256 03358dd7eca3e03ca4972ea1c298b765e81e7dfab77cea4aefed47fcedfb0cd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c61e4efa325f91dc0b04f2f7b25566a2acb0f954f99145f939c7ad89c3150d93
MD5 c127466f63f48109075e0e8b465c99cb
BLAKE2b-256 b147dbd585b7b3da1c1b461c5be6f985b525722bec2fd90e9b10349d0ddc9aee

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b729b0a5d013afccebd7021d84b6f64274ad4b448e404d70c95da22fd7203e14
MD5 6d7f376fa5dcfbcc0abc5727cde07154
BLAKE2b-256 a1d407b90ae86b0d205615b409ad6e88078a79d6aeace4ce1f3d531f453ada6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 59329b5d715837a1fbc0d98e81d9b1aeb19df534e458bcea8e2c3485b073b787
MD5 d0a28e144e12ddbe0bfa3fdc8e19adb8
BLAKE2b-256 5f5913c25e5fd6fd92c57800ff1ee7ded1dba4aaef5df7da69541bebf8aed8e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: unrar2_cffi-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 425.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for unrar2_cffi-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e2ebcb46184172e78f4f8b7ae5deabee04cb7e629830fa7ddd69240f6316e3b7
MD5 ff43e8642ee32b08f8cd7ffe54fc6f37
BLAKE2b-256 341711097d11b2cda1d5d6d45a9f4cc8c3dc633efae8f05bf07bf36f75123cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp311-cp311-win_amd64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d43acdedf8fc28881abee8686c6c77712d4b5f2713e1ca26e313ec66845a3a2b
MD5 0795add18c870a84f37906f2a19610ba
BLAKE2b-256 3b18e00cbc2eb67cbc2202de262dd56e6994a2bb90ef94203521eee206205786

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 195ac1dac84950bab3dad26f3ad731dc1fe73653cc53235d8a6b9c79108c2398
MD5 a2fc9ca8bdbded9aa07289962a01dc68
BLAKE2b-256 de3c42b0422add9b9019d2f9d98e39514236cfc62b5cd9f118dbc9fc16d92be2

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f274109d61f381655201a21083564cede6b02d56c638a3463d11dba2aba6b074
MD5 5e9ecab5182c5f43480ca0108f8cb035
BLAKE2b-256 2db6ce6b78da5fc6380641164e40025b7c24ea4e1c22bcc38a3ebb40a5492651

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0461f9e1d48d4fad832d2566c1bf15e4c1840f38499ba27b90f42b35e7092a16
MD5 23cf01a2b1049cd5cd7c7e7d47f89943
BLAKE2b-256 785b0d131ee0ccd9d59b23aa1be6e5c5c99436f528b4835e0ab9b3fc1c9c267a

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: unrar2_cffi-0.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 425.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for unrar2_cffi-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6844b6d8bb0df808aecf0ff1d0dd4bb97c464a9ce5cd3f811e93e6b206e52272
MD5 4c7609378ae79bf2cbf916508571fea3
BLAKE2b-256 1de72cf3a0fe7a5f72f15aa2e8906947ba71d332fab9a4d3539a9b659b760740

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp310-cp310-win_amd64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c72034fc8cb756247d7654e77903a2e78730602cf5ee29132d240df00e263fe
MD5 e418e9cd24814cccadcbfa92b2e729a5
BLAKE2b-256 4123dd94faa2f7de741e3ab5ff642c7f1e1dd81d4a507458ca4ef523355b53d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b3c6f12c243480685f836bcca5da35ae77215511ad453583517682a33e8263a
MD5 a44c999f631021a7ea86e060178471de
BLAKE2b-256 7241fde5c3aa6d6ee43c214abc929d3351564d3c6e069f38e572c1a7cc09483b

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 902e19fb348123bcdac8c288b5327c2e96c69c01ba0b253fcc01dc0e9e53a608
MD5 65d2f4037cce203745745a0e5dc941b2
BLAKE2b-256 562fb13809cda8998cf68485cfb4f6095a936c643411d9e25a9a98ee33b2dad1

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file unrar2_cffi-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 985eef5947bb4b6d2e6cc9ed2aa0fabccdb6ee70e2969ce1d4f0f02d4dbb5813
MD5 db70bbd77651a1332969c4aa389a763d
BLAKE2b-256 a38a41b043c6127b9135401476605c825dd78a731db60456d2ea45a87917561e

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build.yml on noaione/unrar2-cffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page