Skip to main content

A library for making HTTP requests through browser impersonation

Project description

impit for Python

This documents the impit Python package, which provides bindings for the impit library.

See documentation for the JavaScript/TypeScript version of impit here.

impit is a Python package that provides bindings for the impit library.

It allows you to switch the TLS fingerprints and the HTTP headers of your requests, while still using the same API as httpx or requests.

Installation

pip install impit

Compatibility

Operating System Architecture libc implementation Prebuilt wheels available on PyPI
Linux x86_64 glibc
Linux x86_64 musl
macOS x86_64 N/A
Windows x86_64 N/A
macOS arm64 N/A
Windows arm64 N/A
Linux arm64 musl
Linux arm64 glibc ❌*

*The prebuilt binaries for Linux on arm64 with glibc are WIP and not available as prebuilt wheels on PyPI yet. You can build the package from sources in this repository.

Usage

import asyncio
from impit import AsyncClient

async def main():
    impit = AsyncClient(http3=True, browser='firefox')

    response = await impit.get(
        "https://example.com",
    );

    print(response.status_code)
    print(response.text)
    print(response.http_version)

asyncio.run(main())

Impit implements the HTTPX client interface, so you can use it as a drop-in replacement for httpx.AsyncClient. Note that the implementation is partial and some features may not be supported yet.

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

impit-0.8.0.tar.gz (122.3 kB view details)

Uploaded Source

Built Distributions

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

impit-0.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

impit-0.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

impit-0.8.0-cp314-cp314t-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

impit-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

impit-0.8.0-cp314-cp314t-macosx_10_12_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

impit-0.8.0-cp314-cp314-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.14Windows x86-64

impit-0.8.0-cp314-cp314-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

impit-0.8.0-cp314-cp314-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

impit-0.8.0-cp314-cp314-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.8.0-cp314-cp314-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

impit-0.8.0-cp314-cp314-macosx_10_12_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

impit-0.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

impit-0.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

impit-0.8.0-cp313-cp313t-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

impit-0.8.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

impit-0.8.0-cp313-cp313t-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

impit-0.8.0-cp313-cp313t-macosx_10_12_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

impit-0.8.0-cp313-cp313-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.13Windows x86-64

impit-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.8.0-cp313-cp313-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.8.0-cp313-cp313-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

impit-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

impit-0.8.0-cp312-cp312-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.12Windows x86-64

impit-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.8.0-cp312-cp312-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

impit-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

impit-0.8.0-cp311-cp311-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11Windows x86-64

impit-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.8.0-cp311-cp311-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

impit-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

impit-0.8.0-cp310-cp310-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.10Windows x86-64

impit-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.8.0-cp310-cp310-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file impit-0.8.0.tar.gz.

File metadata

  • Download URL: impit-0.8.0.tar.gz
  • Upload date:
  • Size: 122.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.8.0.tar.gz
Algorithm Hash digest
SHA256 a6786af6fb3a32a4e87fe35ab96cec9388818c92608b9e79fa4ce77fcd67edfb
MD5 0af350cd5372798430055cb705a667e8
BLAKE2b-256 c90e86ba7c4d4093cf332d69b09053bf9211c58a6d8ac198c2370c502b1abbd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0.tar.gz:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36a877a7194ae0ffb732a007a0b0d7b67b9610ad68379841a8ecaa258aae9c64
MD5 edd6be94c02a16da5144b3edde059d9b
BLAKE2b-256 9f5d42308ffb62657228a819e3683d59a0c831f07ae278ed8854382ceabbfb97

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3d867ead3941e3324f9785138b9c07d3c1a658e04eed1b63988139eca7ff114
MD5 ee2410722df378a49695e22ac23a83e4
BLAKE2b-256 5f073818938e3a95116783cf4df57c0708d76156fa11c5ab72b8ce544993085e

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bac034b7902970e2ed0088666cd5aa54a88a201d2dc5f9aea7493d4b96df21fb
MD5 e69881f56b6b0d8059281f8c1c03ae3a
BLAKE2b-256 35bbe51e7eb86f54ea6493f904fc7b83410ac8f795196942f37860702f30dc45

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 172f32a9905fd9f0a9ddb0f49e94c71189510b448601d54497c9aab25f542f54
MD5 a35719afb9cf8e73f1bc8f75464c4aa2
BLAKE2b-256 eff632cf64ff6ca8f3ef528dec737f3f55721e5ad3e5962d9c4812eae711b6db

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82f0273fad1baa22d8c8727cb8182048367a14c64eeb4199a0cd35e2fd5e6969
MD5 3d1aa562ec87625715d9a5346893d442
BLAKE2b-256 a63fb8f99992089d5095e89d5f6be68de7cf13566628653b09c3e2772eb24a89

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e4a87e3905c5d2311f1841ab85c614fb14b505f4114304368c7336848d31fa60
MD5 e0422e6aacbb3dd0c5d5801000634ca8
BLAKE2b-256 fa3dbcea59ba21a8b6aaafe154fa7781946701fbbb1d5f92146c0bc48aad1001

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: impit-0.8.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2f9d2350dd7451e408e767c8bce2f88f74a62d01a3ce73e694272a3f9f2d325c
MD5 98a67faa10c9f94d3bcb07dba7e80049
BLAKE2b-256 29f7f53ad29b3898fedf2a9f47634a1acd49264da6252c89816cd0cce35055c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314-win_amd64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e5c783b70f4eb65c681e5e22f4d276b7d284a9b3e65fbe3452f44159137540b
MD5 cc10e16c6cf23432cb81c8d0e191744a
BLAKE2b-256 4be01d88a213f64d1d27c847c40bcf5c7be26b4d5ae8e0d1455a8e5c1607e5fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 496eddb6f760c63a7d10828f53fdd2fd49a399b06663f6d9bd91899a3b78a286
MD5 47437a45f4678d6cf321da3b435c6394
BLAKE2b-256 38dc50c3b482e0860e037bba284560488dea411fe3b745599c8ac8b2fdab020b

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a92eb0cc1e9191b38cadcd894b8fa241a6ecb0f72547c65ac5e2a1e01bc164e
MD5 f8db6c7edea13de131648c523ecc4028
BLAKE2b-256 7a36cd80a8f14f11c522b8a651473005f24512f365bed9eebc88e2ce34de8853

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eeece454cf70e13c8a4cb50b93e5aa8c821dabbf1582f72025f699d2ab4df51f
MD5 dbebd99000ec9f68e957f0052801e40e
BLAKE2b-256 04366fae62752619efe0f66d88bcc98665d947f9f7a26de9a7ca5c0857d072d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d22b8cd3ebce486d00073ea33d8f46f3a030d2cac7d58265193f3f960ae82d97
MD5 7b4a2665734c1f8cd18a447c2e0ed72e
BLAKE2b-256 879c0564a5b27622539764cdef7be2880152812ecffce142fb51613474db6950

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 45e0bf3d3b40a91945cb36ee3cb12af61d7cb0866680c2c9d1e5164628f1b935
MD5 c6e63b3ef603ef044f7223a5bc32ff63
BLAKE2b-256 0a433845fabae51f7257a166b07ed62b71b4193208bdbbad287e832cbe9afd11

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fe38938d27bca09692a67ddc74b82b2746bb7ac5517daf94885eec77dbebd4b
MD5 981641afe022678ea7c19c0b0b7ade88
BLAKE2b-256 bee6c942d1a101f27094649d39533ac7ba24e3341d3b5ff9b4132d73aa55fc37

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e347da23762b8004ef37abd6d9bc38f84704605eb6991803dd4b7f664adce683
MD5 c9489102c0e18108eae618905a74b762
BLAKE2b-256 c0e0513bc7a7396507b98057e605a96dc854ca85eca109595dcf95d47c571510

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b49931d3796ddc212d079e5759063e1cfa9199150f36bd582753ac7840e55328
MD5 a156f9bc5fdb1e152952a15f1c128348
BLAKE2b-256 749ae8da4929061c88054bdbb6ac9eb5e529159be79cecfc827e4d5eeaa776c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af53a51000c8421cec6840b63bd3f39096d27d35f1d1bfa34f5a58a357c0e188
MD5 b233644a61b6fbecf97e5f7474accb85
BLAKE2b-256 de2b266a8fc7baf8c1e5e76869694cef28a4aa8656601f4b0dd577da060b51fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d39b26233bffe8c8d6655a9a4fc71f56456b02951322c15c6e3911517ea8f1dd
MD5 b6b9ceb1c3f64e9b4ce140d8e4c8ac7e
BLAKE2b-256 1766a797050d9aa08239cf95f7fa2822350f81a5e5c734b670b9b1a15b1ee685

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a357ee9a5a2ff00a70e70d7af625bfae8e37b82ba6042428a57267aa39c8b24b
MD5 9d8d38cf5e8d7ea8f932ad4ca609cbdc
BLAKE2b-256 20b306ee60bae27d539346ce85b497662a0649266e3dca3fa13e1039c80f66ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313t-macosx_10_12_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: impit-0.8.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 736cef35c308db97dd5bf89b2fde64c0466895c24f26e0be90df525fec41b119
MD5 213e8866025ba68531bf1ef3a10f6198
BLAKE2b-256 8e471cc5698ae1620049938ee99422b16a49695ca14de51e5389bfc6379ccaba

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313-win_amd64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38e7796dbdf51cda16bc7188cde15e0d3474670077ec95843a05d1dfeff78834
MD5 c3559f88dac0c25ac0dcb07a7d8b3005
BLAKE2b-256 25f130c2028f588e5abcbdf63eb7f06bcadc43b05df878ee209573512f70118a

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 acb0c93271976f36b26ad061a18262b82becb7f0be5a44a8284d6a5396da211b
MD5 a892f5fa960da85cbf1b91d63917a994
BLAKE2b-256 87ebbc0b8cd8a85dc540c98f503efbd24927784d3eb4147354e70b3eeba2de58

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d6ad5c220bbb7e9a56972e52a8398bc9dfa9535ed25724c4f0ca64a4483ebd9
MD5 f40aef9b9df040d252729bb481779e00
BLAKE2b-256 3f431ad3b4447b9395d5e11d30e641971c4db3a276d971df4c52edab212abcf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1dfcb47b7c30952d10a18b1b316371ff746c871092756c6b501e85b067565a2
MD5 7a5a73ecd4b67bf7b861afe27d6d9d65
BLAKE2b-256 11f7ad7a1abdf06d256d188fe4a8d0ac88cdfa0d43d89a6f55a67a2b1fcb5f3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5b7324fb7fd134a36fda126f9afe1a83f3cae6cd0b1e50015cb943c9a51a474
MD5 9b7e0c435a89f822c88355a6abeae99e
BLAKE2b-256 6baa3fac076b91238fb168664744427123d9fbb3751cc00fb41a372c2950c0d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e594d5f90bb7620b4b6efd0c1c0ff25d36af349f8867d8a6c538273eb715b805
MD5 87b4a6a4b4e9321c186553aafa126a15
BLAKE2b-256 df90988bc72e96aaa328ab618e981369028a4de81e8e6f0606269c4f7a33ca3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: impit-0.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4c3867abe5684cdffca5756cefb830724f127865dac532722892508fa64d8307
MD5 fd12a2239c667a97563b6c8cbf741a8c
BLAKE2b-256 716a7c8c08e1d32533073ba7c1353144cc14c06fcd30bced266616f74b465a8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp312-cp312-win_amd64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19a2e0ea596799782ca5cfa9682345c2d8b24c574738ef345d7b30d7b906ac9f
MD5 6c013d663188cce02ffb24088dcb9302
BLAKE2b-256 1552df39c64da572ecfad2dd72a96f6514d7b70a170f5731d0875c0203c2a6f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d7d5651aa6af05aedbabf987edfa4a98e0cbb8d0c1b4680e51c5e9e76f509e2
MD5 42231295b815aab66f9c6961a21162a9
BLAKE2b-256 bbd0f6f64aeea1f80044789c7dd8db95c318602c82346da126ce57587abe4a7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e177472fc2601e8ecfe73fd217f1b918a3694ddd3699a27b75a3ab4e382b3db3
MD5 32e2a05760b181b078f2f6b88849ece7
BLAKE2b-256 13d264b9323db3161fa6ffedd1c11113ccce27c06acae55f6c2f29fbcad3de43

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8885fb771542002fd85c51ef01a1aca3c7fc202fd34eaf94f85252500c369078
MD5 33e4f7d699eedf2ae0ed7432995dce8c
BLAKE2b-256 a96780f6d347d3659bf88bbb21ebd98fef56e93be23f10b80e5f18c5e612655a

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba0d1c74a120ac509f83fd50ec2534fd1a48f8bb03c4095b2e7dc0107a7eb05c
MD5 01aaee3749dd6e74cc726e0aebfb5a53
BLAKE2b-256 b5f4ec5321f8692c9df6ba45202412fd71800e9e8f564922faf1dfa2efc952b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 132babfcf0e2d9a17992a004a4b1ebb6516a73d1456384f9a6d79466c3e71c54
MD5 3e25fbad2468588faff1be8225cec3be
BLAKE2b-256 5797f3154c6c937ea723aa780616cf65c21e17335eb7bee8c85be3b97afbf50e

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: impit-0.8.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1f84997b6fcf3f7059b5bc0ead3f7a6ac88766cc0fac37f0ff0e64e1433cf7c3
MD5 0ff1837ced6cfbb8fe8cf3172eab305d
BLAKE2b-256 88dc84078931a7bb71d67f4f42a3b19c84922c096c39b87c621bfb9150b562a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp311-cp311-win_amd64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f49d59c7ce6e63dfdf98c1befc4a9ba5df3400b3fbefb5b99c0d8568a145481
MD5 a3d8d664f2cb330c1634ecb13c8f5564
BLAKE2b-256 243407b08ba65fec53a48a8c87529cbb96f2919b37eaa9315851ccd27ebff04b

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d363c6a9eb4bc576b53bc30dbf5f6a833b64c14bb8cded8c19cc3ae19ca035e
MD5 f2512b049210fbc6232dc848f12d9316
BLAKE2b-256 bd4f631a38b7053281ef5a2b24fd109be6f11545ae260872d8a0ce3173bbab7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eec209be31425571691a5bceba4ab42507313b51f23daae9f0813be15e8db991
MD5 61ba67a37c99178e47ff089c7eb860c5
BLAKE2b-256 dbd5e38abfa2e37725af43c43d87cdfd06f0bd2abada7b2424bdc562883b07e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9cc75c4c2adf1f0ee024005cbdd788ba33524734a8dfc4730e581eb63a0ce0e
MD5 d2e965c29934a095a6c197cf285b26e8
BLAKE2b-256 5131ebafaf1b0aca56c4875b5060f381d378bea67d4a8c3f6e4580595e85715b

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8e0d6ed98edc2b8f604997f8d252791786b7f5d54c77cc5959307583296818d
MD5 49ed157c7685058a424998044ea01c33
BLAKE2b-256 2a6cd726bf8529f131217e7375b128257046fcb09728163e13e7fda735177689

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 beea0560d34e4e72fcf9f23e2dcd9db74f07fbfe570312076d95d6f090c5f475
MD5 f636fce248167cb376e31638fea21cd6
BLAKE2b-256 7c56775f233e1056674704895eac455fa22ee11c3e00d4d345faa399116c2412

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: impit-0.8.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 87a28c15eb999cbf2db1ebb62c09897b53f01644e07de6d88a13450d1c801b36
MD5 79ca9645075aa491d2622040d98455e7
BLAKE2b-256 85714200544ae05af813481ac74374207d3ef64a513acf37c8839786c2ad4ffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp310-cp310-win_amd64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d5b6ea71938bc6304a2715940fdeddbbea0731574abebbda8445afdfd041f54
MD5 1a7d435ccaa8452823a6f2902153f4c6
BLAKE2b-256 cfc9e957542675e651f2f1c255c1acf85a69dc2bd4e0650792a63a3630db711d

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02bcae5d6f376935a580dd2a6209305f91aa37cd5c329a38d79aa473d2b4058b
MD5 6befbf38206d97a4ed1e153079bd2694
BLAKE2b-256 d661ddb4b8c516bc38266c4b61b62dde62e3c0205e0b665302a5460a2f287a90

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03e0b338911f12dc8c795b33f9b0f80ec3be01165ec3163ed46a3bab850b4155
MD5 4361206293c7879bf9683056f222f442
BLAKE2b-256 767cce4e46b46f4faecfd1c81ebf3e17f8692b31c4e8076751d62b688e352bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 802b5dd3cb488ebc158e9dd63515c9607dfd12719a125a5f0b7245b97a1375eb
MD5 9fbd2ada229eca4b430713f9809d8de1
BLAKE2b-256 9bd4bc66ef11208dc3c5edc667cd81e605acf9487f0e6d3cd537bef9ff23310d

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fe69a665893dbd14412732ab72461a8d13a5098fa507f08ddea5196f51c439d
MD5 b10a619828896af9f6ec6ab9ca65d1e4
BLAKE2b-256 b59d8c49ddcb5426e8bc7de69472372af358e60b066040b1ec13d9fb8c8bfd1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2924ecd6502528275ed61c8be32153abb2e1c84c2f95457e1ef1decf773fde51
MD5 4c6a4b9cf39333095822b82442394eed
BLAKE2b-256 e50396e747e7a1bfcb12f69d3052098a6bf2dfb17f7a96ce1a31208c8e277754

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: python-release.yaml on apify/impit

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