Skip to main content

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

impit is published on PyPI and conda-forge.

  • From PyPI, it can be installed with pip:

    pip install impit
    
  • From conda-forge, it can be installed with conda:

    conda install conda-forge::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.

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.13.2.tar.gz (163.5 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.13.2-cp314-cp314t-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

impit-0.13.2-cp314-cp314t-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

impit-0.13.2-cp314-cp314t-manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.13.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

impit-0.13.2-cp314-cp314t-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

Uploaded CPython 3.14Windows x86-64

impit-0.13.2-cp314-cp314-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

impit-0.13.2-cp314-cp314-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

impit-0.13.2-cp314-cp314-manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.13.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.13.2-cp314-cp314-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

impit-0.13.2-cp313-cp313-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.13.2-cp313-cp313-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.13.2-cp313-cp313-manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.13.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.13.2-cp313-cp313-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

impit-0.13.2-cp312-cp312-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.13.2-cp312-cp312-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.13.2-cp312-cp312-manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.13.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.13.2-cp312-cp312-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

impit-0.13.2-cp311-cp311-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.13.2-cp311-cp311-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.13.2-cp311-cp311-manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.13.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.13.2-cp311-cp311-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

impit-0.13.2-cp310-cp310-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.13.2-cp310-cp310-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.13.2-cp310-cp310-manylinux_2_28_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.13.2-cp310-cp310-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.13.2-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.13.2.tar.gz.

File metadata

  • Download URL: impit-0.13.2.tar.gz
  • Upload date:
  • Size: 163.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for impit-0.13.2.tar.gz
Algorithm Hash digest
SHA256 5d71d0e2b55c9c267f99edf36e0fe6a6dff83f992f06d7abbb80095c342deeb1
MD5 ee82cca3844b5f996218b7a4d2972b90
BLAKE2b-256 166c199de798f0d8a0d2b4f723001630eb85071f3ca8e895ceb25b305eac2eac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 430dd19b61bab7dbe01c0aa6d6e0296ec145424fe39e4321f87e45fa0e13187f
MD5 c78a130aa956af52e98245d40eab5aae
BLAKE2b-256 37cc463615f964606a42ef362fc1afb8e510efcb98a6ad99afcd46b4151250ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 468daae39f0c122a6b40ee4b6de354eccde81e4119de1be672082bc866936c50
MD5 3c89f3401f471abdf10af284e6d8d25b
BLAKE2b-256 5df920200622e5e2c1d409b5e4fd791ead9c579c71a6203c85a7460c25f3824a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79cbb81d2a91ee1f9017088f428c536b9a6b405f0513701d809e6293ca62aed6
MD5 8f086b065a8082bd09c24a1ae4125ae7
BLAKE2b-256 26bd0af84e73eb0f9cf451051003f90641f986446817abfb48838a83453d8852

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c378244f3dea168b70a03f0d9e4d4ad9ba270d64a1018094108090bc7a674e42
MD5 10b6dd507e7f3922eb52d2ff8b50389a
BLAKE2b-256 2c11a51ed20241cbdade2e457ddb58e58ea1a92e69a4e36909c84c8efdff4bbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 402ff84bc97f0188960bd5e1ca6cd070c14ffc835d6e6ddb90bc3978d85e6d32
MD5 a8029cb345f92c62a5ff67a6fabb5349
BLAKE2b-256 8b9b87e95e02cdf6c8e970155ece8053d38d9dcb98ccecb107a84f2f4d8b8554

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c53d86bde02e776b45a1de2cbafda84c92e8224f2ba45d03627330a5ce289bd6
MD5 309650e5c2b6c0c7fe1791d70e42331a
BLAKE2b-256 72d890f408d55d0541e46a8d94ced9edfe58d1e177d2e7732cf9e48ada1008ba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.2-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/7.0.0 CPython/3.13.14

File hashes

Hashes for impit-0.13.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 36a58d382ad7f78cf176fff147cef02a41a4629c0245f48bc3237fe23a9b1893
MD5 f150ba7283f975c93965acb0c9b3d61d
BLAKE2b-256 f84137d4ae1ef69d41e8175a38588b8ba3599ff01df1b2c3e0ca576f563d83aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2ab7da918e0c58fdf2fa337ecd3e77aac9a7e4009dafe2c3cc8df0f7d9ef34e
MD5 c84ddf1a6af09c5efb1dc37163b9a4f4
BLAKE2b-256 74d7a310b99f8ee337445d755bbe4002de9e81035b2f7a3aeffa58d5b2a54f0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1bc1fd28748a03e4a9ce68fb0f3ce0bf96b5beee437124e224510539af434a7a
MD5 e519a9960e0991f4d4b34613a78c99d0
BLAKE2b-256 37e52cd3baeb875bdb3defdc668050983c193a84735faaeb85313c895156f6db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ad5eb2b4b9c8e922b47d5d0ceac1096e9a380be888dc77bb832dc1874f83205
MD5 b8f0f25cd671e1caba238f27d46a427b
BLAKE2b-256 2fc42533a020bbead5c51278abbea651e58630a34d9a401ec1f8a9c8b1b9f237

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3adf37bef86dc3b38300003a8511937f80c46dbfde1bfb8f3f262878d250c122
MD5 d608a1e71cacfd32430963d4b0a84761
BLAKE2b-256 ed963b2d93667de98cbde8e91e050a68eafa5be84a4d2ecf2cd576d9a85089db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be59d8b7da8e18de9338845310fef4866a4e7f4de51c6fab851906b854cf035e
MD5 21a67f14d7268088d37fd3a901f39050
BLAKE2b-256 894b12bbec53445e6a5a86dcf9ff498d4bdbe32d3b6254faec0f8f6e076c5633

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6527d96a0a06ab6972809cfa03c9017837a2e7cbe271ba9ba16327b96b90fd0a
MD5 bfed5e4dbb31ae13676a9fcb493ed2c2
BLAKE2b-256 66905116c7107fbdd96a970a87c8f9cf0d70c234fba067b6149d5ec6f8da02ca

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.2-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/7.0.0 CPython/3.13.14

File hashes

Hashes for impit-0.13.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f841a190805fc8b2a57814ecb78e894d8c55f33e44f8a846b168c940bdc88542
MD5 feed76913b902aaeb5c77f0a68b21580
BLAKE2b-256 ee7fd52f7835f7bdd64b3c892a2d65933ccea2828004ec6a28ab48219b6988e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c4c12b3c716be07ce979a46effccb11aafb8f13ab9bc1ae91f82f87977657de
MD5 d9cf040a27f7decbec810024eaf1b6fc
BLAKE2b-256 289902f45e910eb30751254447bcffcb94338953be8f1eeb8cf54515ac4d63f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33b56a677215092edfd0c18f2f2bfb71f5f866c497c78c2d8f66918d971b1b22
MD5 d9984811dc306b6768705170dfb0e14c
BLAKE2b-256 d0900b178fbe84f71357e419605836ddbd755c0b59f942ef4b0ab55272ff5e81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b1e479822d81f7d76dd02b0dfaa2f71bab33305328592747fc0700d5f43c1ae8
MD5 8b6fd36c5606d2944e7c42d7fba38f12
BLAKE2b-256 40d4dd0cadfb119c8e1608e9f5af1c2b95ef2e7b6bf6d4cc9a0b22c6d532c9ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b5f864300c7a8857096d9378b6f0dda87f72dfdaa32a2c3cffbd6e03eea31ee
MD5 5a84b845d371f49033dc7cd040e3e72e
BLAKE2b-256 cdce64733d23af6b9558b7123ac56b4a776937d162e04653028608c81367e79b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49545b63ca58a9e56cf27453c391f87b8317633eb3fb3fe33a38a520870cb775
MD5 5ab1a2b38df0fd2b663a20dfe97e939b
BLAKE2b-256 1de6ddfb727994634068089e89339eca2aef14066437161e0f7ca6cb7285c4d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2f5188631b8d05bce79508bafeab51b9242e0d24fc874bbf27c52dd32b8d38e2
MD5 206311b082ad6108de341dd8af74909e
BLAKE2b-256 28eaa14ebd839737b6ac58ba4f0d0a49aab876e5c3c648756d17eebb7e61c6c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.2-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/7.0.0 CPython/3.13.14

File hashes

Hashes for impit-0.13.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 36a99b06aaaebe895ba8558681b438a71bd732fb13baf5a5ddb6752f976a292a
MD5 d0ac3e546396eb3e7ee66b5648ab3571
BLAKE2b-256 8b86f8aa61e5c077c25a7281539faf69abd428541e88a9ba2d9c3c8427896b82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a663fbd28c2a84d8f7e5e113e032fc4fdd5b03563641cae0fdd2700be0e563e4
MD5 f2b4755eafd22fc3fce9a51a8cd0f19c
BLAKE2b-256 53828ed3995577c04f7e9fd206f3e07ccec6352c30122eab9f84b9ba4856e892

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f8bbff2090e7e9dd3af610ce70a0a0cf4b2413673cb02ef991dfa7722438e84
MD5 cef1d32d6cb833f01a2c343fed8a8942
BLAKE2b-256 9249604a093015df191485b3a9d59b45dde83ca358d24eb03964f5d1766cc63b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08d7007bc81530ca36d4ff462356540cde9c145099b1eb9efdf0ae7ae7c15330
MD5 785bce65b8408f2e7905f95c2e4a27c6
BLAKE2b-256 449e9d6954f3c2837616f57e37fb6117defe5badb2e9570bd536623ca3b94f91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3ac01f91f0085638f89cec234fa517178a6f881229b74a32fb709a45d9bc158
MD5 bc8e0e07996e775546034f7777866e3d
BLAKE2b-256 6cfdaf40bc51fc21e2e11bae695d6836ccb37ebe3ec5d710a1e87c2f1b225764

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b368e61718fab972f67ea591a79629e3baa46b8269f6bef27c7d1434b11c3af
MD5 dd10344aef95e90224153f224a187bbd
BLAKE2b-256 e56d702ed813b22d4468e5d6cf1e7aa715ea24d663cd5bfeca017c4fe782ff8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 32935bceda2751fbcce8b221892ac2d628f3f960b4753de0ab9d01a0de39de5b
MD5 75ef7f40f4676e7179f7a58eb7e521eb
BLAKE2b-256 fb857c9ccb59aa71a14f765bee77d831e46dd85d0418222c79603e8d9624b61f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.2-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/7.0.0 CPython/3.13.14

File hashes

Hashes for impit-0.13.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 790406c9855263e45926711c0a4442c301caae3c907261b64480292b3a5f9484
MD5 c210358cb5f4a7e6e1cd9755c028a040
BLAKE2b-256 a15fdc0ad11ca4e0b3641505eec177abc4b47b1de77a9751bb0f436aa252f49b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5247a3f5fdb2084fab3522538d492e6e0faf069a391ceba87d5f7f2f0c4f9929
MD5 7068114738533cb2cfe9b4d0f756f2fe
BLAKE2b-256 eb7699d872ebd4c8e10fa9634c007370be6c2649a27bf5bd3532f657c8abed66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5d03de3ea716187ccd8fb08e70a214b05b03f0c71dba0af1fe4b4b45e2e0007
MD5 eb50e5ce69c2069621e656ddec6ff3cc
BLAKE2b-256 a745a06f1b2443a4f703666109ce6ba8bdf677e349b008de42dbc99b85eb8d71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed8a27f13a21c2922e4d2c6842d30c95d757164c6574f0ae11f9073d810c4c8d
MD5 df9b498aa87f848f211fcefb40f5b437
BLAKE2b-256 1a48cbdc6d856955032412d0f2696913116a81080da6d79e34b189f810cb45eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbef4379b0aa17e47cff4866562bbdafff9097eb1c873a91ed4abb7be4209286
MD5 92b0c92f1140cd75f34d1dae8bc13883
BLAKE2b-256 e9a28fe3b8693ad25eef2f2e107b14ce6380f76f31ec9a4e00d59661e20c5c18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a34f2f9acee413b53184107fde4dd840e39b6080b93da86beda68a4507bcc190
MD5 c57fb648e33f38c1c62f18d70d394f14
BLAKE2b-256 082033985c1cf2e0d99de4443e1c006920cb694145fba897d6ad4bc7e0cb7439

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 57a1e2d13b6397b33ee1eff2b74cc58c1b7768062c1ad2648c247565b2ddbe14
MD5 29c9ddcace41c64619cb0a70832b43c1
BLAKE2b-256 4ca019883f06cf55b74a2363b0180d50a6a28aef1b686070b32fbcf65ce387c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.2-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/7.0.0 CPython/3.13.14

File hashes

Hashes for impit-0.13.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d3c9214ba9e1bc6835c5facf28d7ee444ad89eb2b6bc86d71975b5b153b42e80
MD5 bc28e13b8591089855d1c38315c56aac
BLAKE2b-256 67060ba3aa867072ee40948e0fd8259adccf91a7eac767ec7cd12f0217fa444b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d3eb43b882d3e91fb5d0cdf8439889f5892e262aaa75fb3ec3d391ff0f9986a
MD5 0c3fcfaa564b57c761456402f17f57db
BLAKE2b-256 479cc952ffe59be1e503635effb87cbc99ddc63709ce3097abc1dcf1d37429b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8da4bd265b83ec38d7d3deafe889288fc8462b03e740c7a6d4654e9b51526cb1
MD5 dd196df2869e23333f83d04ae4e78649
BLAKE2b-256 a95bbbc185892835d1a1d70b041853f22ab30540e1125f5e9a80a9334cfc86ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3be04890a65876c58bb5008f7d63e8b1ba9600a186f32865073b2bc565da64e0
MD5 78b4b64d98ed041c52279536a1b4a512
BLAKE2b-256 c2746dd6dd237af0e43f3dee8215897592f1e6c4d91d1452b23c405ef1fe3e19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9688ce348d8fbb5fdeaaa4a51fda4456ae8ec4bdef61daa09a9492b904d77fc
MD5 b7fbed8f7b085a9f734a4ad473a234a2
BLAKE2b-256 8b937674b319dea6b38e0838520ece61d95d9c18725157241cdeeb4de422d19f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2ff09608aa2fa15680787ecf8ff8c145bb2d41201c9f3412b6f8c2a846fc2ad
MD5 bcc07977b07eb90fef14ce170ccea7dc
BLAKE2b-256 fb40e089714584c964d3d7996b0b9e14d130c1c8db12886f35670db8691dfe6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a17b7d87cff4dd602306147aa0acf717aafd128ecebdfdda9dc84545f948fb6c
MD5 55d36aa5b56639a6b54d8a68dd779d23
BLAKE2b-256 8295c51ab2d1a0a30dc507a883a803b4d2254d60becdeda3cbbaaf8a9b2b2d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.13.2-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 Sentry Error logging StatusPage Status page