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.11.0.tar.gz (138.4 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.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

impit-0.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

impit-0.11.0-cp314-cp314t-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

impit-0.11.0-cp314-cp314t-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

impit-0.11.0-cp314-cp314t-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

impit-0.11.0-cp314-cp314-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.14Windows x86-64

impit-0.11.0-cp314-cp314-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

impit-0.11.0-cp314-cp314-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

impit-0.11.0-cp314-cp314-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.11.0-cp314-cp314-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

impit-0.11.0-cp314-cp314-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

impit-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

impit-0.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

impit-0.11.0-cp313-cp313t-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

impit-0.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

impit-0.11.0-cp313-cp313t-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

impit-0.11.0-cp313-cp313t-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

impit-0.11.0-cp313-cp313-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86-64

impit-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.11.0-cp313-cp313-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.11.0-cp313-cp313-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.11.0-cp313-cp313-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

impit-0.11.0-cp313-cp313-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

impit-0.11.0-cp312-cp312-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86-64

impit-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.11.0-cp312-cp312-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.11.0-cp312-cp312-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.11.0-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

impit-0.11.0-cp312-cp312-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

impit-0.11.0-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86-64

impit-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.11.0-cp311-cp311-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.11.0-cp311-cp311-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.11.0-cp311-cp311-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

impit-0.11.0-cp311-cp311-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

impit-0.11.0-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86-64

impit-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.11.0-cp310-cp310-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.11.0-cp310-cp310-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.11.0-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.11.0-cp310-cp310-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for impit-0.11.0.tar.gz
Algorithm Hash digest
SHA256 fa55517116c774ca7f402d0d76584278a547c23c9cfedf22973b0ac88d155a5f
MD5 b25adea0827dc73d90fe56461d1def25
BLAKE2b-256 d608319444d1936dd31dd77f0132c09c8ad7759767f04b53a49eed53506e90c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 568b6037c9bde1f0eb3c2bfec80402b3f52f171b69566b4bf2e81c1a8c694c74
MD5 9565776515a76acd8fc7ed1189f1efd2
BLAKE2b-256 22633c916f49ad1b6524b71ae162a76b8e3f21a1e61b2a7f036d1f560ca255cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44437e828f1231fcc880b62ed98afeb16b0b033af003e260edd6e13b362b9eac
MD5 5cb78408cdcb06a1f7b3b90078582942
BLAKE2b-256 4bf252f76e3f1920c8ebd47ae8df90083066e5c6d6c2306596969936284281e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a7c29bfc3c7196e67e004302680d0e52ae3382c0cb784f112c4fcfd379a10b4
MD5 0eb7b55be1e09be099005fadf05c4653
BLAKE2b-256 b06afbf88a6fe3d36bc8b883556699d6ec4a84ef95c46db465301b104bf18682

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dc7084882e57412cdb381718828e0d0cb69bc6a8cf3a2cc19dd5c60f840fbb3
MD5 01868220bb1c35b0ccedcabd43faa77c
BLAKE2b-256 c03f4f886c798a4c2cb26a9adf0aa48c64232d791e6405a03126f683751b35b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7cb9fdd197c28128cfbba78fa1483e08ff1bf67cbc9997710ec4101aa9d4ae3
MD5 f6874fe809ed5cce552ef587367609c7
BLAKE2b-256 74829a292ca7487ad8f218a784ee8594fb589aa96429d4ecb166c63962860269

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7499cf0a34e2eff069013b2dd489e9a929b323c6c1c2adf2391de9438fadb557
MD5 6f5eb9892007a37241197530b9f0fb1b
BLAKE2b-256 ee999253d5b5ce4abff0f19fe21998b8776f978401674f53268d5c3cfd287170

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: impit-0.11.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3fd3702edda92a15a7f09a71abce81c1b65fdfdbe964397e127700e228fbacac
MD5 479e6e5184d103deff0fe55db4b152fb
BLAKE2b-256 0bb743006f0aa0c9cac26d55529180e4cda4594d8293fb2ba6b2c4f6e5063414

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 feb92660a43cba72fa3314bb5be33098d0c0b8ab89f8f8e9a6980c355d507bfb
MD5 6f6ca3f86da4c7f397a0ffe8feafc0b2
BLAKE2b-256 e19ad79e2ceb2d6c2801219a40f710de4e9a4892cefadc5c75a7ab80c7d52c42

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f9072ba529a0c1600335e11d058475665d63b7517e161fa702d450c3f0f0b8c
MD5 b332d2fe98c6ae3daf6cdd621fe6c561
BLAKE2b-256 aa74414ecdc22c109970e11dba579e202d3d79b9b2d9f4dc756cc2e91186996c

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2aefa00148e1b55b448d1e2b408e45c8f7728efdad06440b6d558dd75f25328
MD5 1a57e3464632f496d33b35c0f58aab0e
BLAKE2b-256 e250e24e6640a4c96c315ae5ff0899e5e941e8d64060df607377cb125b30350d

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a546eb74b4d3b26635046e385cf4a7d0573865d18a303fc8d7387fbba656d93f
MD5 622c6e6cb12fd6d15836980eed72009f
BLAKE2b-256 168758e7d0b5107d8d45c65e0d965046b0339c5d19bdf8bb3a75eeb68fa3a302

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44376cec9c5ca0140dca1b2d7974fe3571b6e996a3c3cc5b934f690cb8c99ec6
MD5 b943349add82943b67166af7de3ffebc
BLAKE2b-256 b566f3c6620909216a5323a772d7bb0610bbd99229bf5fe54d1468c9e9639b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f1069b0923cf0ea09c6ea0600866a2a290422f25b35a33ec1587bf549fa04a09
MD5 e82b668bb4ec6db115fd5b2fd97ee507
BLAKE2b-256 5bf7e16ef650d79b90eaf60cc09ca94eb2ba8ecc7b79912f09a78c3da817a07b

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2c115f1f7dc56df3ead8f6ad7e35d8e72d617401ef7c4beee7d98669b917999
MD5 0fa48ccf2428f754fd29346946cfeadc
BLAKE2b-256 2b4a651dbc941fab18af1a181eaa08733164bfaa3aeb90d81e9e2a78ba8ee34f

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f332eff30b395ad124c67e03a62d2372381e3b868f8896183637653a67ffa2ec
MD5 39d068c98f68278e5e1229f972efcc15
BLAKE2b-256 042dd5dfbd839d7f9bcbdcb8adfe132d79c512322290fcacdc69fb18cf206637

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6e4ccf2406318b5bfc7bae68ed782f0db37400e3e38abc0ee0554311a81ffb7
MD5 43c4a65f4bf2d152d97bc3e58d64fb6e
BLAKE2b-256 d5ccee9ecbc91d48913313ffac6e701a8c0f2231b46abfa23f8c28ad7023e760

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c92fa5dce2af736c998615f00a867ef0b7d4f5064a31f6def82d137f81d1ad1
MD5 6b127ead913d4199521009acb2f22346
BLAKE2b-256 275b903cc92d9b930ce2edbd58f650804f81ad9c86311ae85398baeb99b8391e

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b131a50299197cbb8c04cdf9ed7fd062481f92dea87b1a1de5cfee8845ffcad4
MD5 b0300f66c0bea479138d212de35fee3c
BLAKE2b-256 d7d9634ae090d551aac2066ea94f2d4baa78350e998583ba17564944faa0ed7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 02da101435d1f8911d5b0fff3bf4cd0b143805c51bb8347c1d0bed5ab5faf11b
MD5 fb61b33ffad19857d832a9be72c3e09f
BLAKE2b-256 c69134c855ea87d8b8e16783cc9d7734196ee0aebd4116d776fdfa7b1b4a9797

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: impit-0.11.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 24ee5528c58c719d1a33d7253f290afd24109b500fea9ff7ba00c18295e78d4f
MD5 2fa5b90eeb1cea28d30590a2462c044b
BLAKE2b-256 15174d732af37e7791078be10d242d12ef8b65fb5a94ae58dcd45a3190c928a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0a7bafedb603230fbda1b0ece0865e4d66076c4673176579ef9e4714e73d6b1
MD5 da28ab74492cd6366c643998b6eb6822
BLAKE2b-256 26a5dd68c8d8549a554b63e6616ec6a903480f5d4e70f95327c58f9230b45eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1259d1b926fee4ffe34cdcc8f35e2c226280281fd92d2c67a539849140ce9735
MD5 8a31b3927f42a306f9911e6ea8b4ecd5
BLAKE2b-256 ab1162c7136ad2b7bc892e2d7ec2862136a31c2ca0feb5eaad11ff23eab315fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40570e79f33d95f484461a51976c1f5e53e45ed6b7cb7b72110fb70d1988bc48
MD5 95ab3c7028230fa39c97491b9df32fe7
BLAKE2b-256 fd3e66d6d3f8571e14fd6740ac4ec677acdfbdc44055eaec5a9126936f0843f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8514b211c3179e7b8957017864e297520b9908c269e2172bbb4cbb309198316
MD5 c9b1734d04f4e68bb38682b5d4252a92
BLAKE2b-256 6b547cb13e80d44b9e8cb9b1ec29658ae2ba660a8700ce942e577d08a5f2cdef

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7e29d51b8cf3acaa340d9994cd5a8a3b88e6e0f1341a3bbaefd1e3e9e742d0a
MD5 0b1acbf809d16345a4c7985cc5255610
BLAKE2b-256 c63381de41a724e67e86ea5c5b4c7a379a7ef5d2af5e77f83d09a4319cee4039

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53ab6096105fba0ef4de9ab76c26028984e251f401a880c479fe29c899f75166
MD5 642b540051fcaf4291054ff19b096cd0
BLAKE2b-256 4a7a594cecd61823223778fb03dbc4ff0cd41ddeca735ef7461916dd7cc291b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: impit-0.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3b8508ffebcc656631eaacb65826d06c14839563fc4788bf7d8c93dd19f1472f
MD5 08932e78eb438ef4aee7ac5bb53f9064
BLAKE2b-256 4ac6cfc2637ceed3b3bfdf7635160e456b23cf01f462aea9361341a247abbe33

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a047f383a5f14a07066368202fe659b2fb1fff0d651fda2b3fb210361b2a3550
MD5 58fa173f063d82e7b2b5024453d62441
BLAKE2b-256 12c9b83497ab5a591a461018e074258bf0cd7325aef09afdf576993d58e4cfd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bea5ad2b9bdb01b9ed396c51ecaf1b53b78cf82ca67b97eb668b71de5d01a1fa
MD5 5efbd9751a1e69a396231c52bfd858e3
BLAKE2b-256 6575f1835f9ff9a82409bc5b19ee399244079051a2b00fab6dc138ee6f9829f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a155b58bb339590e451df2f5d12bd7f04ed175620b070d6bef106387c3b0f1f0
MD5 5798c6d238900c0fb03d3153bc0d4d87
BLAKE2b-256 6455211fb2f91a8b56333acb49bca0281604999e1204e65b911d923f08e2dbee

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 451f78c532f9622403b3d3f15c99a649cf9a2a7a97071118c5daf74ec2996ef3
MD5 9f102fd04c3316e3cf2db1a1af248d23
BLAKE2b-256 aa46221fb9f1cf2dd0cc2268bc4a0af4306825febdce640b39497cd67ecccde9

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6cebdda176cb8d44ea2b588896779fd6b32e2599d3f78742d162612c46e5669
MD5 75d2afccaff1bd75f080b569f366dcea
BLAKE2b-256 b70c9ac93453a0ec968a3106232cdc0713e23579abbc45e60f228815de8b2947

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fd5faf67c6ea21fa0daf4e248d539681ecc0ae8536b462360744fbd962c16128
MD5 af0d2dc18901d66c5c088df66ff5fbed
BLAKE2b-256 55c46040e007723becef9fc02fe74051ab265e4b021fcb7c00e7fe1a286567af

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: impit-0.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 29bbd35f309e13d13beec40045da096fa11ef40ae65192d0fa045fff95346ea3
MD5 d8c0243a4f1f4bdcae795571a75c4829
BLAKE2b-256 17734c17ecefd0aae7fde75b52cbf028de6dc10bb7dfca60f278358540f9c5f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5eb8628bcf589462a926c00bfe68e9da49167cc0e8aba9ebbd3bd493a72e659
MD5 950494682300a7a300ec90998dcc5e70
BLAKE2b-256 34c569f5c1ae3c79b2763184eb2c405cd880c1ffd0e992b689cc50513824ddfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d73adc539584338670d08d9b8fd31c50bdd430d3c4af11a063794e039aeded07
MD5 b323d91a80e3de0d4e19c5274e35105c
BLAKE2b-256 7fe4bf9698d9097b21b149db37f569509da3573c8c7982f00517cd25d31bb783

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9dd7c0e0a9fe53c1fa22109eb2700aeab75a1ea2cc73811b29b14fd6bc0a4e9
MD5 93bb28ab23de2303cdb1275442274552
BLAKE2b-256 dacbbf847b9ad3941d3f29fdcc6b3851b96453722301cac3961a9598a7e7afef

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a153d1944b0071e7d55a978fc773bcae1aa2c9bf4073d756a1d546ed8ab0f72b
MD5 5b41ee11cc4e27d7b4a9440e9ad2cc0d
BLAKE2b-256 8a2d38e054268a93056e83020632adb2d3d94b0cb92dc41ebb47cb1704ef934c

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd5acb1bd15b5fe080c281bea638291bce6e9222eef94c88036a15d6a8a20680
MD5 f7d1f3b61f63337f53c562879e438013
BLAKE2b-256 f04ae2c69e10e13b30e2a59a9a7f60ce518bd38c27f763b92a95251f3c84d395

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1aaf865e22a987456e5d320633bcee14ac9561856ae7217ab2c669206eaf38d0
MD5 770d0cb6265c84cd58ca8d236191f2c8
BLAKE2b-256 f699efcab907c316fcdafc71b24f57e0cd7bafd2858c9bf34835034fd22c30c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: impit-0.11.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74abab53345971c5ac89be55ba414b6a03b1180fe88861d27732c77a50977ee1
MD5 0c3d4089cf9474bdfb35d244540d2e03
BLAKE2b-256 eac8a12169e25eb2a2be6651461bd42e7812e86f58dc7e6bcccd70e9bb0ea8e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6f1cb76d4ac5e195bd53a936c11f04c7e7fca9f063baaa2de211a23fa492183
MD5 44f45109a372a5bb8967a73da8e4c072
BLAKE2b-256 cdab4428501633fee06382424ebd8e56247d27100709e2368fe11a43811142cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d327144a39845bb04dccae9653d70ed88244095ba1bd96207d35504832762b8
MD5 17f4c0f8fb3b02bdc7870e3d3a693cfd
BLAKE2b-256 ad47f58f6dd2141297068713c61ef3614b2ca333e33380293bcda8d078cf330c

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a0c10309893da378862c975b6ab5c0adbddd2d636926671c0897b78094ee061
MD5 85554ae86505ee61c743d30bef268b6a
BLAKE2b-256 2423b669d6f7c0072302ef7a10b9ffef0ef29f4e6ed59334f4193529d95bc14f

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb95becd38046beb0171a23ccf46c0db637d7ef867dc3f83aa8d08018e3decc2
MD5 ff1c86506ab8a5288a3e6ff992583e5d
BLAKE2b-256 a9c110e02adf6a8efd818cd0f4b6e6446b3ef861d90ebad8d79b7593dfe45d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1affd50235760a207d51391155069d06c16c2d473ee66c9965ab38c2b2df137
MD5 033cab179554408b7a4372c261466e79
BLAKE2b-256 925dbd9e271cb8ad79c9c54e9b538f7e454bed9b32c7e7d7c2e5275d34b94bd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.11.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.11.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.11.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d3c38d0be023a8158458a34d3dddb5603090d4aae9ab5237070b4379d58e01b
MD5 767bb991351dcf1c6ad900e9a3351b15
BLAKE2b-256 bcbf81b5750fcb4f6d76dac57dab6d0f64e867419584f977be17e1f17a2ce2f6

See more details on using hashes here.

Provenance

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