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.9.3.tar.gz (127.8 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.9.3-cp314-cp314t-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

impit-0.9.3-cp314-cp314t-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

impit-0.9.3-cp314-cp314t-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.9.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

impit-0.9.3-cp314-cp314t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

impit-0.9.3-cp314-cp314t-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

impit-0.9.3-cp314-cp314-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.14Windows x86-64

impit-0.9.3-cp314-cp314-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

impit-0.9.3-cp314-cp314-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

impit-0.9.3-cp314-cp314-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.9.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.9.3-cp314-cp314-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

impit-0.9.3-cp314-cp314-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

impit-0.9.3-cp313-cp313t-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

impit-0.9.3-cp313-cp313t-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

impit-0.9.3-cp313-cp313t-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

impit-0.9.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

impit-0.9.3-cp313-cp313t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

impit-0.9.3-cp313-cp313t-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

impit-0.9.3-cp313-cp313-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.13Windows x86-64

impit-0.9.3-cp313-cp313-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.9.3-cp313-cp313-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.9.3-cp313-cp313-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.9.3-cp313-cp313-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

impit-0.9.3-cp313-cp313-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

impit-0.9.3-cp312-cp312-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows x86-64

impit-0.9.3-cp312-cp312-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.9.3-cp312-cp312-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.9.3-cp312-cp312-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.9.3-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

impit-0.9.3-cp312-cp312-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

impit-0.9.3-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows x86-64

impit-0.9.3-cp311-cp311-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.9.3-cp311-cp311-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.9.3-cp311-cp311-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.9.3-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

impit-0.9.3-cp311-cp311-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

impit-0.9.3-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows x86-64

impit-0.9.3-cp310-cp310-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.9.3-cp310-cp310-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.9.3-cp310-cp310-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.9.3-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.9.3-cp310-cp310-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for impit-0.9.3.tar.gz
Algorithm Hash digest
SHA256 09ce214caf91b2bede23babc9101ab2277623ab1c9cabe4c117ce3eb012e8b38
MD5 98fb8dd5e0a2540c87d60a39d44e5b03
BLAKE2b-256 21903a532e477ad99f85d3a3eff909b83e6e74c895b4618771b6017a70955719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b5383d7d0c3ea3fedf53416646da1570e1c0377037a8b294ca23cea14fe1c86
MD5 35b0ab5a607b4740be080fabe68993c3
BLAKE2b-256 feffba31bb3e0fa715251f3c9f344644a77a0a2294b0a8d3409ff53920c59fba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08fcdcafad1667925383154d22e7633deab3008246b3c064f6d46a08b14aa5cf
MD5 47fb5176e7211940d7fb8a57831a6e4b
BLAKE2b-256 07a65a4496c12b60e503b09ec2f7560752f04c48ff35abdd3aabfd8413d6cb54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 875eb71999f913fdf8d0c51f2c93422784988f1d5763e9fbbf08a0252e4d210c
MD5 72d202e1f2dee4de4c06ac90a5800156
BLAKE2b-256 07e82cc33487229d660aebae8f253c28852efb787a20022e7d4d9e953a21ba5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac59ffa8977d9a49e2a30a8c8b35d1be57444edf6dc7374fea4559301b6b18a2
MD5 b85ed7a6076cc3e115d1e1207ea16bda
BLAKE2b-256 377f3b5a9ac527a89f01fa0fd4e2fa797e05c1940159cb2dba877a8245f5ff68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa2618defeebebc68efc56ff4f95ad3829f3d2babbbe0c50893b0b3018941e7f
MD5 100b5501eff753eb479b15c8c1b27d7d
BLAKE2b-256 cf504ccccc8da63a2294c3e6ec6c244e05897225fc11353c8d1163fbe9919b9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 db90cb820688d83b5e6792dcf4dc65edb4c73c42a7bd42bce947c0390945e17b
MD5 5f445c1250453c20e876305713830c84
BLAKE2b-256 7a3f4d6f39232f162610c19ef5db48358c1bfe3e92ecbc284f7b0253638783b4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.9.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d1b629600b1085f7c90ff84cb11cef039cef7add738b9d6de6dd6323f8fe7b40
MD5 b72b9f6e6d1dc96597cfa53da886e4ce
BLAKE2b-256 54e4f8a0c6dd68032427e571d2bf4159da6fa1533a22f188e5791d175666bb60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 441268dabb59db87b51336e50bbdc5de57fecfb01dd7846d0db80860ffe5032b
MD5 cc0b0dbae996f4803b4f8312ed2d631b
BLAKE2b-256 d09cff0c8cdff1547a32314d78cf1d914fd96d90ef1e6dc3071c5cbb48e88482

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f41cf5fb45bcda5ebeedc9a6b932dac392bfd5fb62663f865b479332d1b3372
MD5 772752e32d7f515ee0b8469200ab7517
BLAKE2b-256 80f07c33e3b07ca3299e862465e86cdef044bdee67abc896d71b8bc6a6c906bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cd6135b92990b9a84b85552ee5337ea1269a24f1fb565bf42e9f5d4b468970c
MD5 a2bfa5bc5d39f810954482d7cfbf285d
BLAKE2b-256 e6f4c1951f15f0ea49d2b4eb2886582f81cec1c7b123a6b224446813811e06b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92f264c035cbbda56e3378aa54c5ac9d68acd011d95d6737edcbe441c2c101ac
MD5 2e1803b84c71d9d0346c308ac50367d7
BLAKE2b-256 8aed4490a880eb88f305b09c4b86fa2ac16f4c7473b1640e560b173f82281834

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3df7894d4fc8ebf239fc891a71226b45c6df3b602c51aa58dbfb95ddfe6ff739
MD5 a916b6015ebd4837c1561e93b7378b56
BLAKE2b-256 b241d32f732b32f130a47d31afb0acc03bb1f23987a6527e88b1755fa537d235

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 81f3df8312fe9e70149355cee5cee77003e3c8e57db839fe250b497e0f4fff9b
MD5 a1fbe34f37addbdc535114475baeeaf5
BLAKE2b-256 58408d1984107316370454714906073422edfd4008ac0f1d879bf2c4db30d7ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff1c93640c2e64b07efc1450ce168b1aade889a898814d70166e271b0c649ba5
MD5 aec84fca3a31b37fc7050bbb5394890e
BLAKE2b-256 8b2d573d5c16531410940945b0157bc256a6ee413e5f8ee0aa1de574ccb51aac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ca675706174b0b6927a60406cab13f2f381b2c5429956568eb4da7f91943570
MD5 38a4c46422b839184d96a5eb4d573e83
BLAKE2b-256 7438d4ade47bb236a7f6a41a309798171dbb59fece346414449311051731c2f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71b002596349dd726529658244e2ff09d3168085dfe1ac44a1206fb10af7b9cb
MD5 c39e5c254de56306052fb6f220bb4e78
BLAKE2b-256 385f52ab85171725a937a13bf2167ab4c2e8ff4a0f03858ed09e244cb62fa804

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6361ffdc0c121b86d48578f007935fdd99663a08d7a59422dbd782b5a60e8028
MD5 5d14ba22aafe555c3927c005d982a240
BLAKE2b-256 e7381f04b98c249d396928798020219cf413396adef4a366ba71888150d34f58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 385eb7132266c7e84bb43a130459b5274d0eeed3f8c50a07a300ef453ad863e3
MD5 72616477a04044159472148a77ac11c0
BLAKE2b-256 6b03fd99e0b7a29589119e6ffcc41f4b2fd8ec3bdcd296fc832e6f7a581baa5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ca877bf6b4f180a7f086b8e56772b0cef31e7d63005f5b3884afa58fca270cc6
MD5 2a17241c269ca53a529bc97b65fdb8fd
BLAKE2b-256 92cee7a95984c920fbabacd2e7774c3d7730ca1ec0576c90f8f69234367f1387

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.9.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d35ad8c630cc5a4de0b0b3315e76b5e445ec5af5361e990e0758244eeb709ee0
MD5 45b2281cdce86f6c17a0939edda75d52
BLAKE2b-256 c7236f55fc213d9976dff03bcdc2da8c47c3dde363d8231b2750d27991be48e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08a8a92f56f3ef8956b27f981221413749c22859d0da79448ab86c4a119bc19b
MD5 7d72c2ea4501fe5027f77c5f992396cf
BLAKE2b-256 79cf34734215b279029365a32ef3d75c83daa579c02e089da9ceff36a8edb1c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c80f08286e399cbbe23396b4d825e86a9c61fe3283cec9670bc71dc0f08a81b
MD5 0d91c89fbf6118d799ec24ea4eab7c6e
BLAKE2b-256 0d7f114570045c614ad84720b9210d9d8019c64072c8162db636d2019f73c612

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5722aa8e55056984dc9ded8c6a8ab5805e744adbaa34bcc3d9621b98b87d9664
MD5 3941058a58842a7ed6afac53bb8d24c8
BLAKE2b-256 68c98b2dabd50434b93a2be7e5ffe5476aaed3cfc2d9d8af8b731349149984d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a7b05d7c1a91b256e7e628405b0b9542668ca63d0c9dad88414d8c905c56521
MD5 c184cb21fc3a1b529a3b3e82b4ca7ef1
BLAKE2b-256 1e752857716cbdfc6cec8dc6f5ef6ec05316767cbe30f27e4dcdd6fd5f50afbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a49e1995ce1bd4f0519e0615a20cbb74d56ace283063cd3a5e39dfd48cc9325
MD5 5c1adf38642386c1f78b0af475f15ec5
BLAKE2b-256 d68bc57f11375e0bb33fcb4c4f32fe2f8cab15867059a0d586b986248a99adb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 66f7e1be944d4f0497e13557ca0e88bf0155764fda9be55020150902449c2784
MD5 2ff5ae36f084ca264f9f10c86f21793a
BLAKE2b-256 a850232509b594e6f0a8761fc8636991318990bf36d86d3e7cef95c9c4625878

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.9.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f086b3ec2eb866be2a6cdf20abf095224663888ed1667f97ac90066bb260fb56
MD5 3b7f72979a90c72f1f84d11943f5c822
BLAKE2b-256 56bfd46eaeb7fdc6bb6e8f097e6503dbc73c87b62de130a1d1a14b69f77aca59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f485f658ffff83912b825968eea790d33cf969007a94e185eacada9ce3eb99b
MD5 6d2cfc5580b181561cd7814cbe4b64f3
BLAKE2b-256 342b79f89b76ad5826be40a8e1b014e6279fc37e687d4fa52d59300d878be640

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a5a147ce7ee02c0be77fd5eee92f7667e9b552313907f4d7b2d98e51c8fb8b0
MD5 3077df326ce70e06323c0f320b9a97f5
BLAKE2b-256 8e71a940ceb3c7a9244d085b4bfae800f10bb1a17c9ff1faa726c34e5e81cb1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 876de3df3ea5f3ffae02bbd1ad050c1af2ff869e740064cd4b9f9e1cfc55eaed
MD5 ea82a303b71376aebb119f825aee6754
BLAKE2b-256 a6e8226524804efe3b47e02e013793bfb01223e31800e9c4e6b3a3afe356eb54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b194599f5a9030535ff3c706effe2060158472904494d1fe0186919eff24a0b6
MD5 57ecc880779a9b3587c3c91c11c65f9d
BLAKE2b-256 48bb13d89706dbafe64052c255e43bbfb208c1d17ec5372ac77511d5b8cd41e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6bb918255087a96f4237c3b9e5a89f33f624a17fa6020b5e5033e4e84c0d3d5
MD5 e1f50b972898ed2293b5057ff8b03d20
BLAKE2b-256 d5d36ef755b6965247b42e32a90617b70496de9d35e2059972965eb171d31829

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bc4fd905537437020b888be3cb7cbe4596d9068608b98f5aa0b4c53352ab69a5
MD5 78cd49fec88b4ff7ebebe3fea0278a70
BLAKE2b-256 70435215044e1aa0b976829e557c3c2c2c0c082f0980d346a25e8e5141fd991f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.9.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c984f0ce9b6a903b30d5a7f8e44024d4cfc120509287d8df728efc2777aa24ba
MD5 14a61482c669d37c7a818fed8355aba6
BLAKE2b-256 ffebcfcf181bd506c69d1677186109698d0c905ab510eee483dd70c1aa144898

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36719bf526f52b5c54f550808070ecc9c4adbaac93c3bcc1e81fd4bd5b8d5456
MD5 ea20f21da04718cf7b5e1b4135150efb
BLAKE2b-256 1f65e5549fef4daa0f5787eef3ecd22208a745dc9f87252dd8872420a1608026

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51c9a727af8ce35bcff647b512610d01b6e3058f72da40705274df828bba93ef
MD5 9a8a221706c341311892395a5d1bcc44
BLAKE2b-256 a50037eedba207b43b24ea09c0238abfb2b03990db126d371e54d778e1de1183

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cacde67cbd34379c0b631a98d6424f375e3072aea2c8cc51774240447edc3672
MD5 96db726cbdb9484b670240bcd92f7f3f
BLAKE2b-256 0628635613364f37518dfb2fbcbaf834dd9aa8587122a42069b84cfb7539840d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72caaf74f809911ae98f19d90e9a8c17e8fee08e8f5055bd39eb5c7482a0b91b
MD5 00d994a977a629163bc5a507c47efcb0
BLAKE2b-256 684d6893387520f950fa156f9009f8e4349a2fd1cdf0d354d6384a5dc45a13fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2229607a7010c7318dcc8e3efa410ee65147a4e8ea6881e0603efcbc31c73b7
MD5 5d93b9b810e1eb88850c03ad732793b6
BLAKE2b-256 3b034d9f8ed0625b9dc4a9593058ded7748de968881f77d8870882a552abda97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d5da115887102985231787a27715e4c6f1fea4e5cca81cd320aff5b0a4c07d9e
MD5 c09fc97c0bce0e22c865f5296c0a71c8
BLAKE2b-256 2bc9038ce257b4c3a4cbef0a9f98eb226c10cc403a0d23566723b89330acefb5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.9.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7222fdfc2f6d56ce90012aab2aa763c362c995c339ae316d658e4927ec993763
MD5 61248b86d50ef8c52b81b8f50dc1b9e9
BLAKE2b-256 a9254a09c2a9887fab1ab267d3d29ed86940f7f20287fea37b52717d747032ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aefa9f506913135ad293701cce3c85e5690be5fe4989fed1b79540702d28054e
MD5 e81931c3df41fc75f4541b2be2897fe5
BLAKE2b-256 9f620e3b7cfbf573355473f555642f7293c60263852ebad7c9d6a9b6813c4af6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 002db7d6502188ff01fd7c0730ebeceaebd4b5e97e316b8a127ee7dfbe4a03ff
MD5 39b976b0f7d946c59d749d5f00f2de97
BLAKE2b-256 985940265d1e076f8f51e0e7814926186aab8fac91a99869961a4364cb30091e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f6a66c68fe65ee91033c3a7c898437229568a9b9f69b48d33c752c7ec9b27f4
MD5 b2002b60781eb7bac70f59887c6b6a56
BLAKE2b-256 4dd360f4a2a71bb16045dd2f68ff9a2fefbcfc1ce28b11d6100bea1928bac3da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba989879936491a907bf71709fa5f6b273f90f9920d825a46a0a3251eefd3fae
MD5 53a69926c659e73acd5e2daf78a9c685
BLAKE2b-256 da478c4e63779b1de139247ba22b4c87b442bb010a321dc0425289db0fa56337

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d4a41551a6bae3c3b70e55714e3de4b3f6075f59b9fc52dcb28d00cf1eab045
MD5 e1664e4f4214e650acbf24094cdaf238
BLAKE2b-256 568424f8490c3be1aae5295318aa0d5426c870e62ca91b9fa550a3fce82451cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 70b283365eacccfb7b38d2d24262b3ad8a770db13de1ad926c7678b259c9e31a
MD5 6b1bfca479fa5fa8d88c47a809569a29
BLAKE2b-256 c626fbc4129d777ed6dfa77c991fd4cb371c3fe6bbd15587e641009a02543f5c

See more details on using hashes here.

Provenance

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