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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

impit-0.2.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

impit-0.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

impit-0.2.3-cp313-cp313-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.2.3-cp313-cp313-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

impit-0.2.3-cp312-cp312-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.2.3-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

impit-0.2.3-cp311-cp311-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.2.3-cp311-cp311-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

impit-0.2.3-cp310-cp310-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.2.3-cp39-cp39-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

impit-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for impit-0.2.3.tar.gz
Algorithm Hash digest
SHA256 fc37c2dc1abb4715e7a971026366df24b808533c9e341337f85475d915316b9f
MD5 66ad259adc8bcdc757486d3169fd7ff5
BLAKE2b-256 9bcbb972b65f3932db89d0e203d69e38d6b3be377feea0cede20477159051d35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f679f27de9c208dd98263d6cab1997fc723f4131e2678b0b86ca0dc334654640
MD5 0848ec8269949aa4f4f61baae5a2be86
BLAKE2b-256 c9e7a5fb0645dfac82be5e2722b800773ca60771413573ef363307bc5c3c2183

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 94014749045d91abb8f1b088b622bd6cb8b67f01a1a0c5283bd92269bdb90677
MD5 c6e85e3354cf0d70a2099f542ee593bc
BLAKE2b-256 e8b7c7a2ab1cf797c5470b5a566c5581a4c68708c9d3553a523ed0586ee237d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db9462f577dca570e001635e8a7cfc6a47b6710f97a9b6a2edcbf4e1769a7b3e
MD5 843b2c28ab6061e0b106f12d8fe0fc88
BLAKE2b-256 33b067d516f44630999f9ffb28c45ba99d173d205fb95f4f90d8d2b697530dc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.2.3-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.2.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36588552e67c4e1ff9de5b5c5e9ed73bdca320cef07561f73ed965d18013511e
MD5 91d5750eabdd69b34a2a12eed2203498
BLAKE2b-256 c5322d7c1e201c19269c19db6559a9d7b873da402e10543888875fcb48bb01f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82311537a94f762e5e812540bab4f7f51ccc262b6122b89fcf96666548dfa3c8
MD5 abcc1dc27259cfeb89dc303ff21bcae6
BLAKE2b-256 c68aad1f3ff1d10af308c1b49775c05d4241650567ceef77d0025b68b47c66ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e38a8b10e2a517b1231c59d01d2462d7b79c8cd6135bd2d8cb10db499c9e35bb
MD5 3a5980867bd0f262d17784b7a29a9ced
BLAKE2b-256 4c0128979e287759fd794e585b4b50c1a61bcc7f7d9986875ca320c81ce36834

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 43d4bf231f1682c1d2979b7894bd8fa38e3fa2c086d494d32ea97c707e76a89c
MD5 c0e4f272897094351d3f48956487e363
BLAKE2b-256 c5be954300951d6a08579aa04de81fac139bc24d0d4513f8d8e27ddc1f3cc12f

See more details on using hashes here.

Provenance

The following attestation bundles were made for impit-0.2.3-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.2.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8890224b933b94fb94d5e9fdbd844a0b08445baa0e99097e2b9b48932b779bd3
MD5 3a2a37464e18fb4d3ca6bacb04a2a8ea
BLAKE2b-256 3508ad640ab323b92cba751b9cb8e120e28462de5bb8d90ec4a1a77968e13ea6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1a2de116b387a2fe50fb915450e1e9770c692cf666d7eaf694e9808582f1f29
MD5 1221d482c70a81a78de00e686c3e7902
BLAKE2b-256 4323171607320c17e07ee828396aaaa4035f81bf24028892d45ad66c17375481

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b3c2b59cb99e861fd59b6e2766d73f7df4a8a5e93c641116e119187d23a36ec2
MD5 5fb2fce7fefce327813c8da61080bcd4
BLAKE2b-256 9c5a73646cb953a8909db4b5f0aaefb3ad26dbbb2db4f3d4c2d1b5325e2e2cfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d33233c5ce401a8f7e46c682d9894e57ac2e0739bf14702677eeae75f681a531
MD5 add11d6dc668f760c7c4e89d5133bc26
BLAKE2b-256 c46ca96c7466d4f288df1ad17d129e8b7b4115d64ae768a8f0220aa7053edde9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d76d8465e77ef196494631ecd6cb89d50019f6a06fc9e43e66c76be0c595733d
MD5 8af229d5015595de57298e0ff890a0d4
BLAKE2b-256 d0d41b620bf154d7bc1d8e78661bf2b6140ae7ca939a1856375c0ca30d2c885a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.2.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.8 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.2.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 95e62791cdade1e016dd026bed36ee7afc55ddfa4f024b9c3aa0e3b62a51c4f2
MD5 d8649eb450f715d0313f8cd55d4a36eb
BLAKE2b-256 5f81a0b4f11d79121407c7057907b8b63d2550cfc39c1413b1ad53f7af473ba7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f992603d0c087dcac898aa3defd9a0dcaf37290a7cc3398ece6f5c461d93b34
MD5 3bc4997a62d0c74959044ff63b9a9219
BLAKE2b-256 91555b05e02ba456605094f0c8250b1b81986b745141fea50791cf8155491888

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e4bdc405a8f97990b89dd0a57c0583c28cb6aa6f4b5e65ab071c3f4515631fc
MD5 14c6fab2a80e7c8723bc0e24fa34de60
BLAKE2b-256 db2ce2745dcbe0bdceb7bd66eb4b962b3ad4f153145284f0f42ec5f64b7f5be1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdd69cceadc1d476f416e4446f4f6c6d62af0131cd1af190b450a3b7eef90d2c
MD5 ccdfb484e86549f7c1363a7648a5b85b
BLAKE2b-256 ae837b73cd0be8d520c239d2255425a59907362c9161164714482c08969b16e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bf110cf41eed45cba2ba611a4df00556af236c339e13284df0846bdce03e180
MD5 af5b9c1d646752a247e2bba507174ecf
BLAKE2b-256 9f1c600fa3de069dfb2bb046cef278596ce683985127668802575d2b9231acbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ccb11d4f6867e221eb2220222357faf424187303bf5132bc69d50b045d25febe
MD5 eb6f635b604c63a855f01c82bf393948
BLAKE2b-256 fb18cef9160cb599acb27aea3f221fcb15ab866856953621e472e969f3d52436

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.2.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.8 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.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a9793817a6cf6d694ea7a029ec59f2f63d1450461d4e2e882cfc9686bf9d6cd7
MD5 6ec37c88d81a326c71680755b5203e45
BLAKE2b-256 5c31d16bd9fe5878d50cbe1db829278625786a834da849e234408d2d91861419

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a3df144dfe098b3ab2cb9db11ec46d9ced8e1e672612e3afdec5cfbfc5ddf10
MD5 ef512524704b1e78b5c0ef803ee002aa
BLAKE2b-256 d029516380077dee90e94278654ed7c7da65b937b96e59997c731588db862a5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c46dcb340f4acd0cba30e80b4b5a3b26557effa258ae1a28ff17ba36eb8ce29
MD5 e0b384390b57b65bee0f91c9f0e204ee
BLAKE2b-256 e1599a65487f04d3b21ba573cb1c7727075d950115cc8c43e9299308a30b5867

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f520b0821c31110be23f136fff54e2aa9d665cd54a8622a090505eae9c27edaf
MD5 301c62d73882b2e75318b9a0942ae48f
BLAKE2b-256 0a9caf45cdcafdd70100d5cf1eae63e2f5506049879a7f305059e9df37f72e3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8857c7fc7f13e49edfba4ef29cf64eeda37fd642539fbce0fa8a8b63a39acbfe
MD5 5d531f7b757944f1b3e7673d3e55e4e3
BLAKE2b-256 71fbceb08524a673fa274c43f55ac71dd9682cd89eaa7ece04efd3430d116b67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5763d43960fcf0845ca5dbf8a386539fecfddb13ce5cdd76a9e4cdf2fe3c86a3
MD5 e8b074eacbe9e7cd26b4dd7fdd8a2c07
BLAKE2b-256 c644797ec6370f89cf6b5a2b1c39db6923cc2a8fe174ff7f91d7c35b563bbc69

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.2.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.8 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.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bd4130b3e3adaaae27416e57e1e1e269981aaf68b0cf72b6a955fe6f73a7a046
MD5 d7d910741566964987db06b7e4428c69
BLAKE2b-256 d3ad0c0bf49adc6d08dd2a5eeb8bfdf6ae609bef97a4fd105eeb27bf4cc4c536

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f53ab67c41099ea3f13caebee505eb7e93b5dc1a4586f8b0f5f1d1ebeb5e89a3
MD5 1bd2996a7da39f77f4e3a73a2fa8c4b7
BLAKE2b-256 117fe847e8eb638cb143f31e9845d6dcb954a74898f16419975454c0159e02b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 027d5b69268fe81cba803bdc4481c5c9d62ce8a82c1e880e90b70ef856120db6
MD5 d793177a157b545eea6019db593d9bc1
BLAKE2b-256 03769fb1ea5c03c582fb80309da02a975af06e5c33ebc9c79211deecd9892826

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6115b62d6c18a1cc74e689596d6d77f1b1ae885f14cb0e0fd253dac83015975e
MD5 a937d7cb80713c0d08154e5b3f6660f9
BLAKE2b-256 d81847f4bd369fa1c20f77cfe2b67dd336a957f4b67de68f7faa48dd7304b308

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad653deba8319c5f25aa62b0b079e22a9a6347fb972fd23a4fda4fd11ec88804
MD5 02006f3afe58079180a49f3bf02f9b27
BLAKE2b-256 04179063ed26b6961d21c5c36c9e94c55d07506ba95c756f5b1b0b4915a37723

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a8b579a799002de337c5480cc66bc8be69c236f5d8fce7bc7046c07d375a448b
MD5 491e05f00abb2e32a2bec9a385106f6a
BLAKE2b-256 96790a9f680bfb5df4678a6609205edfbc1b3db8340d52b4d22f24fddd9a48b1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.2.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.8 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.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ee895cd3ea289ca300d1e7fbabed4a16a9df3f59e76ef6d999bb76c6597b7b6b
MD5 494c1ca29300b933920a1da8468841ea
BLAKE2b-256 ea828b222197e35ae60c313ec0eb2a981ca5450e1411c96d9262f6b2da29bae9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9bde80941a2a310400a5d1243a68892f468dc4a14f3e6208ce1e90dd539bf86
MD5 b265821eacc9db6d529c98c013ceb7dc
BLAKE2b-256 f9b807a739588e1dbc335790bbba3313b51e1cc562ece9f8e87c76dfd19ff426

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab0c30c11f9314f0e1de2be93db0ca9cedad3fa075ceb4e8d2f70f7244fe5038
MD5 3ea3c9e3cfe12087faaad61ae22aa185
BLAKE2b-256 afbb14dfba9f226f3afaebb14e88ed414c95c1e65a8793a11637b7c1f8daf321

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fe529784a1f1f071e781fc5f8cee600eda1c30ff81e623c301f689cc4cca1d4
MD5 7d319ac5d4e78f4af4bcd3cb778ed055
BLAKE2b-256 b2b691711d7898e53b2f8dca1af076d97ad39bd0d7606e4d0fdec6879bb2c26d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.2.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.8 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.2.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0ee05dc2e9c82a377545f87836c55b51c0cf57bb53834d97d84a0ca9d69c2344
MD5 6825183c4c06c34dfe41a65797ace526
BLAKE2b-256 7610408f005a6d200f7a7eef63f64dbe01cc88cedf02cab08aa99baa63b410e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3fd3784c24832b21896fa55935ef57053a7f538dc0abd87714da29157773c0c
MD5 fa6c5b50e06635efc587232eb575299f
BLAKE2b-256 987af3490c8e3bd33009a8da73f91ac98163411d780c5996084c7bdbeec1f099

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09b3144a88bc58e34a943455a7efba539491e41721a68aca4665a441a3d07d13
MD5 2d028e54c7925edbe8022f538a0145af
BLAKE2b-256 7843859ac49bb526cb19624553a1a9a8166025e5b63e9a2894d8b2b39e14322f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22eeed49f3c987cdbb755a455e2e1bf72b2174ba46c07d9cf2f0f648d0ed6100
MD5 7adca41bfd2079a8afdd6f9ae26b9340
BLAKE2b-256 ef15946707dc29f2e8c1b97025879e408ec9e754e08066487c40c25db5c074c9

See more details on using hashes here.

Provenance

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