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.1.tar.gz (159.7 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.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.13.1-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.1.tar.gz.

File metadata

  • Download URL: impit-0.13.1.tar.gz
  • Upload date:
  • Size: 159.7 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.1.tar.gz
Algorithm Hash digest
SHA256 ad47c4be3760d4e4e10dc27c0dc9e4c7129fa05b4ee69d55e56f788c0ab42832
MD5 c5cc1a4cb5c4036a8eeff214aa91b4e8
BLAKE2b-256 6f49916205ecf0649269627e8954e9fd13ba3688b82455c90ff0e3abf2389ddb

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0bfa83d16f6e6b2c8475a261d4b8970c6e5819c993d1db41b8bc99dc92e08fc
MD5 1e8249ac5112e63ccee2ecd4d9f1881a
BLAKE2b-256 90abd378b7e44e0ef525dee96e65e1cab55b709bb567bf2a7fc397e2f37e30ea

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2d5223f8ec2d0fa633c7b9a3776c5cdc11d6a59b8ffc98ab1e09d6bb38517e0
MD5 e4cd58434195d25ef45122825fcfd638
BLAKE2b-256 9c54224d6c44b2c7fcde51355ca60cb27acc20c787d2a0e2c1154aff35c9551f

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c47c3a91fe9e7ac091536751b1dcad4b8060956f1a72c1b0c5ce772a0fb0c8d
MD5 c52c8906fe5794769af861eed59e551a
BLAKE2b-256 e519fc8f5b3121cee3d1d2ee227075ec8d69f2c0d323612062e593f6e877841c

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f1c90228bbb8b98abb0d339c94bf3bd16617e13325527bcb94afdad2537c87d
MD5 6a2b778f0c9c0f03ea10d3cf60b79a4b
BLAKE2b-256 77dcc31a332549ab21c8ffb53bfdd2e0591a64c59f832e7b928ec51dad65418b

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cff1617a2530e820809a72c6f131c18343b7b9d34e6a429a737320e5bc5ce5e
MD5 94027e0ed92d0b5af373f46bc23dd8d7
BLAKE2b-256 4e99fea2db4ef00d9f7cc5abd5d68517fc468469cb7fb6093746f32edabf1c92

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b8aff2c2a9d011cf608f60d82c7bcc45fc7b321f9bd6d0283ed8642ce95d9add
MD5 214c33a66f4069801c3aac6cdc0bd1c5
BLAKE2b-256 16bd7e2e3cc22aacc7a4257f29d7c58d0facda4abd200412e7b85f5e1ae2954e

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

  • Download URL: impit-0.13.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7054d5c65018b1400ab57eb1685dd5b985f03be2148be99c43633d40e8288714
MD5 cfe2acbc2127d794fdb86caa3d1f555f
BLAKE2b-256 72033bba97808c241f1c6a6c53a4e48ea20e20172e79170fd8f66a9bf6953487

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a83e74ab95ec78070d3d3ebf2ece8c5e50b1535845ccea9f2ac7999b4b14dbf2
MD5 784fb5d45fb7b9d5a1414b321033bdf8
BLAKE2b-256 f7971fe6c14a1ccc6aac5ff0b27ab86337e57c6334050e8f5733746977ffb1ac

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 930b42beb39e4d95c28fc9ddadf6cc4e699b3c01aaf9741fb0e8c6691630875d
MD5 3b72f2115b58d0d66222d24496e4deb0
BLAKE2b-256 5e7c93fa966b74f1ce700ec7098822f739326add361e194ab8f6cbb62ae8e036

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d6615a397fa4fdd538d2e6d0b21af7d4f757bc24eaab8bc84483239dc269da7
MD5 e5dbc048a1f059961494bac9a1142952
BLAKE2b-256 1059b95ebe285560797587523de719db63ef9bed84fc757e535bc2624934d8f1

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4aa3a0a2203f10e455d62628443100ed6c3f01fd08af1498e6ee7f433cba18e
MD5 f1c51f1854276c1ba136afe041071a13
BLAKE2b-256 fed1fe93c04c85042c07d4e9be7e5762c7fe5047021f2053355058f90349af1b

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e475c80399cff9e88718b6c8ab5687e0bc91118f1388162c29b34c25d2b9b1dc
MD5 4ba424052348b5023d3c74586b07d219
BLAKE2b-256 6cd122194bb577ef615a23bf63beb88a75aab507bac03797dcb66a25e69265e6

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6096c9605ac5603b0966e7900d09e9b90c768d9c96a48b7e7aa3290698b11523
MD5 bc14f6385397a7e01e23529986853a8c
BLAKE2b-256 3c4838e5cd614b59d38ca7165f0ede4c85c6a21e8342a4546cc163c2db9bb4bd

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

  • Download URL: impit-0.13.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 794a16fd12ccdf75a294d59211b7835f5828025808c8336c9bafe86174cdb203
MD5 c7fe55e58cf273ac21209aa6da909689
BLAKE2b-256 8ddaa7193cc49d5fe0a8e9eff6a0cf6411e36c116234a4cf2c590c5bc0fd73df

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a209fd691068f8d76217c58f5ae4e122de3d98f7896d96c0847cc8c8d639a96
MD5 14a66d9f25fa2ccb694c6decb6938c7e
BLAKE2b-256 296a86e3b4283dd2d07a1149868a11562437789c493be230b2c16249d4bbab7a

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e2e2e3a4482c2977dd2c0b9934e40f0a62086555706815fb619cf99caa19721
MD5 852e8c157c4e7d9154e8f7b840b58ee7
BLAKE2b-256 87cf2cff1e60319089d7b3fdfa711ccb924974bea8b0283e54b71837c093e0a5

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e9e11a3bfb2467d92ffc49be5bdf3b18fc63cb3721c5bea3d5bdfec97c64137
MD5 1f0f58fdb969a5a1b1e4cd9ab3f37af0
BLAKE2b-256 bd928861af93f6a1ef02d2ff90446e13c9ecdef05f8185eee00f24fe988bff22

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10eedaa7900e7b7b620b6bde2a6f30ad4dc44dc908f57792ca248d32653243a8
MD5 1049795df98fe5a2ec6b9061a611ea28
BLAKE2b-256 a8d549993e1db1bd6653a1a17e999eef6ac9243ff3724d287cacf449bec53b1e

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5271202c572d2e4fc1b1a6155237dab028c42ada154a07b5fb304f65fee8581b
MD5 1043591a6898727fb3d3881d8e6bb7e9
BLAKE2b-256 088e0af35cfeb1d7852028b02bec25adef02f70dcc49b1fab4f75e7b6fe2d94a

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3529e1bc181c1107e47c3d4821e97c0c597b8c71735ee371a9526e3818e2ee72
MD5 5058d5e10db9fa06ec90aedfc323f412
BLAKE2b-256 64e555d2219cd316de87ec98736ac34a3c76b181e962e3946bfc1a91d1913a46

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

  • Download URL: impit-0.13.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 585d666608841de008a0a85a53da8e3d2d4324b2c32a2a0371ed22ddf6234970
MD5 314e3664a1d9fbb66c83285e42bb28f7
BLAKE2b-256 13f8138bfdd2861adda2d8bc4289752c48c45374bfdd5c3995eb510c03b9605e

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de2f77cff033244804cfd59557b6f510790728d0d067b6093dcb80c7289f5ae1
MD5 a73dd8a95b831262b3c54a5bb77860d8
BLAKE2b-256 5438b091e6bfed5cc4bfa2dd950d2b2448102a0ef1e3655fda6f29f4c70c27c7

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abd759e41ac9ccfc7def35cfff02fcae22f1ce9a1ba9e65573d400ee1541aa15
MD5 3f280eb275a84cba956198fcce64e342
BLAKE2b-256 5d2126aed5ea6c4a4af81aa4c6ced69507440c683fc57fd1e1dc6def64154604

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09a1c3cab2fc6e71592c0a3943c4199e7b083191ccef038bb09f33d8d32065c8
MD5 0890ccba38f3164ad2caa3fcef5afaa6
BLAKE2b-256 37419081ef526d1f0c6edb926dd4c49b4331e5fba290f51a5076d226ac616aca

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 866e686f51c2b2fe358ddcaf609b3d73521e66f10c1c6fc4131f7ee4f9494951
MD5 6144a17023293464219d8ada6d771c53
BLAKE2b-256 74827377f8ce20e2c1a9e06e640be88269cdea6e63b18a3fdf79592f7aa3d513

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57e651edbeaf9023a5b0721f29a3a3cb8ced9ebafeab87dcb3fe23ef9f07786d
MD5 01297e9b904b6188f1159283257ef9f1
BLAKE2b-256 449d1d8e04ccd73953cd89f05161863578542991b52e7570c5998fb2e83230d9

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5f6400a3f4196d0d1d072b56bfde76ea8b5145b07c6e0103a3f6b7393609c608
MD5 737963b0d9eabb20d769283acc84948c
BLAKE2b-256 ca1dfe7303a7bd2212c862acb30c8f52893751c154559ed59e994844da886246

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

  • Download URL: impit-0.13.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 931b272a25a87bc5553896bd203ecf648e1837f5300cc45dc1145be699ae3cd7
MD5 90ae89dcfbf8739e508ea7c5b9b90ca2
BLAKE2b-256 ae572371060df14e2cc08b373b5280492039b30ab2f0a25225b3b3943d8f9d7f

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6360bc416b41022eb6ee1a8d64b435d9a8acfd92e6261883188595ae221b4833
MD5 4933430d6995e0d5b489f0969605fa36
BLAKE2b-256 e3f6b3c43d14a54b3edccb4485063a7465bb256d734e917286327e796702d93d

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3275851d6155ba2a631c2024703879b0cc6a0d6ac7fa949ffb6eae319cfe8cc
MD5 d039db06aca9bfedd799135a8b743b67
BLAKE2b-256 29c301ff30c22df660014c7f7db2c0791b6aa6ffa05a7f122a9e1ec6e93b6818

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b80d6967448dbf06cb84c608c835c601f73f6f1cfe57bc49d02fb59692ce47e
MD5 40214507df8a68fdbb8f1994489c4c7a
BLAKE2b-256 4436d913d6078eeaa9500a01917373b7a4fc8055d5f8dbbc1f7c248282779ffc

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38ca3625ecceb94cc06cbeb3eb30169da1b430854ae26b0edd5f465eca66f00c
MD5 2a8ed2fc4f8aa8291f24ff31b3cb8ae2
BLAKE2b-256 9749f6296236d730363b1d2865df9aedfeb85366a7e327f6784130af852a1c0f

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07f995f6b00ea3c877c801c1aaca0693d369a41eb5cc8495a3da88d30e67ba6f
MD5 08764c42c599486a41238a8954243345
BLAKE2b-256 ab93e0f918b916f4179c3536d1692d1320b74ed9629a5c4d05da855bc77c73d7

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f6decb19b0eca3820aedb52040d523d7f596011b6b71a4cb3268202f7082636e
MD5 fcab687806ed3ac1cfe786f20af72005
BLAKE2b-256 96ab96c06866ddd1033f6c5c6903184ce8a76119953a562791af680974d306ed

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

  • Download URL: impit-0.13.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1aa976c1fda3f8e8341ba266e5716206e4a52f99de552880fe6c26565936951e
MD5 7d7f88ac52d36ca722cf9cabe9076acf
BLAKE2b-256 5e7e8e149d4410b2aabf7c77f5046f65514d55870bdeafdd3125437748ceac84

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b27794af0886fed5b4f75c707276ca2c0a184ae6ba6bc1ab23a4b1e1eee2b06f
MD5 5b125528b53f2fd2ee4f3f040fb71ce5
BLAKE2b-256 28f78773af6fa13714a107459fe300f2d71db243623129054a95c3d9cbf49583

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df3adf6ef77e468ce45062f330f09a1f5c9e534cbdca63d6b6e7d3318cfbccc4
MD5 d1de8db9ed4e5110b816cebb42ca64d1
BLAKE2b-256 30a3b0a0dffa5599007e841c7ed87f80f0f3ea894708d221a6d18e1ee28b0d69

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 659eb6e9cbbe9484b2ca63837df9d5c69deefa1f30b4a9a19d57d9bf3f271911
MD5 3dbba54b999cd83f5802f9dc803e4f06
BLAKE2b-256 8ce26e651dae576f85336b21b989ddfc214f16bb16ab054d38261f0c79a8f9ed

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03cc0f9dd5fe9d45dacb77932ecca74b151bd188e24c982629bcac396789ebd7
MD5 b17fedd5a57d531892ffe26e837b37a5
BLAKE2b-256 28f8ed3230b3acdea73d9b90a6fb7ff5c0df69e862f03c58a0e42ce79c194e52

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4eebd2a41ffab78dc72cf487d2d7205183ee34db841e97ae6d1a896fbc153485
MD5 9f016a0b01fc0284ccb33e977995197f
BLAKE2b-256 17244392640b4c9f91e76929a2333c1a0d9ce9bda1b243da1816b57117c3177a

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.13.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 641bac14302ec4102934c9263b70072c26531fe22fd20d5edc45ac5a41fb3f4b
MD5 82e537fb418802f1df613fb866d11e22
BLAKE2b-256 6b89688691da90f9abf6e0f425aa7b2e81d65ee0f5d99233aadd6a93ec3d6673

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

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