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.0.tar.gz (66.5 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.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

impit-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

impit-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

impit-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

impit-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

impit-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 10.12+ x86-64

impit-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

impit-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

impit-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

impit-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13Windows x86-64

impit-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

impit-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

impit-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

impit-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

impit-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

impit-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

impit-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

impit-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

impit-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

impit-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

impit-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

impit-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9Windows x86-64

impit-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

impit-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

impit-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: impit-0.2.0.tar.gz
  • Upload date:
  • Size: 66.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for impit-0.2.0.tar.gz
Algorithm Hash digest
SHA256 dcb67255e0e8c1db567919f37aa790273e953abd63e47e0a2f04d85ab31c1376
MD5 10a895a343126bfec3fcc056cc7d6b7f
BLAKE2b-256 355dfe90263ecc83806d367cebc8b461b084aa63c81a0fcd77da983fe124ae11

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 feddc758b530c04344ec1a7a87b770072a1191d144b07ddc4dc5e226e44bfda1
MD5 9a7374c143cdae6c870cd7543e71c946
BLAKE2b-256 f4a612d366441287e5490297fec41da3916843fcd28da615d4f7e88f74907989

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1df570fe5a1fb0ea2cdd8a6b36875868a7d722021e858c1b260e9a8623f57c3f
MD5 4e3b313d0fc7800e41e2a38db736170b
BLAKE2b-256 f975fe5d5610801d8031fff348d824c8d65acc644cf666c21ab880ef649c4fbe

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2c0d4fd6ff16d910535a2ba986053f86b420638f9876d62640a9e7e0227a4d2
MD5 928f973ac1651506c77b773056048d19
BLAKE2b-256 e9a9eed45dd81b0b9b5a19891131cae6c6a4063bf83a1f690646e9fd43f7dc0c

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c3621e76e65b2447420bbe2a9e42b8c9cb37461d78f00857fc770d3645fe7f6
MD5 41abfa5ab764e474f9b6dd73be5eb5c1
BLAKE2b-256 8b982c31e46d88e9273fe5cb4c2253aeb6d83754617a1071f65d495c4f360691

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd9843e654ec7c520f90ed1a1e9b49853cf942d1e9e040e64b5ac6fdbf7405b4
MD5 792fed5358cae034e002059da46162f4
BLAKE2b-256 8074c3526fc610a103cd6b932b3c767d0ed9433ed6e6ed04a3bd1eb719e3cc41

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c1247ebf57a78f7ff2cacd2dfa93f3e11cfd1bacd105aa5c3e01f11526740b4
MD5 4330b9cc9abd0130324bedc84be645a8
BLAKE2b-256 0bc4265bd6b0f165111dbc4ffa016f2cec0ad85f4d581264b7d255a798114c8c

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5eb89eb8b602c8742b9b795c1ac83d53429744ae2a259cf19996d87307584f21
MD5 82321269b380b4225fe04292ddf6b8b3
BLAKE2b-256 da91d8df56db3d9a009bd700507434313ae4c5a002857999d5c65c8752273943

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05d192f9148fed0afa3bad50d64440234e00e52e4858a5f2bb391653cfa6566d
MD5 908c655a992aef9c95d599b8f658cd6b
BLAKE2b-256 8a86db31d933e64682a72cd114aa4eae7ab51bd128196cb94710e12126af6a00

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 695c5598b1c80fae8614b2cb1facac5b575acb37db97a8fa426ae98f45b8e35d
MD5 b3ab7f11898b6300f62629de7ad264ce
BLAKE2b-256 60afa70b6a77811a1fc7fc23b5b34204515bc23a0336be5179312403e2f07409

See more details on using hashes here.

File details

Details for the file impit-0.2.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4341cfadcd4047741e4c91a72bc690162c81fa483ceff1193f80b7bfa7aabbe8
MD5 f3e86d6ef2c4189d4aed71313b6d8684
BLAKE2b-256 60d8d5d29a60f9c88017b37c08541206b10e7590e87147121e75a41a2ddeb025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f7e9fe363f67391b97fcf88ca0e10f6f6b8c31145e4a1f94a959e826d79dd9b
MD5 d654f103d33470d1d08d45966a794d8f
BLAKE2b-256 bbe9dc7c3b1c6317d2edf66cd35a018e206c49cd4553b9bab2b5b0326c09a1fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 164be83233cbc2010344e29106caf331fb6ec86dd1ee5cee5f0b5b01af49bd41
MD5 614f6e7cc767e37d74dc6c9210096970
BLAKE2b-256 f504786fc1817f488dda1bd323b76400031f9184a511895a10c81dcb0ace03a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: impit-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for impit-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 595f6bd53be59a75dc33b89be5b8d2505e6fb5226a69879c01efa00ec168689d
MD5 3ae2d58784ff1b5f58db5b1d97b7a371
BLAKE2b-256 68c1eb6e7984a667907002e735505f79ee6de9ca325088072a8daa150bebc2a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ca019a1a41d6fb75b9564503cf072527c36fb8f858b99a0eb01b9e80b0e5da7
MD5 8ebfd07f5e7311d8fa36ff160fe029df
BLAKE2b-256 782e823c7128200ff8a345dae07123a88ab7d2e1ab138b161b41fe06c9a195ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f6592e264b9c9918463c72054c23764f72dd54e776c4eb7cb610f030473d8d3
MD5 f39ac6f9e5c3ad5f21736359a75fb0be
BLAKE2b-256 4ed1a0a7e0840e5668c794ae070fafd0c4475035fa5e8f8cb579ea174af9a7cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b02ec2ed3b10542a9789385e9d76b2d81dd858ff4b98ba7d7364f0f91747352
MD5 924bbc28b14978eaaa796abe41492731
BLAKE2b-256 06af1ed4af85e5e24bbc4ec04dc9e5baf948c0d1c89b0b7f5012bac2a731e917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d91320e79077bdb58b4d6cfd9cfe2c30fdc7d77e56697ea67fbe037b83e6009
MD5 a2ed8ebca8d44feaad9fb89669111d9a
BLAKE2b-256 83deeae4226c7060db88d8b2a08cf3ce55ab9b0e7549938f132a410843cc43cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a687b7af3f095253725838a72580718d68130698efaf612dfebf330f55c68fb
MD5 11fa77a88bad19beb645685f95b7c744
BLAKE2b-256 7c08b89b16946b6e4022c9022d13383c115f6a1ee4e8c84f6192d673e372fe11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: impit-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for impit-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a7818499b9ee24e6962142e35681f0a96b287dbc010ff7dd4bffa3043ed96a69
MD5 a6b6b3573c2f209ea0d0e8f2dc1818d3
BLAKE2b-256 fdbe07b3a159d28c6fada6ca5e5576809a795c62836b2b50856230a884cffb82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a4fa3b251a3caf8f443ceca204e8725fd9897f9b7f1693969597b88577a6e1d
MD5 a39d732d54110335be89f4447cf489fe
BLAKE2b-256 30824b8a73f099ae327f66bc11a7ebbd79efff21667d18ffa022cf650c1aa471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7084e027d7270b7b4c9aa4c2a3f6499c912517667070568d11f84c1261f1a8f9
MD5 6d1190f8b55b656928ef254271fdcc63
BLAKE2b-256 ca4709436266fb10a966788448dc2938d070f483739455c6e80306083581eeed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7dc5e96f7f6ef7f2d429074282301c00b78773a5a4e8189ba7d9db9837a35d3
MD5 4a0a4493d8094576788fcb445e2a2951
BLAKE2b-256 40956992232cfd962d55f2ea5d5648a032387f7c348c2b8927c58fff96765288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9956fef95a1f7d5567f8c5c848168d59651ae74e4385ffc90458cf674ecc9004
MD5 8ee51bdbcc44e49128bc36dd9a094b28
BLAKE2b-256 769f240817d13c8122c8c5ed8e4cd8f761a5bfba2a638256e0d0fd11d3b8bcff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d606f3303f76fc7c2cfc6e31b29d61e1b005a97381d9b58a6f5a08838ff7665
MD5 951734e56a79854d66afaa3e6473193f
BLAKE2b-256 ebd6588243182b2f402f5850cb806cb039e8ad497a1b535799667eac07a46fad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: impit-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for impit-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b4505179e41fb52887ba0798a7108a5aa385b1301f5995306f9ba927619cdd3f
MD5 8f4af53e465a2498785471d3b312a1d8
BLAKE2b-256 9d10bd91cbd34554759092c3383fb3e866df0363ac8eb7427e5b5c269d68babf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b88e9d1ebf0e038c37950c83a2b4e1cfd3114a818567b92acb81cf2d3d48af9
MD5 9bbcbe3d80f53047560438e3d86cc245
BLAKE2b-256 7c03df1158166451ed98e02bf2045cc88c677d724b4e4d335dae62d3ca2260cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6965767ecf268adb3f40953f6cc96ca4a3e839863680321ece75df53bf15c7ac
MD5 d6c4e620406ad234c640f1f285b783f8
BLAKE2b-256 2678224c13e3a1cbccf288fdbe07feda7daf25a6603c4e1a3bde6ca0c57472ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 298361d13be750d628066995cb319d0919bd3f3857e1ea2f713f53ab1daed9d6
MD5 e4ab8ddd052a489846da26c4a1576cde
BLAKE2b-256 c353d1f570a0971fcf7a4b6972e42fbbf54fe61bcedd2cb04ad48662854d1731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0c69648c3297249dc4c629bdf78c232021d7b9679c47d0c1ce7eac71a894509
MD5 9a6f56513349af324aa1072e07d8bc20
BLAKE2b-256 fe4bcf5eb85e9c4bdd9b4fa02c48c1c9962f88b80bcb5cf41d7471d860207a0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 699745eeab39371571a9e812502b09e5b77358a8d117b1d7d1c979a19e51d9b7
MD5 7f93cca517965daac791750eabaec980
BLAKE2b-256 35488902f61e1e9ab3b3360a4adf0015caab0bfe37983bc8a9f77d6b039fd324

See more details on using hashes here.

File details

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

File metadata

  • Download URL: impit-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for impit-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aeafa4f76ac0a6e30d3e2ccc63b200398f8a75ce18cdb1aea15ac627ed233f32
MD5 a795aa46d8460d03ccc1b3f18efda2fd
BLAKE2b-256 5540217950fdd425ff6a1b081d01e269b7360b8a7b29ae59a9092751017df2c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19ba06a0feed8b707da0f7e39a8a73fee1f3275d59868276ae92c74f39685cc0
MD5 8a50d01bb9a4316f0889e164eac351aa
BLAKE2b-256 cecc1234a041adae0e6b6f1ffb46c2d1b37f7c381c92fb985934501568de7616

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a291e3ad79761c941550bead47e85e21158cac9a9a2b1cdf0e80e9fc44f0c79
MD5 c05b5c760e22ab21f17b395f8e4a5f23
BLAKE2b-256 6a6c9b126bbec33060ff72fdb82b9c587c62e9d6fce7d14000b966017fffa82c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for impit-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fb765a4b2b44d5c630f5c490ed3db811cd347b14fcfd6d06d9673a0ee8e2b5a
MD5 35cd650ffe89bcd7638bf12d5accacde
BLAKE2b-256 dc730a14521f7860bae6d24584488229394636d4bdae4af4d8d2f6641a2f77f9

See more details on using hashes here.

File details

Details for the file impit-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: impit-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for impit-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8b3145a0601d2ff2571da75887cc1f01f18fe866fce3f39e11643d93793ede67
MD5 4f8e765b9da20a8e4a757c73dcbffef9
BLAKE2b-256 ccedfcd5270f61734ed23cd2c6cbe44b794406833950dc2eaf9507499ec3c423

See more details on using hashes here.

File details

Details for the file impit-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85831228c527e416a89d3b648d5b33954bb37aca2a429a75aa5e97a434042e05
MD5 d7a75d4a97f2cdcb49d236632a6e9621
BLAKE2b-256 487ef600db4c27e1faec7e533517306f59b554d9b6ef3afcbe26df6ea3c7c05d

See more details on using hashes here.

File details

Details for the file impit-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a38fbb4b2fe2e8ad0e95b12b7db6915eb00a1115313cbe8cb5f824384df76a6d
MD5 dd330ab67353f3dab8901a4521791719
BLAKE2b-256 c5f58e4e72b1116e3157a8ff20ed4e5f11073dbdfadf894dd8af6cd2864ed2e7

See more details on using hashes here.

File details

Details for the file impit-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impit-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a324a3c11e6a85bc60a37c19a29c91b3806cd1e23955e1538b84790c3ba0f37
MD5 78b61f54bc30881470de02f71291602f
BLAKE2b-256 ad93fc9cbc151f2e19bcbaa2efe4b02421ee400b6b1dab2ccb251fd18e4d6832

See more details on using hashes here.

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