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.14.1.tar.gz (169.3 kB view details)

Uploaded Source

Built Distributions

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

impit-0.14.1-cp314-cp314t-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

impit-0.14.1-cp314-cp314t-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

impit-0.14.1-cp314-cp314t-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.14.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

impit-0.14.1-cp314-cp314t-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

impit-0.14.1-cp314-cp314t-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

impit-0.14.1-cp314-cp314-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.14Windows x86-64

impit-0.14.1-cp314-cp314-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

impit-0.14.1-cp314-cp314-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

impit-0.14.1-cp314-cp314-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.14.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.14.1-cp314-cp314-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

impit-0.14.1-cp314-cp314-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

impit-0.14.1-cp313-cp313-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.13Windows x86-64

impit-0.14.1-cp313-cp313-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.14.1-cp313-cp313-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.14.1-cp313-cp313-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.14.1-cp313-cp313-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

impit-0.14.1-cp313-cp313-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

impit-0.14.1-cp312-cp312-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.12Windows x86-64

impit-0.14.1-cp312-cp312-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.14.1-cp312-cp312-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.14.1-cp312-cp312-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.14.1-cp312-cp312-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

impit-0.14.1-cp312-cp312-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

impit-0.14.1-cp311-cp311-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.11Windows x86-64

impit-0.14.1-cp311-cp311-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.14.1-cp311-cp311-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.14.1-cp311-cp311-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.14.1-cp311-cp311-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

impit-0.14.1-cp311-cp311-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

impit-0.14.1-cp310-cp310-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.10Windows x86-64

impit-0.14.1-cp310-cp310-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.14.1-cp310-cp310-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.14.1-cp310-cp310-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.14.1-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.14.1-cp310-cp310-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for impit-0.14.1.tar.gz
Algorithm Hash digest
SHA256 85e771493ba9ce2131dcaf3b0ec7da6da8bd8aa5f6de1d71d400c93ba17a640b
MD5 4133adc2746d3b5a5d0e79704623c505
BLAKE2b-256 f1b400520b4c8c73530570ffea65db27e1e6bf283b484bc7b7081f35069959a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad300e9c8006702f6db762d91a767c51fc8ca93e1e4a825ae96f1b14aec13ca1
MD5 e9f261d2cc0f41af24b927cf8941ac19
BLAKE2b-256 0a6dbd2400eea1c291580bd12b0853e5662a18939dc366d45e6bd85307eccc8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f9d0d5295e4affb5806c2b5b57fee073b3fc6a7013b760d4dcf468d62a10d9a
MD5 a751ae1accdab8dacd61f7c4b6c67da6
BLAKE2b-256 4253d97338cc3ef82ca443adad7a1abd89d57b64b0354125176a95068fff6661

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6e577fbc99386611dc7bb7a8f33d741d142fc2932a09302e764ca537fb45b4f
MD5 2c8885b75e82d4f2c0f3143b64bbe718
BLAKE2b-256 410e72c83b45782d961ab2b640b51da916b43f4020dec0f0e78728ff5c292477

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35176b654271179afd0089b9cafdcffde5ca43d629214ec0c874f81a2e9cdf8b
MD5 9c9653d9a65d00e79fa32dc9197410b2
BLAKE2b-256 f5d3a6f1252ff1acbd05df58f94dad16df8a2bb73aef6f74bf2b8878a00117df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2910cf6eecf24e12c12737a8f0eaa2bcc140ffc50debbee5c61354ea67ea639c
MD5 6a58f31f73c906e373769624ff28f4b4
BLAKE2b-256 a920f9a6200ddd5983df396383848f9f9d40cf25c1b434df8c050dfe45a75aef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ba26021fdbf956f9d95c934659079f9ea30468e03dd9cc7bc901402d8e8a9604
MD5 0633464aed41af33149067250fcabc73
BLAKE2b-256 d391175e8f5d5e2b9f3e4ef3ff684c9dab8664652b8970add464d23286454f7d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.14.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.14.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 465a12029040094f0184d1ad1a86da3c9236bed65b469a260da474da859b5097
MD5 70c20dd31363fb86f815d32f2f1b7914
BLAKE2b-256 1e73b5adc028b0504d08a3189a0bf01af5fe6d26a5077e2470026f896dfc8b03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 231264bb4efe2ef602c5c29c2157645e39ed8296228d5b738e7f35899e4069a0
MD5 d06228b43380f6d6698bc9a3cff71bdb
BLAKE2b-256 69b3e4a4329dc97b086e75b82872b852fc6eadc3ab6426f55dedd1ae497007da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3c8215eaaa44322e2d16e177b165692dd512189d15d177cf5c13b31993bba4c
MD5 637657290b2888af6d58f66119ccaf8f
BLAKE2b-256 43e15a3da172d67af7e05e7a32c48131b4e6a213fb22a5829f6e9afe2c782cf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 062d2d70fc48f6c9d43d9504c90886d770f5aa9e550584a05a016011e5c69dae
MD5 8cec491659ffaca37caff770c00a3827
BLAKE2b-256 562308aacee6278fa75d7c2ae433b604a35b42365b8808fe24d8897a16887a21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9afb9b03a0eafafc4402a4d0c4c433243cef97bfd0b829c8a32250e452869f8
MD5 262f9d3fe1d1fe03d07aa6a3c595e90b
BLAKE2b-256 f1d8599f1729df28b8b750135ecae545b97161af27c2c753fa2ecb3c0e11aad7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d69e2df785a22b6104f1ed180dc08ec170f80b297d3bcc9d08bf535469d293b9
MD5 e2530a563fd64e68b40848759861a965
BLAKE2b-256 2d00639955ff47f939fc96e7db8468366bb9227dcb931c710b45589bbe84e224

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e06aa60f2ef033ba578c4d7deafb63eea05348c54b174db1a6a239bcad4980ff
MD5 f9f9a281c504a0791fb91efc6064e711
BLAKE2b-256 72b91dc14430dc4d7ee047a8f0cec330f51abd9bb7a5a24e2c7e98148997a514

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.14.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.14.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 abfa8781ba6157cfb1370ca6f46001edc3ec9c724a83938612ec47cb5b6ef5b1
MD5 591d6410d4bc1637b1ac92c2c92a5617
BLAKE2b-256 a4b1ad9bf6ea62807fbfb83af5c61d14ca6d1a3967049700baa24e97182255d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcced6e67f14a7bf5e5ce541613d709cebd42ea2bd751c5c5e1be353e8b8cc97
MD5 ffe92ce80448f4188ec8868f05353bbe
BLAKE2b-256 374a9627b69c62ae8c2a0785da2ddda5490057cac9aaad0d9e39b4d54aea2687

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7291acb17f0c76b7435bff152b6121351684f3c6c00a99522ac1c1a5133c4e29
MD5 3d95ea10f36ffc6d16c1c57b239b99bd
BLAKE2b-256 83e8e0c092b15016dc36c1bff4bb6e8df80c53507ffa7efe5d5c63a0a05041f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bf34084b89e1cdbeec97f1aa2c0d516e8005e1cc4d9385f3ebbd9e0003eb2286
MD5 4fa009613923ae06427d23c9119717d7
BLAKE2b-256 9f8d43a4d3e80d5be2321e4f91b67383c75ca80281a6e92b085e39aa179ff010

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 271d98cf74b37b8e02bd671ad94f8c35e69d41516889bb9c31dbffedaf60ad5d
MD5 a29774cc313da97e1c64281cf902e60e
BLAKE2b-256 49683791786f619595f9344fce70b9de05d15fdfe478af4f53ac411c225f2a97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc81c0955483aed93de5271af6221ab4a7422cf6846126b009acbf5c77719759
MD5 36ac080a7c47b9c8d8304552a818c316
BLAKE2b-256 b415f991c4be8eaec4f591a1e01d1e55aae9ff3bfcc5ba3b7c1e9a1ac8a77f93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e00d3e7d864833aa0e08be3b5f2e24c1e17cf9a33d1d759750dc73d00c8d043e
MD5 39e1413dd6a4d525ea132a3b03740626
BLAKE2b-256 4a1861c845b0a2ac954b9e5b338e98b7071ec175a5188a8c279657c489f72540

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.14.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.14.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1d8f712a41435f4df081cd497f139f533b946d5e682f478bff20783263c47cf1
MD5 2500b7cbedc5eb2c222a440fca1bd76b
BLAKE2b-256 f6b0e145637487aec3651a026fc774ec601dc32edb838bf9947f5b757a018ae5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15b4f9dec8fb4ea320a2e05c1c8f4bac0df9934d56822f6e7e4eca0d299578ff
MD5 adda9c58c34b6ed0e2c8ad45f5568430
BLAKE2b-256 07a3ecd1eaca95c9c7ac65115241fb8219c7996a5b64905f57532f4d0bab61b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a9b24bb33346f411676d5ff1d94a2218a8287af14ae38109babd741b3373c46
MD5 f31278af26011ddf58d07d8de1785dc7
BLAKE2b-256 bc4a92dfa8140cd34cc76ba690e784ad955cfd1310b0a16550c396ba039301d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47573e2d682d2118aefe5977578eb295f37c835be2f928be428a3fe2a8dad2b5
MD5 1a9f92a99c082dc10f432d2491d6320e
BLAKE2b-256 d067cd3af43dcab7746e97162937984c8e6978041b6064dfba44e9e11e03938c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ebe3815a31187e611626efff4e9f83fa8e006a9587bd547c7e6097605524332
MD5 d91cedfec90b70c74ed56cad7cafdbe2
BLAKE2b-256 261614d6cd3fd3ccbbe3738ec5e534a8d5d30425cdb28d2094e886357ea90826

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1617d3d32e820e043359deb82533db231243e609d878f55777a0521321d60e1b
MD5 d7ff084abbd9ae198159ee395c2c99c6
BLAKE2b-256 4c5d41b5e520f7f8f7ef938b0d995250f953d93a80bb8606a9f098f28258d122

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d1c662c5fd1b08886fddd9319049832597ec9242ba76db535b0e5e66625b744
MD5 b5f8ea13f943fcfe2ac0f2e8c4de7d7d
BLAKE2b-256 73d4e803ef089183e616ebbadc12aa4a0d072b288457d739deff1e4762a3443f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.14.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.14.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4abac19602613e12b61632b0b001c5aedc54ff25e33437db6873b5ab8faceecb
MD5 3b7251ee6971d14dfd3767daf4738dee
BLAKE2b-256 d430674d7fe361efdc2d768594006b132747d0742eb3e3dd996462a9e9daeb11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3aaa459f2fa251b9de011206e14765f61e7ee6748182e70e2d7c9aa014debd98
MD5 edc4d5a76e2bf7948b8495be4e5cd1df
BLAKE2b-256 962931ee5b0fad6336ec0d53f156336cf18b4d190b7a1cf4b09b4b8edd9cc216

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b23857b56ce267ce279e8e7c43e7731ec229d7d43fa35099bcfa1856042c621
MD5 2daf12b1c0a618a43ae2d151a2fcaa76
BLAKE2b-256 1ca2f37f8bdd8d39bf6decd333ec5bf63c1437fc97e289473c3ceaea6928c6b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d201299e0efd3f06db650ebb708437bc169080b19f8616e411f1b32e3fb5e6f6
MD5 79a7280328816eecedc52ca74c441450
BLAKE2b-256 220e889042f1804b89bff6b4c18a9dbd7eb63e10c7daf3c288a21da9b3755f12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b39cbd25a078fcadebd0dce91663053834a8cb087b58ef3e2839bc018a67c4eb
MD5 ea2288cb126017007ae876619dbbd667
BLAKE2b-256 a5cbec05b9def0b15caeab7403c221d90f09790097dcacbfd1bf9e552cec8aad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1abb1a148dd310129d07d815e51790152a7d03d4a429b217d4265d8b76d16dbb
MD5 3e873ee6abfe8c6c77420932dec30798
BLAKE2b-256 5ac8524fc42544ae8ea8b386acbef240a6a39efecacbc9d5f0bba86508ee4a91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d906e88f828689cb62cfd23c149415aa4c10a810b08b03188dd5e3ff7b34620b
MD5 74ae988993169e67467c5b632ac806dd
BLAKE2b-256 f75d524d66adb6102c333e6e6b828b83e9fca6c089287a9cd3da1ad8e34ff222

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.14.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.14.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5c92ec727fad00ea1f60ed76451156f95ee2cf9b24988f3e6228c8c5f08aa284
MD5 cf9e8aea0dab62cb8fcfa8e4a2d4a000
BLAKE2b-256 31b61c48f534ff9820cbd0577ce234245f7406fb9b642b58433c7762a6e93c6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1357d488deee7d97a170bab1c662174d58eb659b634fd29fdc34deb9556b4aa4
MD5 decc7d5afb7062ebbaced7c15e1ed8cb
BLAKE2b-256 f24f4d24d5b15999c399d591997bf2601ec8aac338bcf295bf3ba5213e7c5630

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e58673ae310f2e66e5103e5fe0de560a162c03056f547d11e06e83767e8530c
MD5 e477475739898e85de2dcafb6b9024ed
BLAKE2b-256 3865baad82e7296950d1dc7c1648d130b6d12e7a277a9c1fd2d00fb391ea6015

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30c478aa25f1c42bdda9d1c5ab194d02cf1fbdc676a67eee047792c80eb5c143
MD5 6d769e5158bb63d2e9c7d3e8bca04895
BLAKE2b-256 705ea31b8bc49316879061125a2fc1affd96aed44b5f597f7239c645dd06605e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e71f8087a5a3db2c1343f492a3fc807bcdb268212e57be5c84ab76e2058aca94
MD5 d21baf2f12f90919d3635a3a2928cd40
BLAKE2b-256 dace65a047c66332992e36b634223ed2c35ea3013c013979508208e0147f05b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0e80d40a4312de4ea2810c98fc5f269fc194dc507aa69a1f221888ccef53ab0
MD5 b76b8542876b2b1ee5b0c1ca88fd237e
BLAKE2b-256 845b5e27ee2843d43a3622f30b5e5c48a0b1b4b045a6a7165a0eef385deb53fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.14.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5259544c8250c9d434e52dd912c409cfbf99c31b9e13e090ce53bc0d8c928062
MD5 b71ed3bcf3f39d1c7b76964b17ed0ec7
BLAKE2b-256 5beef7d96cd8e2f2a70e838135275445383e2657f3084047e018cf3618147e9b

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

0.14.1 This release

42 files

0.14.0

42 files

0.13.2

42 files

0.13.1

42 files

0.13.0

42 files

0.12.0

48 files

0.11.0

48 files

0.9.3

48 files

0.9.2

48 files

0.9.1

48 files

0.9.0

48 files

0.8.0

48 files

0.7.3

53 files

0.7.1

51 files

0.6.1

42 files

0.6.0

42 files

0.5.4

42 files

0.5.3

42 files

0.5.2

42 files

0.5.1

42 files

0.5.0

42 files

0.4.2

40 files

0.4.0

40 files

0.3.0

40 files

0.2.3

39 files

0.2.2

39 files

0.2.1

39 files

0.2.0

39 files

0.1.0

43 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page