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.9+

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.4.1.tar.gz (275.5 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.4.1-cp313-cp313-win_amd64.whl (219.0 kB view details)

Uploaded CPython 3.13Windows x86-64

unrar2_cffi-0.4.1-cp313-cp313-win32.whl (189.4 kB view details)

Uploaded CPython 3.13Windows x86

unrar2_cffi-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

unrar2_cffi-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

unrar2_cffi-0.4.1-cp313-cp313-macosx_11_0_arm64.whl (188.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

unrar2_cffi-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl (204.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

unrar2_cffi-0.4.1-cp312-cp312-win_amd64.whl (219.0 kB view details)

Uploaded CPython 3.12Windows x86-64

unrar2_cffi-0.4.1-cp312-cp312-win32.whl (189.4 kB view details)

Uploaded CPython 3.12Windows x86

unrar2_cffi-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

unrar2_cffi-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

unrar2_cffi-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (188.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

unrar2_cffi-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl (204.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

unrar2_cffi-0.4.1-cp311-cp311-win_amd64.whl (219.0 kB view details)

Uploaded CPython 3.11Windows x86-64

unrar2_cffi-0.4.1-cp311-cp311-win32.whl (189.4 kB view details)

Uploaded CPython 3.11Windows x86

unrar2_cffi-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

unrar2_cffi-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

unrar2_cffi-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (188.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

unrar2_cffi-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl (204.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

unrar2_cffi-0.4.1-cp310-cp310-win_amd64.whl (219.0 kB view details)

Uploaded CPython 3.10Windows x86-64

unrar2_cffi-0.4.1-cp310-cp310-win32.whl (189.4 kB view details)

Uploaded CPython 3.10Windows x86

unrar2_cffi-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

unrar2_cffi-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

unrar2_cffi-0.4.1-cp310-cp310-macosx_11_0_arm64.whl (188.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

unrar2_cffi-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl (204.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

unrar2_cffi-0.4.1-cp39-cp39-win_amd64.whl (219.0 kB view details)

Uploaded CPython 3.9Windows x86-64

unrar2_cffi-0.4.1-cp39-cp39-win32.whl (189.4 kB view details)

Uploaded CPython 3.9Windows x86

unrar2_cffi-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

unrar2_cffi-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

unrar2_cffi-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (188.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

unrar2_cffi-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl (204.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for unrar2_cffi-0.4.1.tar.gz
Algorithm Hash digest
SHA256 3fe3174a6a0c888924e3630462826af4e91dd494d5c043cb0a31865eb9e9c833
MD5 01947b359da17ba7c9d33d45b7e755b1
BLAKE2b-256 36f1dcd1d9a2a1a8b0952bab8c49af6d827dd65d486f9f5006073666cce928b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1.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.4.1-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for unrar2_cffi-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b4d1b357f0238c24ffb4271197962d033e9b5a98e7a66ce1858e7f95b511cad7
MD5 9fb7da99b2f7e866c1a3a071332d7a42
BLAKE2b-256 c44cec67323cb8095cb5fbe7ba2748950ee37fd5ac4400d30c8935e5ca526c7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: unrar2_cffi-0.4.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 189.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for unrar2_cffi-0.4.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 17ae2cb75218a2df671d6b5c369f417927697da198c33cc9aa5c838f2e2626fc
MD5 29af94025d4e2c1effd53e6b2531ae36
BLAKE2b-256 d21ee5a405e377f5ed8a8ae0f97f359d95a2f2a7581da8d52bddcb5e916a4605

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp313-cp313-win32.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.4.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c7a6c06f34fc8d8f0a2af7689100dcc04e14042aaa6fb9c3125c3a617408800
MD5 3fa54b7187a2e6ecef9384624586185d
BLAKE2b-256 5b362da9db3101e05635e3ff0aee6b1a8eafae0e55c4d5c38018370396b4bd88

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19ed018a498ae03fab2912703daf02cff69410576be7ba26748451590a61ddfe
MD5 de602d5406df827be8125b323b61757a
BLAKE2b-256 cdfbdd7b8b10e1dcedcc4e530d26d3cbfc8c7c06c0bfb01581f12597bdae5422

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_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.4.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d0f39480557f5e14e8dc8bb15ca10d9a573d8b3d985419906681cf6bdf3b4ba
MD5 89ea24c8438109f17f381a8fe7427e26
BLAKE2b-256 e05ee7a672c0c062685fc90c3ebeee55e1f0bec63c1482cc129dde2a638a66ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6e49330aaa9979c1c86f5e90d83c02a896887359bcd02ee3c0e8c0565ee196e8
MD5 6d95e216264d61a2ac0a6138f9bf6240
BLAKE2b-256 572c7651cb43c25aa992b4e4d35b834addc6dc66e945bfe0c4b0939544111676

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for unrar2_cffi-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 873c2c1b192ad89a473a87e7908efc4aec58ccb88bb90170dafc5832365ebe51
MD5 cbff4856a5795b9954af333e2579a44d
BLAKE2b-256 dc245dbe64b1da86dffedf7116d24f5b1708fd2f078ace130496ec4a3b52991d

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: unrar2_cffi-0.4.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 189.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for unrar2_cffi-0.4.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 aecc3d7b147582a19f0005f8dfb5ba534bdce539b2f71b59d8b831e526329c94
MD5 f498c0d6187c113c94e8c5b322c637a2
BLAKE2b-256 f973bc5ca1974aee9147b0276820003f2126a86bdd6aeaad4530d99878504098

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp312-cp312-win32.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.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f349700c9ffd92943c0b0d2e2524cc648d57fcb68d723b2538e5a9d3fef30c1
MD5 d048877e3a962d460d1ddc10ffe7418f
BLAKE2b-256 bbe28c42ce344ff9e3063603afeb9e31dc129e6f5d3adc8fb2cdafaf9a77b87d

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e9e9a6224a0f7058a8f7e6f7e70d10d5fb0980b420eb09e7e4e6a9137b1f7e5
MD5 d828e33e92b9b75f2d1a9de9c2e30791
BLAKE2b-256 3025d3d331d3884b8d0c7be204a11af97c15e81105d92785a70fb79a1d135fea

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_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.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4e60f042e360ddc0fb42b0cce0b0677432e1680198499c40167651df0c15d67
MD5 42e410514f4e28732116cff24b01129e
BLAKE2b-256 cb7e09108440fa5fdd5b2382b2f1e8fedca1ddf24577cd149d4102bf89444f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c28ad76bfcc7251bb60c41521cbeda31c53d7655dec079073cc9128b4aefaf85
MD5 49158d0e7e5a25a3a5e115765aa6cbb8
BLAKE2b-256 b662870e6749f2b9a29263a49c3274bae4102f688e449cf1e1088cbe07ae0ddb

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for unrar2_cffi-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5945afa6a7640ad4dca76af73d95bbe9cea84f65654991fd6f10ec726d3f9dff
MD5 b5c4cc680766507ea65effbf1ad97fb0
BLAKE2b-256 8b95152bb75cbc291d68443dfc437a044370e35d738f4d37209b4d1b5380570b

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: unrar2_cffi-0.4.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 189.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for unrar2_cffi-0.4.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 890debeb891d40dfdcb4c27c0adad27edd0d0784db41d0f67cac0018b35197c2
MD5 9d52cc5df76f2bd859a941dffe179697
BLAKE2b-256 c8b55a73f0cc83f7368aba9807bdc51af41eb600942989aac35519039a19c28e

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp311-cp311-win32.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.4.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de101513f92a1a2409201c4f7b5f65b454ecffcf702d064de6e6b4da4b926812
MD5 d5dd63a6d938cfeb5a0886ee4c9ce384
BLAKE2b-256 c1298eac6276933f655b53fc1ce84bf826e3ac6a20ed901651dabfa877783975

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b8ab1fe65178d29d8cbc5f2917db6a180d30c127a37aba21af3e66f6039c922
MD5 cbe18e5a8f2b34a9549d46ca67b2df47
BLAKE2b-256 d1c803898059933f0c28496a702c41add5b71f06126d84b7e7271fabd76dd089

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_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.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a58e00943fee4fb1f565c8180b419fe720a0946e518f73e3c9f6e2c44900860b
MD5 670a11b4fb185186a5184df9e115f15d
BLAKE2b-256 9dc25f6e0fdb9f28771c48b0f6473349c307dd08fc8f9116d010bf9602960d3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 20bc8f76ac6efb4142bd4b48528ba48cb9af553d3789d3ac96f1f56fd11b9d9e
MD5 d018bb60979040e98aa67b59897c5bfc
BLAKE2b-256 240c978cae7f16ce0eaed8b6e3ca79869c0c654071c4a14fe96b2a3be501acd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for unrar2_cffi-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1b47c41ec17797e3719055e1fdc37307a7617ec90cc9ca3dd71f98a7ff8ca3fe
MD5 b3553094a2f7384f0d56fbfb8645d401
BLAKE2b-256 77e8380e0478067e9590a35f8368446f39eab1d3b32c61758e8f617fe113cd42

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: unrar2_cffi-0.4.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 189.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for unrar2_cffi-0.4.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 31ea5339fa2aaeef13b65e618eef3f779ea99452d520e39a4a1fd25451ecf629
MD5 465c2d3dd9246c437b4d32c7b2fa1c35
BLAKE2b-256 29c4ccd6b54828df549062d3a4222114544b879245386c14478dac44bdcdc72f

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp310-cp310-win32.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.4.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ee13191cc24fbfa62c499870b1b0e22f0d3b7f78efd2600a0ca9194ed98c355
MD5 2c134ec496ba12ea1d779df6facd470e
BLAKE2b-256 a3bee7ffe71068f27072a07b483abd5b5330907b318e48090bb60db332cec56c

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 551cd1cd0c004e0ffde69529c72bcf63b92dd3b1c4708e9d51793cc9a9e8e39a
MD5 01db58bde3be3fea4c7af86abdec994b
BLAKE2b-256 ebaf6d7cafa74da9a09b46b7cfe8c4d81150fbce56c1256ef0a8e5a74f266cac

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_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.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cb7abd682240453a0806bb9bfe65bd6f88c36b266966d2a664bda78f35e7262
MD5 26bb4c2aa9c549a6e3cebf49928cb2db
BLAKE2b-256 e4f4c05447c0e8dce3aac0bfc9205628cb6247c1efec93c508ad70cc91dfa8a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.4.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa515c8fe83d2958d19cdc5feb46b72e85bbd23c46a59f117de512a83c4de5c4
MD5 6caed5ecfd191877fe92a7d8ee123dd7
BLAKE2b-256 4911184659e53e2ec7cef963f901c4478313f3d9316f218bb0ff541e5abfea07

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-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.

File details

Details for the file unrar2_cffi-0.4.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: unrar2_cffi-0.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 219.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for unrar2_cffi-0.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fdf30c7f173b1902ef3e86d62646d100be16d4e7def15e6f0b4ba822ec0be46d
MD5 db5e72ead6c7f5122e37b427ae7de7b9
BLAKE2b-256 d7aca76a9f0bf390bcb4ca8e02ebdc30ae9e339e7d8e916a781254f18899b4b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp39-cp39-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.4.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: unrar2_cffi-0.4.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 189.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for unrar2_cffi-0.4.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c4acf2f49910192beaed4c22e043b478ca98363dc2c24bdf2b99c627f1b0d34f
MD5 949f621c7793b715fbb3ae389e70d030
BLAKE2b-256 25b67e0a6efd7166388c1ae41f49eb3b6dd6af8ff2899e9eae8524a2dd18c822

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp39-cp39-win32.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.4.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 888557c6419718d7e0b3bf7b500f56bd752449c9a55a5ea8789da368c563decf
MD5 16b8f3092a98991367de2de9a83e4361
BLAKE2b-256 c4d68c2e295669791ae41c5cb43c20c3147240344c6ba05fc95d1d59978914ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp39-cp39-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.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0502ae9e47feaeb6d07b18af62ef702a94d4e8ceb55e08a283f47309eba4a7b0
MD5 377aaead9d9ae6f340bb726c8dcfe04e
BLAKE2b-256 cb2d785945a13314b740c44fe5d9702664bcdbec27f22721d97f72e7722ca0a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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.4.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94e7515a069d3f90d2bc4e3d767ad3abf43d0f9c8fd8d3ec461f599bb79d25da
MD5 febf55e0245a7e8d53501e864503cdc4
BLAKE2b-256 86cfd7622cb0ead87b7055f76662193a3e9f4061ab1bb6cf0e1afd47bfabd1f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp39-cp39-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.4.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unrar2_cffi-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3aecb806be067eb659e0ec5b0799427edef39309f60eb27f847c396cd19befa
MD5 cbbf53ad3c6d4982bde282f25fd33682
BLAKE2b-256 da297db677f1f4a5d17d39a53ef94e5f31f3d1c7c986758e469da32fcd8fabf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for unrar2_cffi-0.4.1-cp39-cp39-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