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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.14.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.14.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.14.0-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.14.0-cp313-cp313-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.14.0-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.14.0-cp312-cp312-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.14.0-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.14.0.tar.gz.

File metadata

  • Download URL: impit-0.14.0.tar.gz
  • Upload date:
  • Size: 168.1 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.0.tar.gz
Algorithm Hash digest
SHA256 879c78886a0f8f03119a8a7015e7bc9e83cea1f0a4e0b914ce2747f1a9b85238
MD5 4004368b5956c7bb37eef91c5e10d41e
BLAKE2b-256 e5aa25702c1ec2ef505c5ae79a1254c648eb1bbce229a469976c45a44f998e4a

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7015595d481b0b13aa9792984494f001ab9553ce75704de4a6e4cd3a047ea6d5
MD5 e1b633b2306756a78e705b3d5bcc1f20
BLAKE2b-256 23eee998dcae53f34d30f438d59387ab90fdc69f1e7a6416bff6a8ea4fe6e072

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca11d5ca6edbca832f75fc63bc0a1aedbc4e0bbd3fc09d28f775207f01fdc007
MD5 37a480dee050f1da23ddb0768980faf6
BLAKE2b-256 561babab0be11167331bd6358c754c75e5777b57d455bd3629b6cde34037138f

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 945a044df3969d373a1a11c62d4e15aaeb814e878afd0cbeb0c218fe6aec06fd
MD5 271237aa3df0f5bbf45a744b690cec6b
BLAKE2b-256 3a7e8aa08e8bb7b7d2f7a268f8e67470eae7ce7a8ed763779dbcab21cbf2e01e

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2330aa12a11375187bda76a491e9947d4ccf3a91a56646ddfe359b016b9e6e53
MD5 72424e161a7fe9f8d99d5d1aa34e7666
BLAKE2b-256 1d41808213a3a2fa38acc3632cae6e87b55863f414d7ff0628cf0d131a0f085a

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a033a78cb63b5e36702e51b500217fa26960e8e7969efbf5d92142a7577d285
MD5 4a6a043a359409b47654ac4f9b5addbd
BLAKE2b-256 a3ac0544211cc53dd0fb2668edd7b20398b642351cfb73697db29b17f59e16a6

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f5602cb15ff1cecdf00c9dc77df3f3f4493031a76ee398fee65dcf62cf46513
MD5 6a1745dd3efc8dc7bbc7864cad5f5666
BLAKE2b-256 a74205022c6aacb2e46b4b5ce530fe7d5f11c75a757653d1c971c8c4d3ebcc14

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

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

File hashes

Hashes for impit-0.14.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cdd3ceb8b86bfe05e9cd4d40a7b983e3842405225c6044f177fb70297e80b31e
MD5 cd2feb72d48d19138a5ba53ca6807307
BLAKE2b-256 d97f9e926d3c31c373aa95f2313e671781776f0f34f313bd6eb7c0e6ed8c3237

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 275688e2ea3d0d308d5b1c5616f87fa0c366fdf8bb799488f48b3e8f5a6dfdb2
MD5 d74eafcdfe58e4155f411f7f2f713897
BLAKE2b-256 f76f0a61f111a108abea1dedc0cc5ffc2698c8bbe65c014728c74c919ac42632

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53f1ac94e0871fcd7309837527814721b427c92c2e6ea5f5c5f833815fdc9faa
MD5 6da4f57cb029eca88d1e26395e70c67a
BLAKE2b-256 6ecb95f0dae3a3d3912689bcf19bbe3fad8104f2665f290858d252a296fd6823

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3168e421af3a4686980e029b676f382c71f41727b549992fdef2ab7ca6112a1
MD5 7ed71f4fd9bd69f0cfb1ad97e66a0679
BLAKE2b-256 b22257fef27dad0f2d8cbf6048395ab7daea77a182d9af8a248b70fb8ec73da1

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eefc3a1d117a72ec88193fca804f048ddaf8f9ad06f652cdfbef2fefb6d71ca4
MD5 4fbfe0b5f7f14e159f09762b12bd6527
BLAKE2b-256 f57d77fcb6bc49a49007fbf7d0fb1864b3aa378a2f0b3d48bbab99a4af4f4c19

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a0c1e551d227d892ada4fa737b052a9c6f838a100c92b573c29ed02d1d09978
MD5 1dfef5fc31ae2a5317cd6dd152519d57
BLAKE2b-256 6bf7105c0828c17405d006a6a1b03f4c7d6e89b058b82e7d508fa80951c60a14

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4e7f6d1e33ab8c96376991310aa19709f4550902eaca88acb5f37ee7435cd0aa
MD5 b30662b6ba5f18958755792c5d0e3cca
BLAKE2b-256 9d78c9570ceb50104195fd6ec7362f57259ff7961f768ee1772aabd2d928e9be

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

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

File hashes

Hashes for impit-0.14.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9c2e39ced18bc6e8abbd9042a6eafebe00d6e78c78231e8ca30190bbfb9443e6
MD5 dea902ba306d5d8532fa991a7ffc8b38
BLAKE2b-256 e9ad7f1cb90e197b8f4fdf52aa83f3fc5f4572ae99a8d60019f85140adfadc73

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1be648b9c9a0eb859a2cad0e73bb35086724407fcaa0048db200c240c09c319
MD5 daa9c1ea5e36c2e1a2e86a343f986905
BLAKE2b-256 2fc1788072439c34dc5354ca1547a0a092049c5a33d4bfb2113c9acf64413c31

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01fab2c0cb87175ece0565e1cd6f5f2be45336c67f03b7e6db2aca931c8e32e9
MD5 892f787a540c35782881861325701205
BLAKE2b-256 78a1df0dca51195608e5a7ea6b6acb304211ee6f4a14bff179e94ddc0cb1c9d8

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ef99a20ea70d0f7a0a939f702ef4a62729a339c2da4cbb80c2430bb8b401883
MD5 48371f7a775a88f6af895e3eae23a37c
BLAKE2b-256 de9ee1dee891e18ba9cb42804c21f1220dcb9d476fa990f1d8d8b3cb40cdfb54

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9bfba9a927d944de83a75a7382664fec3fa914fdb070f1bf4fcd73f6f10b026
MD5 292bd8fd558fa5c02aaabfef68eb9525
BLAKE2b-256 8ddc63e52b2aaeace2e43450de2d2e3bd6d7bbfca037fe69a98181bef41861ea

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8292f15189f886bc181c974688a40c83cd9a830e2f8121e31a2b1076bbc4e4e6
MD5 5f349ab1474ce1f3b187d5ab4fb3632a
BLAKE2b-256 2e740fb46856ef49425cb538b1583ce9a5e850d771139be6d146046b527e1e31

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 00fc8cf0e256d5f51543348f9967132a1915450b37fe760f8b83f877c13b81bc
MD5 3876a5d9fdbbaeb4907ddc122186846a
BLAKE2b-256 b4ac4c2feab6443578c047e530e3653b2823f0afbd5f2daf7a6e8357a012d5d9

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

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

File hashes

Hashes for impit-0.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d62a769851728eff4317d6a7f2e3d6e3a60de42fd1d28d80f45b0a06bbd1feaf
MD5 37176adfbb974e73baf8faa33e57393d
BLAKE2b-256 2aeaabb5baecdac84d9d5e1a4cf312338da67082297c98b22fec4037c560022a

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1adfeebb1925109352956a96a4b42b6bc0905a477e4bc18acf2e4b74c941c64
MD5 910e469a1f60f19a61c4b89ac0b3dff1
BLAKE2b-256 737c8e5da83d1ce6128a75f62aaa069cfda7b272cc20e16b308214a9d8af4a98

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea6d944e8d65a07f00c09d9e1243076eb1c645f91ac2a92445d3c437595b395a
MD5 960c2976ef8282db583aa75f833d6fbe
BLAKE2b-256 a48ea2ced17f3047141ed3c415abd4c6834ccc07e2590b3a9f7e5e2f375cd311

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09c63e2ef1a12e3f5cf909a339851f912843f990b48842da392b30ed0a88c26a
MD5 f81d357dc028632283cf75fa35844e7a
BLAKE2b-256 b61a0bfe37382cf9e7d86d7637d994434ab61f7905d88a5661d2ddb89c656892

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78ce4b95c84225c230541eb9bbfcce469d0efa0d60da2be63b6a55352feea46a
MD5 6816917b636be52c41e472c73ccdbb17
BLAKE2b-256 ce34e612883a7495ffe5121a5873ff5d75579400cdfc22e9112cefd86b019c25

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f766737409696e24a856a6fc6a82920672df7db328c2757bef8b0a512cf48f76
MD5 d1beab622b9421f7837b327aa5890a93
BLAKE2b-256 6cc90334a1d0e14d2a8260980f50fda89be8aab0b165b22349aacfaa01e9c326

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 833f5bab10ba30ff5d0276a128973f680ae74bec266c733c0fa2105a3af01522
MD5 f640c0dc7311c89a8db7684086616521
BLAKE2b-256 fe37c4a4ed73af56eccd17e18c416df3e13a6a7ca3c058bb0f8f6c86fb6831c8

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

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

File hashes

Hashes for impit-0.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ea200df6cdff8939b12ac05f6f1db9b50fa8d3c554e0c192f262747421234a76
MD5 b7de10eacb0a7858290c2d6835d72d2d
BLAKE2b-256 19d82b787165e3584e5b6d4984f96c529f235e145de5d63f3cfc80505a1b61c5

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec26a72f1bc4e3f8f6948cd6b045a9282149c13aeb1bd3a30da459eea032104e
MD5 db459436fb1f3fa35c5ef4f4dce35ae6
BLAKE2b-256 c45789cf894d1fa754fe32b65426fb84d80d77b417adeab43526460b6e98a2a9

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 28993c41693b05e14b66755681564908b474032487010c7ca6dcfcfc3a794285
MD5 bb5baef085e21f9a2e9e680e5365ad57
BLAKE2b-256 b790892119eae9696a979ddbb6bbdcc5cfff4eb4737107ab11d3b0057c54a90b

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5db03ffff5ec8d4ad2a3a47ebe650fd3b9f44bf2a1557a477d06cb9872f99bf2
MD5 5959b2e010d72b1abdc652d5243034e1
BLAKE2b-256 766b359ca9cafe2e98030dd2ea6698d1352a4aed2efb75234b84b25ea2753a8c

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2b5e2abe6fe5bdfe50b9795bcd934fe7d6a901b7fae60683a59b29e515d4439
MD5 359d3ed5be74703c45e8c142d24832df
BLAKE2b-256 81f1c4a6e9cac3191d2f02a4d7177a65da1f1bc996c0b75a0257b2bfc604a814

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec4544a3d74d0973e707fec83c701de81543ab45b7ac4ac058417ab8c48e0426
MD5 e4961c2cbb735ac9c67c4e25a1349567
BLAKE2b-256 dd80ccbc03294972bc8bd327d7d6cfc449f5db8553219e26b0dd8b2bd54454d4

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d94516b31737bab3bbbe0983593e3acc9643d4cfb1d916079c123ef7560a9aa
MD5 e7d6ec2314266e7644866998acc20abc
BLAKE2b-256 9baf65f2f0959cedbbd2163a53058e109179019428b6f6b9c231b3e7ee31f157

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

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

File hashes

Hashes for impit-0.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 886594c682c134622d1a9cbbe7a95aba6b9f5ee16f7d157446268deb9431a963
MD5 0a02b36941a2fd9c516a223d4f17cca7
BLAKE2b-256 c626c35f13a00cbf59debf9395fa3ac12409df82c14d5acf4ec6a15d2a9c4ddc

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe17c5f66ee122510f6d4ce4ac10f5ce3382c0c53bd10040957a9552708863d3
MD5 e756140f8df974902eeb22a5ffcedf6f
BLAKE2b-256 9ead41006289f31faabbb70fa87b3713bb0db7d3cf56e05d111e40d805c966ed

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f80e1dab7112746f6cd0d27290c7e22ef53c5818e4960d72f49cbcc3ad49be4
MD5 42f1bf0545740ce95c11ce9ec0578753
BLAKE2b-256 f1f265c67e22f0c48fc14520c56ef41277f2ead6ca866207fd17de7d39829bb2

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e18d1355aafb08be2b7e457749eaa86e298433d39cf72dd0738d44c78fdab79f
MD5 430283375f530d36ed9747a21701411a
BLAKE2b-256 9c9b264f2a8f39e376806b65b6cb3ed64a6e815d69c616931941644b66204713

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0de8f49645ed59b6133cb3b1590b7023ec0c733b547b33958399a701bea8d49
MD5 a0fe819ca2422fad0ae8a2406a2b523c
BLAKE2b-256 ff6969062dc92cb39cd6d812aef989e81ccb7ab44b150115d95e0c85212738ff

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c186a8a05861b4737480f38431344ae012e92fe2e31bbc492c6d3488fee540bf
MD5 6c8a6bcf622012ff058f181d24b8d023
BLAKE2b-256 908196d905c2cdc21fbfa1e0532f5210d8e9c1cf905c22acb5bb669152633e81

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.14.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 87548406369807cd9d775507a89b497f3ac200a32573e71c1c4d0d873a207e60
MD5 73d454b77327dcf462bc347b0d57ab20
BLAKE2b-256 366e690595cc85d7b29d0b467a0d9097e570a5d0a44d8ea20b51c102c961a937

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

Release history Release notifications | RSS feed

0.14.1

42 files

This release

0.14.0 This release

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