Skip to main content

A library for making HTTP requests through browser impersonation

Project description

impit for Python

This documents the impit Python package, which provides bindings for the impit library.

See documentation for the JavaScript/TypeScript version of impit here.

impit is a Python package that provides bindings for the impit library.

It allows you to switch the TLS fingerprints and the HTTP headers of your requests, while still using the same API as httpx or requests.

Installation

pip install impit

Compatibility

Operating System Architecture libc implementation Prebuilt wheels available on PyPI
Linux x86_64 glibc
Linux x86_64 musl
macOS x86_64 N/A
Windows x86_64 N/A
macOS arm64 N/A
Windows arm64 N/A
Linux arm64 musl
Linux arm64 glibc ❌*

*The prebuilt binaries for Linux on arm64 with glibc are WIP and not available as prebuilt wheels on PyPI yet. You can build the package from sources in this repository.

Usage

import asyncio
from impit import AsyncClient

async def main():
    impit = AsyncClient(http3=True, browser='firefox')

    response = await impit.get(
        "https://example.com",
    );

    print(response.status_code)
    print(response.text)
    print(response.http_version)

asyncio.run(main())

Impit implements the HTTPX client interface, so you can use it as a drop-in replacement for httpx.AsyncClient. Note that the implementation is partial and some features may not be supported yet.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

impit-0.13.0.tar.gz (157.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.13.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.13.0-cp314-cp314t-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.13.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

Uploaded CPython 3.14Windows x86-64

impit-0.13.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.13.0-cp314-cp314-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.13.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

impit-0.13.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.13.0-cp313-cp313-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

impit-0.13.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.13.0-cp312-cp312-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

impit-0.13.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.13.0-cp311-cp311-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.13.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

impit-0.13.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.13.0-cp310-cp310-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.13.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.13.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.13.0.tar.gz.

File metadata

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

File hashes

Hashes for impit-0.13.0.tar.gz
Algorithm Hash digest
SHA256 ec5ff2932c6ccdd3004b0f5e0d0d9bce5c8a6f48df4f226e5ee172bc79952df8
MD5 343b3f424cb623375a5ef3b5db160db9
BLAKE2b-256 ef9bf2712e01fe0ce1626786ecb088984fca909fd19d57e03a3545b6ab9b8f0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd38b86c46153a0d840d69bc56d681d61f79345088504a0cc5118a07089bab11
MD5 cc4823e9fae86f79d06c48cf12c84339
BLAKE2b-256 2739a0007e1847e4e6785b5c100ce3968a172cd412c1688fad6cda6aba389ba6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3851727dd25507bcf838d113dd55c7a8edfa5e2073dca8c93d9df02856065726
MD5 0c5bce93a2e8cfedc7789f1a6b886e69
BLAKE2b-256 c2058ad0b902cdc57b5ceb0906301229bfe7efe97c3eb37b7e17314ce8e5b830

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d5f18f2abc06bb236122493ea046aea484ae1f076678ecc7d2c2c850e9b07d0d
MD5 486d602ce32b310567d63d9a28d758ed
BLAKE2b-256 a6b9b4caad6aeb78d6fb577e4e491bbd9548e8fffd6cc309753b7574cbd7c098

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b1c6f6363711d6de52bbb71f93eee1662875b097d574d630a91cf193b552e47
MD5 2477f6d886786ca9b85ab1b3f85d68cc
BLAKE2b-256 961dae585b5c706ab0f10b3a435ed545ce0b24a262d301128e0f61af358c0533

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 070ad853ba250a8c0e3e521be96c6c858debe7ba4e91ce2e37467d1cfe4ea3c9
MD5 855ff75d3ce567b8c6afefd7095a473b
BLAKE2b-256 529b3f176ad1df0cbb25acb5857718b278685a330e808ac338a8420bab8eb02e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c844fb17099afc30a4293151139b372811ed70fd555a20d31a03ff508f8097a6
MD5 8024b72db00832896a5efe35125a45ea
BLAKE2b-256 a6ea384d1a0683e84a146f555399a18b2578b77dda4d496f124e6bb440da62dd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.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/6.1.0 CPython/3.13.12

File hashes

Hashes for impit-0.13.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 58889f694c33eef544e251038755e2a70898e139511bd51e9603434a73a24b1a
MD5 41eb7522d0b51d32e159c05277e695b8
BLAKE2b-256 8c46a6432fdaa46d9c472ad6a18baa40e633bcf6af40f7b57b50db12886dd0fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 791d5bb52ed95d02bdc5307741a5e0c502146a8d13225257ede2f857081577ab
MD5 e8baa3c3edf5dc726752cf6cb30cd1bc
BLAKE2b-256 2b69937c8cdb327e7a851142d0dce06b5f0a7948165eafcf0efd01be6ec62536

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84148336a6274c3af8431ec0d940ffbeb5073aed318ac147081e1e6235b3b57b
MD5 a6826a638d320737c94588a896e54677
BLAKE2b-256 fda37b52841bf436d362f48ba25f37ac7e7c11f32b6040f8a79c3cb21f4cd034

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f286d65167dc5a9675deb7f3f895a068f8315637c89a07cd1c7d7fa568dc8dc
MD5 9bbdde6ee2abf9c9ccd8ebaf1f07168f
BLAKE2b-256 578b688750b20ac74a70bfde07b9bdce24ea81afd62e5e575b0cd88634bc75fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb11c6a77898c1ff847842d145e7fc2bba0bef17d9a223d2053928b660d3afb2
MD5 a3feaabe435a2758a390057fc21096a0
BLAKE2b-256 b89e51ede1ea3ac2ce7c33fd40d8d278bd3102fac2c710c30229c00cb5888fe6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2664ad99c4d90f4452fc54c80d2c7c16aba529dbd8010df4747ab22fb2c6d805
MD5 39596b3dfbf3c00628e61666a4c949cc
BLAKE2b-256 af74487b8bbf266526fe2ed9131e1c093c72ef965a58c9feb7732bae6cce9bb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0021029050561efaeb2367fc8ae7cb7351df65baaff32de90bb4d576f2e9fca3
MD5 7d948921ee9ef785726d0278393da1c9
BLAKE2b-256 b275abf3aa53a18a51dd9a4d42484eb41f00691e071bc7ab16063599e32f1bbf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.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/6.1.0 CPython/3.13.12

File hashes

Hashes for impit-0.13.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4750df36dc0f950b27e1c604c477b004f28eb7029f5232761ca0adfdc32794f3
MD5 33b99c53077e6ad9259b7062c2a427b2
BLAKE2b-256 58a9782ce3acba181cbf143e95e6d2cf6196e2319da234e196c72ef35c619273

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 512c361c6cbde13f24e7171b95417f8e8f4a9cc3d4d496ea3f57a231c72981ef
MD5 cd9b5b1a76535a70cc749f7a8333b6db
BLAKE2b-256 40a8e7304bbaebc74dab5027f806396cc6d0e2f2e30c0ff6ba2b761f6da9f8f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 067eaa427b93c08ff23c5b18a44cab7f41b817e2b87b962e3e19616834981498
MD5 d139450f59d8418d05b234bc76670726
BLAKE2b-256 cb95ee457a3b0703b17eb44c471d43e9997c3723a65be7d013b3bf38c5fb567f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b9a04a4498ceb41a6c0b882218b21799819d7caf690686d1109c28a04a97a33
MD5 30a018259cc7faf9db3b7e4de02bf5fe
BLAKE2b-256 61106a9f44fe768b342472e9eaaa628ab27468e22ef3237309e12529963f6b95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 069db418a115566c66ce97be611a2ac525af331e72ee8d69826532cffff3230c
MD5 2cb58a9afd0bcb6f1b270aa0be805e87
BLAKE2b-256 f6a6fa40058762ad68f83fae0b4fd0579eb44f245e691a2142f00609573ebf43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd39ebcce8f04f7154ee4bc6be140d2929efd6cae42dd80e7d4e56ac4f68f02f
MD5 abe4530604c8808bfe5468a78efba514
BLAKE2b-256 183cef4da92b2f6a2aa88ec062bfdf8052b6182b082cd0b37c2504fc55a64305

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 05d7b42b473d1266661d8f72f7b14757cf6c8663ed490dd22bf57edaba6b60c0
MD5 97f096b9e95226a513824ddb4817a736
BLAKE2b-256 1791a657123b3b0ee682a97e8b7e137f25e6edf76bba2bbc4efe95a5b75e66f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.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/6.1.0 CPython/3.13.12

File hashes

Hashes for impit-0.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5ed4578d7d9ae4d792d06f2f7a308d576cf24d1926c2c751dd80140f8ecae279
MD5 96d22011b06e19a1a042e07581d7ebf8
BLAKE2b-256 2362933010c6672baf63e854836c1aa6af96d18d3865e45295ca939ad9c0c15e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7dd696711505cd80cc36c5a01e17a49b3d88d535bd8b56f6b92f9be9e6667b8
MD5 67c1d77b8414c192eb1264ed50ee48b1
BLAKE2b-256 f666c7b071d1d7fee22eae2f4029a708a0f96a278d94051b95594b607e38276e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 000909dcca3ac490a8f522be45bc718e98c18139a38bb6c28b24cabb354de6ff
MD5 9df0a5952f03aff2ed5b216c165934ac
BLAKE2b-256 507b00c6176b968d3fcd145b45f27f8419717ede46f711834d70e96c99edfd0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 424b82c31ef447e4b9ba493a727911e6cc122a4f90efd4c07c4dce5ead936d35
MD5 55a673bba2cf41578381ccc4842d79e0
BLAKE2b-256 6d986c7670fbd7ab6e289c1a1d1166e02f54658bf9eb9e730837f3659dd4b7e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65082928de7552bc204fb4f49b0d82e3f1744fb0ffa7d7029324c7192d7ca047
MD5 9df80f4b9dd9fc25683574ff25e3e757
BLAKE2b-256 b54b76840ab2fb838da83ed4c8699cf6c4f910cb55bf6730ed663f431f565fd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df631b8986dcc8fc9b481020e41442eea2f4a7021bc65bc5ee6a3ff79496ce3e
MD5 b89c2ed42cd71712939ae5c12ed14a46
BLAKE2b-256 4958bfcad3a588ac471131d0c3cbd761ce7d1254a1100d59c8d3ba12cc43e285

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a5662d3ab997a2b6a8f466ce1d39c8ec8414d4605591a65ca744f93655a17cab
MD5 4f69ccabf177939d9addf256051de876
BLAKE2b-256 59a297acaebfecd247531ac3925361e99f386cb82ca73585bf65fe2ffefcd43d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.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/6.1.0 CPython/3.13.12

File hashes

Hashes for impit-0.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ab3e893f532c928e2ce666be4d8aef704483ed72988c07c5d55cb8492420a2b8
MD5 65d262b23b330b5fc48413f2d92599b5
BLAKE2b-256 8f996ee7b63876e4ba89b22e0a18b4ef275759d3305b09b0eaa5b03fff86b938

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f97424837546b32d5ff9bbc863dc00ff488b68b4b068b11e92b2e995e75c75ff
MD5 c183fe0069bf2aa33bf139e055d7553b
BLAKE2b-256 995f4b77397a234d46761e663e64a72d58064aefb1395424520be4934e4a4206

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6c33665c3fd8738fc20fb15ad0d8b8072e634f40c697139f176cde739e6e97a
MD5 e4c5c21cac52402bd5ff9f8b84664e7c
BLAKE2b-256 cfb931d3b8b1c6db1bd1c956f35dc7c1b91ab62b1e16ebe0242cbb820569c38a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cab0c0d14b7048572c5afae85fefaf1d5e76789f63bc5ec60f95ad2b94792f6
MD5 46b582352f6ee52fec911cf4125b34cb
BLAKE2b-256 2e4815e6e1bc4f8f4f0a0e853067461e11cd5d05a4a5ccc273ff82e520b52918

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 138a27f91f58552ea5b55f8b0c902925989faaf18ea63493bdaa733cbfa17b9a
MD5 b2017e3281d1974c16ebe9826937e81d
BLAKE2b-256 50bb74d2ad6829d22e516a4eee2256fa9f1fec823cd676de2e90066daeed9439

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab993d07e683293c293709c5ed8633fc5b6a3dec678c885f9dd08da7823afa58
MD5 a9cf5d707f2cf39e00e4429837f8d15c
BLAKE2b-256 f8fbf31177dbd642991c7779d2b1574ba8bec260f7a9aec0308ed78bd2a3bd4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b492ecda596bcb7562ba8d09d74124bb01eca95dc1ea76c86f771fdbe8cfec37
MD5 e183a7e035d56856e6136dc84e09c0f1
BLAKE2b-256 efbe9657fa3cd4813744bcc3eaacad45d44b9c4017fad0127d46c47122437ce4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.13.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/6.1.0 CPython/3.13.12

File hashes

Hashes for impit-0.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5dd2a534cefc40c22e523522dbbc696ddb1d3c8753db8143abe53b60964ded03
MD5 e762713e7e5efbb51d29e101e1657c98
BLAKE2b-256 5ef4960758c17385875f2269b9897996f01508120d4b6938b9843c9ae68da4a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b96f296d4492ca8614242f0e48d7e37179ed57b75de3d4f8ee68ea5bb99bfffa
MD5 79fe13acf9c9922201a93894bbab9b0f
BLAKE2b-256 77ef474e239a7d0f1f3b74ebb4f05492417b4b9c53f09bd13bfe6fa02316057e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58d8d479f08734cb550ac07bef36a287eb92b3d03fd46b63ad685270dacc8f52
MD5 b14ee7da4305774babdff7d8f86af9af
BLAKE2b-256 325f5c6ff4eb15112139e8ff42574fb6683f709f44b9244c1472abd26df07fda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dee47e531e311327553b587dae504081460aa878fde58d107148cffee4da3c2e
MD5 c6852775927bad65245974e54e57cc2b
BLAKE2b-256 ba037b6cf1083dfdf8ef64b6d8bcac0d29ea2cce22cd7a5e3220ca10baedc199

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 208fff90a25e3d3b04a78c0410463f2ade7d8a30470f5fa79e31802c7b2bb4de
MD5 f43582d9a9550f1e770e03fa49f55a4a
BLAKE2b-256 907eda7a64387dead90321f4505bd3606a0ba266344d18666d73e5fc7ef9c500

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29e44f11ae87acf7cd1a1b7fa80cfc1f1a7fa5a28906cc5d17dae1ffb83de571
MD5 49ff19c21f6c2fa75fbac33da730ae62
BLAKE2b-256 13b1c915b24ab747c2a56faaf45159a02433623329987788ae5df31e20c28688

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.13.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bcf2e2bbd8eae44dcd93ff5e9520e95961ba5c11f40c7b69bb53240ba0bc6fb8
MD5 02e391301e336a310a1d12acdf7c2e48
BLAKE2b-256 66ee0de884dfcfb21acf26eeee3d26c791f06feb4889b3706af5360b2cd12ef0

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page