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.12.0.tar.gz (148.6 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.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

impit-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

impit-0.12.0-cp314-cp314t-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

impit-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

impit-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

impit-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

impit-0.12.0-cp314-cp314-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.14Windows x86-64

impit-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

impit-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

impit-0.12.0-cp314-cp314-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

impit-0.12.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

impit-0.12.0-cp314-cp314-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

impit-0.12.0-cp314-cp314-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

impit-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

impit-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

impit-0.12.0-cp313-cp313t-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

impit-0.12.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.12+ x86-64

impit-0.12.0-cp313-cp313-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.13Windows x86-64

impit-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.12.0-cp313-cp313-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

impit-0.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

impit-0.12.0-cp312-cp312-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.12Windows x86-64

impit-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.12.0-cp312-cp312-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

impit-0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

impit-0.12.0-cp311-cp311-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.11Windows x86-64

impit-0.12.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.12.0-cp311-cp311-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.12.0-cp311-cp311-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

impit-0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

impit-0.12.0-cp310-cp310-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.10Windows x86-64

impit-0.12.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.12.0-cp310-cp310-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.12.0-cp310-cp310-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

impit-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

impit-0.12.0-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

impit-0.12.0-cp310-cp310-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for impit-0.12.0.tar.gz
Algorithm Hash digest
SHA256 c9a29ba3cee820d2a0f11596a056e8316497b2e7e2ec789db180d72d35d344ac
MD5 fd08ba54af69c27761a940fe3fe152a6
BLAKE2b-256 25e3a765812d447714a9606e388325b59602ae61a7da6e59cd981a5dd2eedb11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58c26d748480f7a937f6777503b1a88beda8bf548a7275238de8dc34edaa94bc
MD5 f792b5950d29f95be9f1e4e1091c7205
BLAKE2b-256 6b7c7ba4b99307bb084ab0891dccf1689195657a6ac675f7d1a8b0f134973fe2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 edca130ddcbfa731ebd875b4c7b2b5531083d845c1222ae33d4ef405144846eb
MD5 db9821b10948dca65395b1f797584bf1
BLAKE2b-256 683586f42e3d1554615f0a158b69b14cf821a1d806baff731427230b0b5a6996

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10d4686d0cdf11028ef9a5cdf842d8eb77863ed4b338d42328c61c83176f95a2
MD5 fef0a4ed87b14bbaeb3b005bfd2acf2e
BLAKE2b-256 2c452dfd122e2952aef8266476c2955f56d4aa26f367d9deea1d994faf1d0ee8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6df30d4760cb6223db110061c147cb15a9e1e830c25a6a4ce9b0fde5728704ec
MD5 a1b62166601e8a6da6d2b750f023bc2d
BLAKE2b-256 8ae952e8a89f1c06137595ae421f34e3c9558681e13eb1c6418564acb80dda5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a8dee56d4d9c941f3641025692a037fd6a120ceb6a447e5195dd0f149b7bcf9
MD5 7cda90b9adf172da265934ab654fd5a9
BLAKE2b-256 c0dcae90a5e77645bc059313cb3794d81ca2fc8d3456a6c5071237f414c2eb04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ad14a03cd2c44b3cbc79ae8cdc0717fe7b797d49fa11315751700f17dacef9f5
MD5 c522b167a5d175c75befd1a9a2095bbf
BLAKE2b-256 51b807d27c8a6f22a211f94d21c13cf3eabb09e10ad9d72d7f873bb77c9ed816

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.12.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.12.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ef5c129d5ae69f1fbab9ede66fd81ff2e8b277ddd47e7cbdb12bc7035e389ad8
MD5 4a58c455dfb9dac5630de9f82f380853
BLAKE2b-256 37c8d7401673a5ab290357503597b6b8d54e90f296f9f53f1ce93b756a82e08a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36e858d3198c0c3cfcd2833adde300b831184925518909828555a17f61ab99bd
MD5 0d59a690d02626e4a06176639de95a17
BLAKE2b-256 8ed4e4b5186411703d0f57c9c1c172a859622a226268cb61cee99d7fb7a93258

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 365e6bd562a55bacb80efbffa5f6a92c927789f7229b25af14e4bdec45e3798a
MD5 c752a4076342c928283858a906724fab
BLAKE2b-256 9420f6bceaab2fa49ef9f740e0bf5ac80c66051e2a08b45f1eeb7b400095c655

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 120574e7749036683337e0f4ffa924c7dc020e67f00f48515b1e3d2eb07491e0
MD5 22cb452b9748c7f929de605160af48fb
BLAKE2b-256 13c04812bd6f8c72152d3b2c718f5dfa06a4389dee7720340aaad42ba72ef3ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1b973041bcb1ef7d57ade5c649ba4bd5dd7417cdbba3a3d399d6a1e578672b5
MD5 3228d8cdef307aa9d29363c4707a5a15
BLAKE2b-256 9353122e636d8139ddb44c5543d3dd976a74c10a8a4bf9738f74f57eac143d7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 547fe4ee89001d3073590df6d4d985a727b09adb8aa2697a2ce97e8ecfdd3125
MD5 83de53043cb9d4ab6181f841506b7e2e
BLAKE2b-256 2e16911eafb12a8d0954c9260559d9e0658b72b2fda02e5a6ef08c8fb418beab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d622e3f3bfc62f2cd3a7dbd036d5932f7578f7a329731709a366085f6eb4187
MD5 c3e99049d4ff02daa5b642b479ab34df
BLAKE2b-256 44327b1d30540b92276e7f8ebd281e319bf661c7ba461a611e89fefd3d6a6443

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dc2702225eadbd501b748e4c435126a6b1ecab0578bb81da0ef364ee642c80b
MD5 fc41f0b358cb98e0fe57326940c5b07e
BLAKE2b-256 71b276d50922e2973d5631e2a7329c32e1cec39be7bd26077e797fd132401b5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9942b8208c0b0e95eec1f479f60def0c16249fdd346693e68c90b9cb41cc6c8
MD5 2399d3af891205bb01d7649bc51bd30f
BLAKE2b-256 07392153114da2ec93a493c7e1440d06b542772d728b3286541b655128ec04b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00b29070c410594af878cfcd87e1f039e1b24b6e0989842700c285da65d1f934
MD5 4b713f8a2a36079d94eaf7f3ab266507
BLAKE2b-256 d9909e3fa3f6ad6754ab7813e75e750201d956084b19ec8aa0df0a257ae1be4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41d24979132f13b77573da44ca5894ed36d82ffcc8407959e32087afc1bd395c
MD5 74afb46d1563e59024df35ad2eda5433
BLAKE2b-256 179a1b633977728fe79802478fa03144ee5cfb66683889d3ce842afd2846b75a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b28289e9506a83ab3d372daec5bf7d7bcad0b386ed2c646cdce312250bc89d6
MD5 9081ed90f945cda05c91be61d39ec3f5
BLAKE2b-256 8ba0dd79cd8b8315b4ddfd81ffd98c44728e40bdc0ea03e857db02814a262ca4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d508c287eae4645cde6f506ffa7e103706676dd72b85fe42940f6eb2159711bb
MD5 d8977eb401fa544b59484378848a6b7a
BLAKE2b-256 d98cdf495e9e1e23b6ec6b5a0a23b0b2b38a6666044bdfdc9b7b34d657dd8d06

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.12.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.12.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e1cbdce736ea66b2da3fe82a2c5961fe1fce35d98bcfb3130600dc78824b1fda
MD5 6ee353b362e7d37291f9bcbb766c61ab
BLAKE2b-256 64592869356464ac123c32b5fa53d912b2acc3156e932475dd02e64779099c83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 818d95b4958c451e230f8215b2ab920d521999bb53bb84438cf8b0b8efa37c7e
MD5 024a2966fc22732652fabb7e07f3e287
BLAKE2b-256 2efc0e699ce9064648541e3676ef3287745cfce6d14b6aaaccf4a1e86dd69a80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a6fc27136dbac34495d7f947c244b32db25a49d9c175e557b8d1838eec64a68
MD5 cc92bd4a04ecbcebbaeb47a17cf1c645
BLAKE2b-256 71fdde44068629e7807c4aaf939c87c04fe5e97e3b2f581cdbe68c362b779897

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb00b49b85def8a94f1717f1f91ea0d96b39b98b1c5e5343ea43ecd5087f9c08
MD5 fcfbd8e2f154e3c9f0ea8f31765e11e8
BLAKE2b-256 52cd103a0f466a0ff957c7e24de2e38bd9c23b1bf4c39c269f2f014b1c15f304

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 950837440cebba6466fc319ce7131aa720954b603f805b919a9a9837ce8e3834
MD5 b119520cf719e9f4c90cdcf995f73d04
BLAKE2b-256 dea81dfdc748c980ca4604f99e06e0e430e237806056c761fc9f19ea3e70e228

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e39731ec656857f5c445b7035e32f7ae99f126b9934bc08e55e837143192bfd
MD5 35e899164c38e84fd155ca7bb96d2136
BLAKE2b-256 24e76152812b98896aa792086100d9f40b64570fcb5e2441a0222ae110ff6d19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d75b2a17fea6e4d02af08da7dd72852f23c70e167c168c43c3fb1f8b307be0d9
MD5 459112d3aecddf85df41b10708c7572a
BLAKE2b-256 1fb1a7cb954b72306055f5672ad635227d8b8b495dab14a6ca289c8c71430e96

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.12.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.12.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 89264e48d864526b84cb3a620f26715013becf5c143942a2c9c05de124700133
MD5 4ef60924228a0738b795f8a49487b3da
BLAKE2b-256 e5687f90989ddb6f66948579f139b9c9f750a9b4989b55fb74248453aa4a0f18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cb1ef17b84c7883dc0ff0073b8240986ceacf628faad7deb9e1add811d2008e
MD5 c3e8ceff1a5c0659f675e219452cb572
BLAKE2b-256 f9e9aabfff707579346a9db90c57816e4838969c8e9966e78754f8f8eae28b06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d4d6a4708e32763921c3eae75f77cd33dc777dfe804ea24ec777b2f1a305577
MD5 2913b034892482e326bf8a6b087e1486
BLAKE2b-256 f9025d3e2624345e78b5fcb29dfa01aa1f152e3bf317ddb372e60c5761c04fcd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70134fe43547ec27631946fb638707ca3bb6a1acbdb535280d38aaf95ca3c0e2
MD5 568bdb44dd5af03ce2252b49d5e254fc
BLAKE2b-256 e429a7b42490b3494e4c008a6116e87451d69fa7a0592be8c2bca11ec6804c31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e707517ac3fc9a71d04d916daca38a3ebc76f7e7e02e59ec96383c29197a3da
MD5 6a83ee126930b58529d877b76f9b4715
BLAKE2b-256 ef5d3da766bac2735d4cd1182ff16f32b8016ac9c048210141681383b27e3c7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47e30b5ab61cba593479229111e2751c3afe5ae3053e0aaffdb524cbf407cec6
MD5 bb63e6d42987eb6874a1d84070e93800
BLAKE2b-256 bb2a8f4907d14ef7d071b973cc5b7878b91cfdb83e4b7aa52a10bcd4765205be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 050d2f2e75180040922772fa5be00bd307c0787adf946a2db77a59c91ba61dbd
MD5 0be2dbb6dda177ce821e62eccd4811d2
BLAKE2b-256 70d01c2bad1095b23c693bab9509368c530ef8a16126bfd923de39e06ee4985e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.12.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.12.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d41a37e62f3a1e3c4cf35c1a0121fd5ae9c2771f11b656cb0315b470f0c23919
MD5 54916490ca254fb495025806ed6bb174
BLAKE2b-256 a633d90002ce18d46f840cfb9f4ff62d6a65a910d1ef6694ca25ce253271632c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2447922c9ff4e930d3a2b29987ad6c814762961c93a83343f23a830ca8dafa02
MD5 9f97cf1f3a4e047fc50610316f4eca9c
BLAKE2b-256 4b538854490a68b2ffacf0264a624da1709f554ecc023f37c520bab7392a97ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c6a04b39ea39028b50e3e8cdfcf85f3a6434a765418f8ca391d0ed71b868599
MD5 af2af769194bc964847ab0607fde51fc
BLAKE2b-256 4a141cf2f92e20480aeaca81cd94a853d05e60889a528537094b122f725d514f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00e74c363a441d2834e7a4d71396fa09bc68966d007864c31bbd19240d5b4453
MD5 d60a35d135af81ab1878a786969a1663
BLAKE2b-256 00263d55c131eb696df1fb386a6d2fc283f9c39243dface39d741f8941b97601

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d881307ae67f2316a683008a1ea88ed39c8284a26fe82a98318cfc2fc1669e9
MD5 40ce542c9d6e5533bad2dd92d5858c04
BLAKE2b-256 2c4b5e19de4d736b3b8baa0ab1c4f63beabc2d961ac366a4b5a5240b6d287124

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2985c91f4826bf7fff9b32a8dbcbf6ced75b5d9e57ff3448bfb848dac9bec047
MD5 eb2966cf576153e0a8c17008b812ccf1
BLAKE2b-256 b5a8ed6fec1f3cc5674f0b2d06066a5b2ee03604a1c551bd7095d37c4cd39c1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2c528c156d128beff4a08dd7d277dc7d91d0bd48c41d1e6f03257c87cbea416e
MD5 99b94e23b1e5c8b3a0295a434ee1b103
BLAKE2b-256 6f31520d93bfc8c13ae1e188e268c49491269634e55c535506ae933075e9b342

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: impit-0.12.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1c1e23d99755eef2240589e41f078d3d02491914533f02abd8ab567a7adc4541
MD5 add7417a36cd5c668bade258894c5d04
BLAKE2b-256 28d3e238d11acade870e179fc5c691c9a6d1038ffa82f9b38b88c4f4d54917e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcd783c539ab6ee63e85fd1724a31d315a9e320b45951ab928af699d22bea3ef
MD5 ae4644f979a01655a0e96bbc83f3ac2d
BLAKE2b-256 a3013d5b2317e6f9c1e1a788c3cc2c76239cdc5362cfec75955386bd465fcde0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12418a537a90442c53b751b1e6cb90a5e758424e095c45a811a9fbfaf678b533
MD5 bcb58c88653893fe4a178defa04ee9fe
BLAKE2b-256 bd3f2540814c24f2957820719188598a468aca05b032b3272e0d74e76f962e19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cdde666a78cb1ba0af27092ce80eb62d8d28a188bea8d605c08e9e80143dcc8
MD5 a5358f083da95694ee00b1823838f721
BLAKE2b-256 d2eb7f0aaee4d0559761b4434d85b3f626d267ccf407dea322891dd9846f3dec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40aa46a8aae5144fae75d47caaf9315924832a4636d5f61fb7730beb314c0469
MD5 b282bc989bc26997d1f4c14f5f3c5000
BLAKE2b-256 651b2a6ff03d43c364918c697cb407a9e9aea84e92d517ffda198dd10bd377df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dba43f52e25d8fa46a7adb47f7b11f10897dbf2232f1de80cd2ec310e66f880b
MD5 2d7aaee4a8dbe9e0e3a42c0762e00f97
BLAKE2b-256 eac313d78752d6838e059762cb0fe7b56b49ada42cd507b2c5e8fa6773255dad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for impit-0.12.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 81d398cbfbbd325bc744c7a22cf5222e8182d709be66f345db2a97b81e878762
MD5 0f801a085c0d051af9ba62bf21bf0bbd
BLAKE2b-256 e08ab31ff1181109b21ae8b1ef0a6a2182c88bb066be72b4f05afc9c49fddc98

See more details on using hashes here.

Provenance

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