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.9.0.tar.gz (120.4 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.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

impit-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

impit-0.9.0-cp314-cp314t-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.9.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

impit-0.9.0-cp314-cp314t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

impit-0.9.0-cp314-cp314-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.14Windows x86-64

impit-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

impit-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

impit-0.9.0-cp314-cp314-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.9.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.9.0-cp314-cp314-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

impit-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

impit-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

impit-0.9.0-cp313-cp313t-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

impit-0.9.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

impit-0.9.0-cp313-cp313t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.12+ x86-64

impit-0.9.0-cp313-cp313-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.13Windows x86-64

impit-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

impit-0.9.0-cp313-cp313-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

impit-0.9.0-cp312-cp312-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows x86-64

impit-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

impit-0.9.0-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

impit-0.9.0-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows x86-64

impit-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

impit-0.9.0-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

impit-0.9.0-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows x86-64

impit-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.9.0-cp310-cp310-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.9.0-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for impit-0.9.0.tar.gz
Algorithm Hash digest
SHA256 c59f4cb664610666a7864c0b64074059c0ca1484d881855bc516c1aa6271ff72
MD5 97275f3032ff0028dd2eb8cc19b0100c
BLAKE2b-256 a270f5eac068c3fab87d26f5da374a6c93dbc3eb5df651f730f764d28b02c7d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 172f96546f5825bd6f786fdb2a5409032d06ea1c587b2ea005382e331cc3255a
MD5 aa67ca0265e0d7695394d79dd6c51db0
BLAKE2b-256 f257d83867f20d39c5cbddb1278eccd49e5ca11e852eaf50a4f3a1e21a80b3c7

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a7ab2293aca2e8266dcfcdd7ecc45db49380b074e18819cb2942cc45dd727d0
MD5 3148f63e44e6f39c8f4eb08098e452d6
BLAKE2b-256 77482d430ab2879c1a64316416decbadb8fb4d43f580e6bdd8c05263224a0f3a

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b106c2740c5c813246b3f064ab6220fe79856a11e5549f9741d421f9d27ac850
MD5 f5700134ad4f9bc693529604a8a6d03a
BLAKE2b-256 0152c73a93e2f70da38277ecfcfacfa19683f2fb10554a776a19ee7c3c79d009

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e23bf1c8d933de6c7e07dee6753f843e2ef6d27550c6d6e0b495c182b72caf29
MD5 6a5ec4e30c9cf36c16bd4cd372336dda
BLAKE2b-256 f0a2987de3eb10e762ffe0f6a23407ce4cefca7407e9404ec7eb66e6b7fbacae

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c51d8f65c0276f8122a10006e8c3fe04544212aec44f6dfacbff48719332848c
MD5 e5cee9d0c66325f3b46808df7e892054
BLAKE2b-256 fc8eec74e0dc2615be76535050311589bedb27e798cc688565601e94b61e8888

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a8ce9553074163a10446d61a921c96e4d658692d18fe80bfaa3f5151d297ed16
MD5 5c971f007e1b8a5a3ec835cee9395887
BLAKE2b-256 6c2bddf01bf530f9b661031c61fbe3e1149ebec463f001a57941eada3612fac1

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

  • Download URL: impit-0.9.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 73adf27dd5a41a1fc25a60746e1cf3970c6a9be20433d4a29cb43c971afe13cd
MD5 079b9690f300bfc78b8e2255bece2be0
BLAKE2b-256 78ffd0b8bc820d88aaae302a1b7789d9851e9b7275a93822a051bceaa6176a97

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96d83633d389020ca9250e3f7acdd2122d929fb82f856f44bc6c8419810bf788
MD5 0d994a1ea14816ebbc0a69155d30d8b7
BLAKE2b-256 8bf5e2d2f373f0799cdea2ba29fc273137c6340d98a27fa81e15d94bae31f4f1

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b059a2124e199e46012b4033dd72aea9980de342f1653857f0e509098024775
MD5 78e69d0b7db99cd6a4cb61c0e5e40fba
BLAKE2b-256 d3eba40dd7b3b8929f7275b30a61738d5f98f1221e832e785e3410519b3d85c8

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd0768324cb9d3c559af013a264239896a32ea83645a3039e48f06cbcee49517
MD5 a5c98be7ebeacc9fa71dc382fac0b43e
BLAKE2b-256 3ce17426f8db00435f920bcfdf736c49e7f8fa7a61df66ceac0ad129e01fe79e

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88281b7e8e5af5d4718cd94eaef29742f38c4ad2ecf4b6204c3a6a6f5060241c
MD5 4c125d85672c42e6a0ed54b1caab8855
BLAKE2b-256 5309885360c321f7fd8396eb57179486d9230382965c04ad78dae06d419c1ddc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9856294ddebe7372a4560f392c0f658781e4ec0829d5aa535cd90d43a8b422f4
MD5 c6e01af1b0612494fa97a6b5708dd880
BLAKE2b-256 6eb9f76b7f9e7ff122d9f5b877f7f952f04c01c588b9f1ca362029558ab83738

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a37d3c8711a3c313c6beafc3ecb14abace42db9820030e92512673999ff4644a
MD5 2e11046dde996c790fb33629fce4d4fb
BLAKE2b-256 d15355c973d03fe9f499f7865ccae80c1b997e75df3a5e7383441de4ac521370

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

Details for the file impit-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 950771e3137abede36e0beb482e101671fcda2905c7f7b2163f3fa711654264c
MD5 1b724ec256dddf0ebe1bd5bfdea9f7c9
BLAKE2b-256 8db9ba87cabde65a0dd67b0c986f61a579f259e8b6603c881f0fdbf50ee5f9ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e0fa446543fe0bb71970536b8c661ab3a14eae6852de82af565979beb97812d
MD5 03153a88e39c14352e56ab51d6a52d57
BLAKE2b-256 41ef5e7ec39c4c37ac97353d291762a0c28a582d3439123d21b8a7817a25b58f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c7187716a9113d2c4d42875460eef42d3545f7875a60509968a426bc6bdb94b
MD5 fb069b26dcabbd7865eb630a18604d96
BLAKE2b-256 e86b1f6caf6335a024436c7ba945a58b782aba2d0bba99f5483ac3709d4e0ef6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 140eb4d9e6d0e071bd0a899566fcc114660a20f77d5d975ac4bafe82e8d552d8
MD5 1628379e4a38f4bef9dcd58338dbbf95
BLAKE2b-256 04ac42632cd3b0c21bd1c255f3b470210fad850d94f983b8174d3aa6c5d7a938

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3e90db894a1ac396fcf343c5bbf274077d504f1a062500966495dd354a257aa
MD5 c81e02717e7edcac273af9e727355a93
BLAKE2b-256 2d92ffb3f5c5cf14d28e196101c46d750c98efb865efd8d54ab7e15d480679ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54abd0a78963dd6d3f4653b63f4f676abe220bfec065ae026e2f2c9d4ef9bd30
MD5 e54999280abd9aeb104f591dfae85568
BLAKE2b-256 84afcc258401dce013357d6bc498758be3ea279150e18cff45cd1be7ba7d17ab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c94307182e539767de39cf46cf18394e3c3cb7fb433d1a124cd5bfd87dc19631
MD5 57ae6d890a92c245a6e342b5558c4a76
BLAKE2b-256 0ef9a3c54a25320824d64d2aa1f31729f18c5fc8d63620fac95da9111bcd25dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3411506c09b967b89005603ca18d3ac593dc8fde9066d4d384ef3a57a874e91
MD5 27a9b956995a5e09d1c9d16404d3f0a7
BLAKE2b-256 bf7a0e9bc439cc06b4d5f1a0111123dd15450edb5a520d596ac107f8048807bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c6144dfe1611b51c358e3ddfc43cac301babb03f1e52142ba38477e805967a5
MD5 9bd52e8a496984e130f4701ecb409266
BLAKE2b-256 99d1a97bcfa0bf1440da1a33e1ce7a7fd4334fcdbe27ee40e1213f031a4050ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 977750b22cb7ae58c0517d0ff98eb28e19c8744654a5d292ad2423e0c0336172
MD5 e5cfa4f25fa0953445fd4a347cee12a8
BLAKE2b-256 5559922efe9a06b61f2fc12f38582e40d6d9c3055ef5c43ef9fc170076a858ae

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 273933b3d3a352b7663ba9c1c27494043584f36f2353005077808480388e4c28
MD5 0371d5334980b407c34401abf039ee51
BLAKE2b-256 3f94065629960f128b3ddf775cd545f504791c1a0f50acb9b8d0cc56b2e2a5ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56372ffdc0a04d5a85a3419664e19ad8ab6b77596de664adc9fa50a558e29a4b
MD5 4019630f59d6ed2e75dbe4b23717d07e
BLAKE2b-256 ebe69a1fd9f3a0c8fb348a6637e2dc2d305f14d457a187afa0a2da378499ebab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d297b73e852f00d804fc1a214bc45dd02d2ecfcacbb6d1345daaa09ef9325f56
MD5 ce31f7a884b2bb3b35adfd3bece5b741
BLAKE2b-256 86dded866ad43eb8c2693461ae13b98d4f600593723e52eedb3f5b3522c79715

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c1402dc2d7df6693474b949f150c6523bbbaca3b65e7feb4e261a6248eb73524
MD5 3976ea4c9001b794140d4a07276cc037
BLAKE2b-256 2da8a2b980192af030c165df01f0aef6b09aecdb7eca4d03168c3f00efffe057

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc49eb763023838116ba575804fe74ffdcd858d363ee30987b090fb8d991ef61
MD5 8f7559dbe82191f02bef6e68a1dad015
BLAKE2b-256 743b963237b88ad70e837f7299ab4dddfbfb611ba6fb5ab5a6bf82204f120319

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d6ef0b6abb1f5c133bf2c64b527ae30c2fc200f744717d163b251aa7b16ae00
MD5 f4c87d2785b70ef491e95456e1190889
BLAKE2b-256 b3ccff68b4ce07d6a36380ca986ead3a8dd9b3775c06088a1ba0e5a5e211d774

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b798a9512c04ed82558892e3df2ed76240c13813b33ff06be7d4c25c9dbd92fa
MD5 42c9f757a3936529fa9220629b974cfc
BLAKE2b-256 607648a183d06183389d2b829d0bad6b78d3358dc95d988a9a7e41acd8cfcf05

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3983bcf336e98cce2b538f24995c74b0caec7e0608309f42bfc265b0b727828f
MD5 346e931fc1906fc9b9e94ccd8d14c605
BLAKE2b-256 ded31950977e84f619d25293d2c1c189c186ae391ecb554222752ebec0192940

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88defab9259044e9ca44aafd3e23f625cf71e9b8ce5e9e27b1aad02eab66590f
MD5 cda163d61dd01634800e26a5ed4e2198
BLAKE2b-256 d0ec8c5d7c854225738bc617269ceb087316743909c4ba5ab470e7bef278e061

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54e47f15c32d47f587bc91c0a4632ea99223d1cfa771342a4eeac483c9b82dd4
MD5 6a240b70e4c9a9e96ee3ab5bb9b6c346
BLAKE2b-256 d357719e0c1c81a30166a621a58552771229df4d25b7e14457ff59f3ff618448

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d9f4b2c3775f4265ba2cd5413bb444b4e852ea87f4367308fc9b025b3eea358c
MD5 2aaf3003d7a872b5e3316aa0b78cdaa5
BLAKE2b-256 912b30e5820a38b765df67ec80e2d5106d65d4ad07d8c973ade63b4912d14adb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fe410fffbfddbf8e658cc2e8ec9d1c5e8d808617c7ed70c7e84d572b2698672
MD5 3bf3d55b237c3381c4a53aee618ae5a8
BLAKE2b-256 19469fcfa4256af297d0a147763bd5d70e918c2f82142d16752a6f54e21b5c9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a74d02c00abb5b4f6166c65d6c165b671b4c26b1373f2df7eff94a472853093
MD5 ca5a4b991c4bf606752346dbef34422f
BLAKE2b-256 4e211f2a38fb1511df4e9dbe3aa86ef66e8203be0a54130f760baf09554a86c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a037ddd841f1486bc9f5602c45f5d213fa886af8d039dcc9c3c3bce7308d89f5
MD5 7d9c73361e65d6a1ea577c97aafe0bda
BLAKE2b-256 9b32c9c33892032474c956ef2d0004ac043e2c877190e9b7f6515fde62cef77e

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fd6bad91dc41e39ef8a82a4c516ffb800924ee4d6e35647392c6a51c9ba0b22
MD5 61d50119606e309bed20b44c24418209
BLAKE2b-256 21ba2fea6b664fd4d2ae443786eab02af98d5322e9b035dad62770c32e2296f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d330f108fda544663fdc01392c6d66f7a0e6c68e6c6b77f7224bc9f7fb49e499
MD5 809b24b3244e5022e45eb86188394c70
BLAKE2b-256 3d6ed4aebf2428254c2b00022f814a09ee1ec9f2f4515e51cca98ed7186dade1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54aefbc3f2ad55521b145089d984de5f6eb27eeb9c165fb0a9e9a3e9d10c8536
MD5 3aadb91382c5bd9960b3eda3b984cf8b
BLAKE2b-256 994ecc56c6fd80ec0b79a92c1ab54fc7537a15c2f88f764392eeaae83df9427f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for impit-0.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 02ab86dbe56450be8087113531cc5b39190f9a6d2de48f3bae14422ceff8034d
MD5 17de8c3c8141b269dbd942fad91fa153
BLAKE2b-256 840d6ad57be07bf777552deac0462971ddae5944fcd2c1eea4a2b50044a666c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9d5e986cc3fd28fee0abf195bfe8010a936ebf6e0ebe0582b3303061cf7fc3d
MD5 69601ea4cbe5fac42f94f20eef273ee6
BLAKE2b-256 98e788b906481b11095d854314634adcad7f08eaaa75905f50eb3aed9a52416d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83690c693b402508eef22ce1c1edf4470ecaf4be922940a737f1599cfa2e01bd
MD5 ba44bad4030c498420fd74ece8e390c3
BLAKE2b-256 2ea9cb9c0f76df516a37be4a49cbf99b61283a07da5dbc6e7d64feba2908b0bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cee15d9d76c675e0d9137bc0afaf7982cfab160c53fb6b3b2e7caf9f47826901
MD5 7bc8341a889757bd2ba7cbcd14e5e369
BLAKE2b-256 54bac94f8b4e93295543aab3f0cf2b91f41ae952ef9f4b470d0829cad61eca0f

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e501b404487b5f2d0d611d21e0fc86d628c535600cca3dda3731e8816576d917
MD5 a3e07221bd0f86f8df8945d147aa787a
BLAKE2b-256 44583d950e538547f8085c1dddc18aa8fe0a91ed999d647957e3bedc15054b20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55ae0aac418b3bff6742749f560c1aa222c24016454c46a1bd63d18b3651e969
MD5 77600421a9ceef3f1b7e132c411cc739
BLAKE2b-256 4068ef3b57c4a00d90a6dd37bd9729e729d2271279a89bc276e110b68c486f41

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

File details

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

File metadata

File hashes

Hashes for impit-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c5bf1b9a88aece7c9bedb54cf8d04369f7f9af3dd392b5b68365364f00014f75
MD5 ec6e7ec121861293724744e0a3b5b8ab
BLAKE2b-256 2bfde71a104e65a2fb833cda490eaeac6b8f45d9df8e7889f67580c4134162ec

See more details on using hashes here.

Provenance

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

Publisher: python-release.yaml on apify/impit

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

Supported by

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