Skip to main content

A library for making HTTP requests through browser impersonation

Project description

impit for Python

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.3.0.tar.gz (82.2 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.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

impit-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

impit-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

impit-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

impit-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

impit-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

impit-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

impit-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

impit-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

impit-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

impit-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

impit-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13Windows x86-64

impit-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

impit-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

impit-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

impit-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

impit-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

impit-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

impit-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.3.0-cp39-cp39-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.9Windows x86-64

impit-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

impit-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

impit-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for impit-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d3708bf86a66dd04c7030dc317c5063fbd294a82dc095f2eef2a2f55c3c0c9f6
MD5 8cc3f3371c216463dd471de55cbc869a
BLAKE2b-256 78fd41a51744f9f9e7daf937dcd286d16c3e0a9c34a3bd83230df56701d1bf2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.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.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 748cc29c668558192542498484d040be9635a24bffe29b4d3b037a2d840b928f
MD5 6306e2fa8d332af20450bd90ad3d7035
BLAKE2b-256 d0866cb34043125e9231ab76d18d2132f313ca65fa40741f396b69c42f094269

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp311-pypy311_pp73-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.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fb538c0bdad1e417e144939457d6655620f64272e7e38a80294d9e2ccce5ee7
MD5 06f1725e234d143d615cb8a0c983a2f7
BLAKE2b-256 6b841a9b5d6aaf86540004890a01cd97c24017179a825d17de52dac27e4c9be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp311-pypy311_pp73-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.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ff2b3424c2e477d4fae133e0622d12b2193a6aef5de30b28fbf4f7bc0ad37e5
MD5 5cee287352d9627ec2120cca2c015945
BLAKE2b-256 45f90ca34ebf67d789bbb71e6dc445ad3959d574d55ec17eddda2596b165dffc

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp311-pypy311_pp73-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.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6fefaf854cccfde0e9a508842950bd203eeb4b3d07dce8bcaf6e4dc8903c171
MD5 f2aad550788b21d5c58dcedf39bd3ebf
BLAKE2b-256 cc1b47f4deaf3ef9327a5d7c5e3093c37942dffe4e727deb83de33f0c4c9f3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp310-pypy310_pp73-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.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4898e054ba107fbd2ca52d1687240520c1c49a7f46e29945a718ce664ecf2113
MD5 f0466af776a308bd7ae950e8e511a652
BLAKE2b-256 6e232b5bc32b06e2aa54b1a28ea65d0ddbc67d2649ce73cd5085c3d522779b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp310-pypy310_pp73-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.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a5dacfe2f6391a4d9646e65ea56427f459b6228192d4f970972010359342e3c
MD5 aa2cca7c5975500a3ed5dacf2a3bfcd5
BLAKE2b-256 80fc86e831304b0abaac7230feebec8a16b3a9f6dff773ea740012004d4cc0ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp310-pypy310_pp73-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.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4cb9c496f82824f555eaff926155154cea7ac92423102cd3e5bf97f6801ec4bc
MD5 bf8aa1a44b29515af0fafad41b655e62
BLAKE2b-256 7a8c8473945d678e36d0ca36d2b09d80eda568006b19f14513fbbae44af77b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp310-pypy310_pp73-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.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 075e56128653ba123c7c72840c08fc5127d70839b3426dfcabcf4b281b1df8b1
MD5 62eb53dfe4d65721014ebe7b2367f6d7
BLAKE2b-256 1ca960bb4c7b89b6685c5d5938690288bc7c150d1bbe49c38377c438fc03f9ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp39-pypy39_pp73-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.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c1be9f1363293ee6d6f747e62a76af39ccb6499e60b68ee0a92beffdd8a93c3
MD5 2b7d8e743a19786e2421871d8a8d1d9b
BLAKE2b-256 24e4bb3f252212114a8589fece6ac11fb2a60f50892c96520b7255e2c3a5e8f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp39-pypy39_pp73-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.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a547a0163690374e6eddf3c79544c3559842b2879f4ccdd864503045e6b8efd8
MD5 3d2b1adc136ba7dc0cf34064bdcdfc4f
BLAKE2b-256 8317aaf2db9f46d1ce9fb7eb5f6cab5f75c9243e1407d371302790fa7e11697c

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-pp39-pypy39_pp73-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.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 101c135360a8c093273f932bc0709a1d957a174fd347aea1dff8d2099d66f088
MD5 705c2f5b284e2a0ea63fb6a1bfae9e58
BLAKE2b-256 7847ef8de1044851f5ab511207d4c3aff558a4b45e3d774eb2e4efb22928a1c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 486d31f07115b8642c003dc9c220077974b3f02bf6cec5688ea25a472a6704c9
MD5 1c640a908f6d14233e297c5b1da8322e
BLAKE2b-256 2cf92b531dd823c79ab40f68a7a212f36099ba5c8faba727ced9361b3141ab75

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2bdd626544f5c038a6632002417e58209755ca5bfa8fe448ff501c3a2e9ec0b7
MD5 bdc9483dd088556d170c6be1b218f58b
BLAKE2b-256 e7a3528599963e39e461e5f3e46327eff772e12997ca545328b0010c4b9ca8f6

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

  • Download URL: impit-0.3.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.12.9

File hashes

Hashes for impit-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7f6f3ef4727d4efd4c249284dca9f2080cfafeef59298997ef77d4a78961efea
MD5 51042d8cea4dc12caa23e778534c4b89
BLAKE2b-256 0ed9661c56577ca34e3a434d037ea4ea4c6c298562ad386a62eba53aa2526fd9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c70fd8c2888eb3eb7c8abb7a308a86d7a370109b9aa765092ee581defd33a939
MD5 35161edd8546d19fb999cea27964d6bb
BLAKE2b-256 0e131dcad1d41bd5071b39b988eb1698d0fc5551bb681c7a0504905f1952c9b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f442351e7915b65d3915cc5190ebc30bc5eecef356a0d787d8feffc2a47b73d
MD5 9f9610eacd2778e25ce3a8395106cd3c
BLAKE2b-256 86e29f000e6bba99717671386d91463a7b09f9cee9198363bb641bcda5d16cb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d5a5eaa2f2b038d039b2ad9267aa7f059ec86265d423b49d143e6e55ca9e176
MD5 986f5024d865f5d168a6974f245a9905
BLAKE2b-256 10b99ff2c4a256685ab86ee62f2de7ca7e764badaacde86f36c10d58b130418a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd8e9ff1585e83f032766a5c0dd67dce3175b4a4fc5e8bfda1dae8637156b4bf
MD5 fef9560f6b8424426a918c3c93f36ca5
BLAKE2b-256 261e35cc16b3961dd6f491f590304292d826dcefe4d8f184f55a759c901d90fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f8e26e74768809608755eab0aef297e6ab3cb2d3b7722d722a24bd14867ff227
MD5 a25026f3af9da70f73ddf1336df64009
BLAKE2b-256 5159c0b1b5a9be984fde41b9ed1bc8c425515f58c1a494d850ff1951abfd6744

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.3.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.12.9

File hashes

Hashes for impit-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3b4a056c9590ca15464353fe094090a16b3270d957ecbfaec7c252262f855144
MD5 f038847334346792c1b566ee6e6b05ae
BLAKE2b-256 4fffcd3e691cd4d29031af3def87b3ffec37800266ee16dfea32e4fe9dadeb79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c74834e4d2e4c1ba69c1e4cebcf30b5b16f1146229a6f5f2287a7236035ac9c
MD5 6a365243cb455d2656f57cf2aef49874
BLAKE2b-256 71baef5adcc0e05046aa466ee3c6234d925e9d440d677f2187da9e85611eed5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f559993c966f9e80bf3c91604a57e587878d13aa842bb6b918f162cf2eb61dfe
MD5 a1353ee5d90f276df00f0640272b4dae
BLAKE2b-256 e12a1cb7fec6a5c824b608ecc1ee1194b628b94c763cdc4134f953f81c1eab69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ac6404dc06269c76b3dbdb1c4b3435492f6e18682d7a3d0c4d85e07ba34eaf1
MD5 d7f095ed8313863c40cbd73da73a77e9
BLAKE2b-256 07c7c36ce5ddd4531ffad6801a23280b1e40fa31d6df7c02bce69d862b0a71bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d10aa090f18565ead8819d83d6a1ea28299232e1270bd76a1606ea3e12a62245
MD5 8b3748d8f3ef8162b9cc8f55721c002f
BLAKE2b-256 b7b7319621b94fd61fa8010ace3e36244be1f0f20455f899d1082cbad0e8d0ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 873b557c708eb16b4cc58fb7f0bb0fc8303a121e6c9ebf51732b0a681444b5c3
MD5 ae16948861343aa5cb9c737cc14f80be
BLAKE2b-256 6ce2c4a9234c77dfd7b9445502c4d5c871e72185252c3250bde823f497f3af4b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.3.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.12.9

File hashes

Hashes for impit-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 326cbfbac829f27044f34fa8f8e309f8cc46826e9c88bffdee2f19cd63cbdba8
MD5 6083897d2c557d38d0994f9d5fede2b6
BLAKE2b-256 2f6d6750837a5b6e29442df3edcdc018be1a7d551d6c73413b22514a4b17ac70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 451230d87b6b477b21bb833b4f71b081cf6ea6806758a8f8a6bfca43a620e4ac
MD5 afba7c4c233ddf3fe53edc12ed8b2735
BLAKE2b-256 9995e1dd8055ccc2a1edc6c80a96e6374121f585d783f28dff0f7d466b8ca09c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65699cbd0c387fb151dcfd107df62e78619d0f3bd55b07b181ab7efac2fd256e
MD5 e2246d6a0bf6f7f85d55e14e121f7684
BLAKE2b-256 56d8500124ddbd00fe5921b429f5f1e1970afb552dacc0ce74d847dc18450cc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0001542c4acc73381d96fae4851906ad9646bc94fd2f462e60badb2fb9bf8e5
MD5 3dd7a2e5ac1e4fdec00f9a5f6a0d33c1
BLAKE2b-256 4bd8e13ca8ecf76a3a2dcf1b31538e34c894fdf7c5a95a255707f613259d1680

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a792a2c9b58f7c9623ced0777644ca5a213aa85bef7e9c862a34fbfd17219d92
MD5 92559f9d71eb71c3027a0a3c7ca7e362
BLAKE2b-256 d761a222557bb92c514ca6ab73f361eafea4a7776fa52faede7952a440ed4372

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 95330aacdb4c6c63f59a178a33d9330e56e833556be76ea66800d13ae37239bd
MD5 fa548a9ab73b978c1b0bdf5964464707
BLAKE2b-256 d2ec80e3c115399655ead747b37ce721be4551776351ef7e180b067990fd38fb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.3.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.12.9

File hashes

Hashes for impit-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 06cf937f096173673e3509be4f061f92581e2539f7ac172beb4831f2cb1acd9a
MD5 8155a9d781a8a156a700da2378c854b0
BLAKE2b-256 59e5938fc97ac8d849cae93fc24d1194e801ae0dfe85087121b4863e4d143439

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0ffe1cd6c5f09e1d89081676e0c014a838849fc879aff812c8d973ff992ed00
MD5 71e17faabd8746ccfefa1cd6468763c2
BLAKE2b-256 744134e7bde45460d047b22204a41c787259266ed981e9a875abd2dde21e1a0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d66db21b9542812e6ae6cb8f8b0558371c02eb8ecf6d5d3baec74a9be34bdc57
MD5 3410811dbbdcd9af615b406ce7f1c49d
BLAKE2b-256 b94923e6513cfa2e9485633fc5558f9c039ee0dcca52c29c74722f459ff65608

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d879f7375634122ae68e6fd98adf8b2b8699abee49edb01decbb67eb20059e20
MD5 391b0f35180aae1f23bf02152c19fbb1
BLAKE2b-256 9700e09a2f67018d68e1fd49e870304b6c69b4cf774821f5b005adac9c05d7ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.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.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: impit-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for impit-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 833ad399e5509bcbc172179a7a2af00716b52e6c14230d8f6b96d4458395ac7b
MD5 ea2420677ab6c3f860f9acc0dc104cc2
BLAKE2b-256 d0090693e67b4a02b14e822b63de655a1a1ffdd761269a2fa55e6cd669d094bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-cp39-cp39-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.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a10addbd4cf13e7295592dc769be6afa4738434fa3df6745dc60604d1bda373a
MD5 0924002aebde87e9a49d41e568aec451
BLAKE2b-256 36717ddb9acfc53ee33c17152be1e18bab61a307c3204b5a9f374d86355728f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-cp39-cp39-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.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03821a2f0a0119e3712c0bdbf83c314a7b90ae008dc8c3ce35b1d7ff81e2383b
MD5 26b4798245d71327046f2f630f9695a3
BLAKE2b-256 45adcb1b674b725d05ef11343221d69477d4edb71a73edf3ea9d4e8a339dfdb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.3.0-cp39-cp39-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.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe4f858011de1b25cee22c5086ecc95ce6d1f609c42323d459fc8f29612d475f
MD5 692590d969aae0e3f5d017c478d98f51
BLAKE2b-256 f765fac80de960b9ede8535981cbef7e71f9232d446da204bfb964bfda4b9981

See more details on using hashes here.

Provenance

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

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