# `impit` for Python
`impit` is a Python package that provides bindings for the [`impit`](https://github.com/apify/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
```bash
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
```python
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "impit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "apify, http, requests, browser, impersonation",
"author": "Jind\u0159ich B\u00e4r",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/8e/eb/2ce605322052906eda03344c8318b213b9f804ad903f83d104d6214dae64/impit-0.7.1.tar.gz",
"platform": null,
"description": "# `impit` for Python\n\n`impit` is a Python package that provides bindings for the [`impit`](https://github.com/apify/impit) library.\n\nIt allows you to switch the TLS fingerprints and the HTTP headers of your requests, while still using the same API as `httpx` or `requests`.\n\n## Installation\n\n```bash\npip install impit\n```\n\n### Compatibility\n\n| Operating System | Architecture | libc implementation | Prebuilt wheels available on PyPI |\n|--|--|--|--|\n| Linux | x86_64 | glibc | \u2705 |\n| Linux | x86_64 | musl | \u2705 |\n| macOS | x86_64 | N/A | \u2705 |\n| Windows | x86_64 | N/A | \u2705 |\n| macOS | arm64 | N/A | \u2705 |\n| Windows | arm64 | N/A | \u2705 |\n| Linux | arm64 | musl | \u2705 |\n| Linux | arm64 | glibc | \u274c* |\n\n*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.\n\n## Usage\n\n```python\nimport asyncio\nfrom impit import AsyncClient\n\nasync def main():\n impit = AsyncClient(http3=True, browser='firefox')\n\n response = await impit.get(\n \"https://example.com\",\n );\n\n print(response.status_code)\n print(response.text)\n print(response.http_version)\n\nasyncio.run(main())\n```\n\nImpit implements the HTTPX client interface, so you can use it as a drop-in replacement for `httpx.AsyncClient`.\nNote that the implementation is partial and some features may not be supported yet.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A library for making HTTP requests through browser impersonation",
"version": "0.7.1",
"project_urls": {
"Apify homepage": "https://apify.com",
"Changelog": "https://github.com/apify/impit/blob/master/impit-python/CHANGELOG.md",
"Documentation": "https://apify.github.io/impit/",
"Homepage": "https://apify.github.io/impit/",
"Issue tracker": "https://github.com/apify/impit/issues",
"Repository": "https://github.com/apify/impit"
},
"split_keywords": [
"apify",
" http",
" requests",
" browser",
" impersonation"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8d310cfcd425ffe44afd6d6a67f19a732fce7b83cf342a13a8cd8e3f7364731b",
"md5": "96da73daa3fa93189ff66dfacead317e",
"sha256": "5a791baade21d4e6cd62409cf22f710e23e475c671871ea674b9d358b4ba9604"
},
"downloads": -1,
"filename": "impit-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "96da73daa3fa93189ff66dfacead317e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 3862290,
"upload_time": "2025-09-08T10:46:50",
"upload_time_iso_8601": "2025-09-08T10:46:50.176979Z",
"url": "https://files.pythonhosted.org/packages/8d/31/0cfcd425ffe44afd6d6a67f19a732fce7b83cf342a13a8cd8e3f7364731b/impit-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0ef6e7206e08cda472b8955b5fa6015dc7412fd901e24215510c87dcf6a34d4",
"md5": "4423b30edee4576aa4c66d1b60f73aa3",
"sha256": "42c74c02fa03197e4b16414c4f25ad0934ab6db669bc30f5ce40cf3ff33272f5"
},
"downloads": -1,
"filename": "impit-0.7.1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4423b30edee4576aa4c66d1b60f73aa3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 3691913,
"upload_time": "2025-09-08T10:46:53",
"upload_time_iso_8601": "2025-09-08T10:46:53.641099Z",
"url": "https://files.pythonhosted.org/packages/d0/ef/6e7206e08cda472b8955b5fa6015dc7412fd901e24215510c87dcf6a34d4/impit-0.7.1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a01dd4b49c9f968041889b9eec1cd9bea7d031b91da31b2b2d1e7885edfc7bd5",
"md5": "cc119bbd1cea00304e1ee7ac779509d9",
"sha256": "4a721ed6a2778aaf0b5a399a8dcb757aa68ef8d99e5d978621d26baf81b516fe"
},
"downloads": -1,
"filename": "impit-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "cc119bbd1cea00304e1ee7ac779509d9",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6103945,
"upload_time": "2025-09-08T10:46:55",
"upload_time_iso_8601": "2025-09-08T10:46:55.706773Z",
"url": "https://files.pythonhosted.org/packages/a0/1d/d4b49c9f968041889b9eec1cd9bea7d031b91da31b2b2d1e7885edfc7bd5/impit-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ae1dd5a8d454cfb330f99e17da2af8c68afa9ceaf0999ca61591663f34931644",
"md5": "1211ef029c7d5f5d36a8648c8cc85d2a",
"sha256": "e691a3d17250bd2d0ac7430cae418b784c8e27d41dd788dc368e939987b135c8"
},
"downloads": -1,
"filename": "impit-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1211ef029c7d5f5d36a8648c8cc85d2a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6051422,
"upload_time": "2025-09-08T10:46:57",
"upload_time_iso_8601": "2025-09-08T10:46:57.419090Z",
"url": "https://files.pythonhosted.org/packages/ae/1d/d5a8d454cfb330f99e17da2af8c68afa9ceaf0999ca61591663f34931644/impit-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f13e7c82cc949a9a23db5e1131f5901800327903829cb7985596e7e409910de",
"md5": "eca1f867e76ea476bd6f058e0c812477",
"sha256": "37b3dbdbcea0e9f18da0a4062e03f056e5f77521b9c4a09d00bca6cce84a1ee1"
},
"downloads": -1,
"filename": "impit-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "eca1f867e76ea476bd6f058e0c812477",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6401516,
"upload_time": "2025-09-08T10:46:59",
"upload_time_iso_8601": "2025-09-08T10:46:59.455353Z",
"url": "https://files.pythonhosted.org/packages/5f/13/e7c82cc949a9a23db5e1131f5901800327903829cb7985596e7e409910de/impit-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "72adef5a0e91c32aa2c621f8789c57cb1daf69b1b0b1b15bbab2ec3bcfc5658b",
"md5": "f31ba2e6099c5f4840dcb78956d79336",
"sha256": "9c34c31d47fcb7427b6927911b908a72b04d3783a17b5969db6b232ccf655152"
},
"downloads": -1,
"filename": "impit-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f31ba2e6099c5f4840dcb78956d79336",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6257993,
"upload_time": "2025-09-08T10:47:01",
"upload_time_iso_8601": "2025-09-08T10:47:01.577711Z",
"url": "https://files.pythonhosted.org/packages/72/ad/ef5a0e91c32aa2c621f8789c57cb1daf69b1b0b1b15bbab2ec3bcfc5658b/impit-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e314bdb8e77b7c5b71b7f8e690674b7f50227453663e11bc1cf6448d0b1a421",
"md5": "9f3f2931c13905d6eba32764bd1cadcc",
"sha256": "ec8f04bf7681a8a7cba84e8d3f4f800c01342c6b72b8660a858626dc373b52dd"
},
"downloads": -1,
"filename": "impit-0.7.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "9f3f2931c13905d6eba32764bd1cadcc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 3872068,
"upload_time": "2025-09-08T10:47:03",
"upload_time_iso_8601": "2025-09-08T10:47:03.374624Z",
"url": "https://files.pythonhosted.org/packages/4e/31/4bdb8e77b7c5b71b7f8e690674b7f50227453663e11bc1cf6448d0b1a421/impit-0.7.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd11878f37d5a5aad658ae9f9e7a8b9a6802285108bbe5ddd48c8975667e5fe5",
"md5": "a6863249642b9f902e8bf0d5676e19ac",
"sha256": "7757f5bd4ee922d67d64cab438791fd88da2985282d71a7272afe185ae5d89f3"
},
"downloads": -1,
"filename": "impit-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "a6863249642b9f902e8bf0d5676e19ac",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3862299,
"upload_time": "2025-09-08T10:47:04",
"upload_time_iso_8601": "2025-09-08T10:47:04.887673Z",
"url": "https://files.pythonhosted.org/packages/bd/11/878f37d5a5aad658ae9f9e7a8b9a6802285108bbe5ddd48c8975667e5fe5/impit-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dfc46f9f754680f0b6abcc4c87704a4d6d82c6c1e30fec6ecb620e4457cc6b0f",
"md5": "44efbafdb22c0c9887ba312d24a99b5c",
"sha256": "07ebb816aabbc121d1d7d135e47d7126e834fffa211da60589c7ed97f00aa2e2"
},
"downloads": -1,
"filename": "impit-0.7.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "44efbafdb22c0c9887ba312d24a99b5c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3688743,
"upload_time": "2025-09-08T10:47:06",
"upload_time_iso_8601": "2025-09-08T10:47:06.845987Z",
"url": "https://files.pythonhosted.org/packages/df/c4/6f9f754680f0b6abcc4c87704a4d6d82c6c1e30fec6ecb620e4457cc6b0f/impit-0.7.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "621cfbbe2ca1a230096e8d455aa1483571c0277d552a854aa161db8e14f6aa50",
"md5": "745ebf08c7c409ecadd6942a75de1529",
"sha256": "88fc88ab3dea6931feeb64510c66aa9358fff22712b2540d3fa7f4cae522b419"
},
"downloads": -1,
"filename": "impit-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "745ebf08c7c409ecadd6942a75de1529",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6103684,
"upload_time": "2025-09-08T10:47:08",
"upload_time_iso_8601": "2025-09-08T10:47:08.709314Z",
"url": "https://files.pythonhosted.org/packages/62/1c/fbbe2ca1a230096e8d455aa1483571c0277d552a854aa161db8e14f6aa50/impit-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "32e491a4ed986a942887e2d1a54f8da5c70ff60b6310cdd09df0b1a71cbf0320",
"md5": "150765058ccf4309afc71dc99e7c1126",
"sha256": "0b39016a23e13469755f1d00383099d57b48bae1804e9b40c9d41afc2aa31764"
},
"downloads": -1,
"filename": "impit-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "150765058ccf4309afc71dc99e7c1126",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6051490,
"upload_time": "2025-09-08T10:47:10",
"upload_time_iso_8601": "2025-09-08T10:47:10.776827Z",
"url": "https://files.pythonhosted.org/packages/32/e4/91a4ed986a942887e2d1a54f8da5c70ff60b6310cdd09df0b1a71cbf0320/impit-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "55baeca41845dcadb9d201ad63ec50ad1727493391b3d92205437933c103d057",
"md5": "e5fd9128b1fc96890d1d55db4d785875",
"sha256": "78b515b9ab287af150966a6d42f860f4c23aab18e384c34e0f746fa6030a3863"
},
"downloads": -1,
"filename": "impit-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e5fd9128b1fc96890d1d55db4d785875",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6401440,
"upload_time": "2025-09-08T10:47:12",
"upload_time_iso_8601": "2025-09-08T10:47:12.801415Z",
"url": "https://files.pythonhosted.org/packages/55/ba/eca41845dcadb9d201ad63ec50ad1727493391b3d92205437933c103d057/impit-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "701af1d2e2244f15abc76f641a11feaae2ff4fa139f0cae4e765edd0266d02ea",
"md5": "354fc5ababb2507a6b0d3fbde7db78ff",
"sha256": "7c8795b050f77296af5305a97ab8debc7e4d931753ab5926421c16e38972c298"
},
"downloads": -1,
"filename": "impit-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "354fc5ababb2507a6b0d3fbde7db78ff",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6257891,
"upload_time": "2025-09-08T10:47:14",
"upload_time_iso_8601": "2025-09-08T10:47:14.939667Z",
"url": "https://files.pythonhosted.org/packages/70/1a/f1d2e2244f15abc76f641a11feaae2ff4fa139f0cae4e765edd0266d02ea/impit-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c1943f0796d8af75ef3466810d93a817031607fd41b13444871ffe108caf7a8f",
"md5": "f5d66288c0a79b631b05cfe47da03c8d",
"sha256": "dcd6636fe069323c5f5a7321d35d17d9b5331315c89b699b0f2863c6e846d54d"
},
"downloads": -1,
"filename": "impit-0.7.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "f5d66288c0a79b631b05cfe47da03c8d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3872067,
"upload_time": "2025-09-08T10:47:17",
"upload_time_iso_8601": "2025-09-08T10:47:17.635088Z",
"url": "https://files.pythonhosted.org/packages/c1/94/3f0796d8af75ef3466810d93a817031607fd41b13444871ffe108caf7a8f/impit-0.7.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22a655f438a932f665a7d84a9599d274f84bf6a1a5106422d3266b7720159b39",
"md5": "20abcd6122ae27f1e7f2a0bc8313629e",
"sha256": "7381dd958fb3243b287042e2ed2daeda08b1b341c90e6b14163a2ff691e4a8da"
},
"downloads": -1,
"filename": "impit-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "20abcd6122ae27f1e7f2a0bc8313629e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 3862388,
"upload_time": "2025-09-08T10:47:19",
"upload_time_iso_8601": "2025-09-08T10:47:19.709512Z",
"url": "https://files.pythonhosted.org/packages/22/a6/55f438a932f665a7d84a9599d274f84bf6a1a5106422d3266b7720159b39/impit-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "734cf630a44fe8480accacb593c4a3312b72960d84988df155e1c3a12b129657",
"md5": "f87de04d14674e35f39f9aea0db2e1b5",
"sha256": "86346180991afbeeb540514cc82f200b752cf9de662f8f11381da387c9474ac8"
},
"downloads": -1,
"filename": "impit-0.7.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f87de04d14674e35f39f9aea0db2e1b5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 3690890,
"upload_time": "2025-09-08T10:47:21",
"upload_time_iso_8601": "2025-09-08T10:47:21.312479Z",
"url": "https://files.pythonhosted.org/packages/73/4c/f630a44fe8480accacb593c4a3312b72960d84988df155e1c3a12b129657/impit-0.7.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8b8db8cfc7ca71212620f70a5589d040b3b64367e6d7e086069141f730f1c3d4",
"md5": "eaad07e8a337870b548ddd463693329c",
"sha256": "3c223e53c5e5eaf543bd307508c62b536a38c823e71552d652c5cc0196265ea4"
},
"downloads": -1,
"filename": "impit-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "eaad07e8a337870b548ddd463693329c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6102766,
"upload_time": "2025-09-08T10:47:23",
"upload_time_iso_8601": "2025-09-08T10:47:23.076364Z",
"url": "https://files.pythonhosted.org/packages/8b/8d/b8cfc7ca71212620f70a5589d040b3b64367e6d7e086069141f730f1c3d4/impit-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "141d86decd4f47dc3300d5cd84d61b4ef85f8bcce23d8bf1dccd1752fdbc8f60",
"md5": "fa5aec2b25ebc79ae9daff83bd9af0fc",
"sha256": "82e6c7398f13aad321ae54842f3f753fef9d44dc0ac602793fcf53c0c0e53a7f"
},
"downloads": -1,
"filename": "impit-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "fa5aec2b25ebc79ae9daff83bd9af0fc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6046205,
"upload_time": "2025-09-08T10:47:25",
"upload_time_iso_8601": "2025-09-08T10:47:25.499896Z",
"url": "https://files.pythonhosted.org/packages/14/1d/86decd4f47dc3300d5cd84d61b4ef85f8bcce23d8bf1dccd1752fdbc8f60/impit-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f06120c252e7559e4eccc53d3f2db97435c21435621022bfb4f567f7327df5f9",
"md5": "4dc444542ddfd5b72dd2acf5b67461dd",
"sha256": "dc5c296c3d3ad4d5f0f62b102444d72acc748a9517dc8c0677de63eaa04dfec7"
},
"downloads": -1,
"filename": "impit-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4dc444542ddfd5b72dd2acf5b67461dd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6400586,
"upload_time": "2025-09-08T10:47:28",
"upload_time_iso_8601": "2025-09-08T10:47:28.684200Z",
"url": "https://files.pythonhosted.org/packages/f0/61/20c252e7559e4eccc53d3f2db97435c21435621022bfb4f567f7327df5f9/impit-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "151aacf90ec454fa87b2a9817d3be92f1c4d7524e2b01e94f42584dfa4c8a314",
"md5": "f7ca824c041d899af0888bd6406e138b",
"sha256": "929ebdf3bd6d85632c8ac6dd6fa1a74cc160f1189d2b8b2136eece22307c2f99"
},
"downloads": -1,
"filename": "impit-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f7ca824c041d899af0888bd6406e138b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6257123,
"upload_time": "2025-09-08T10:47:30",
"upload_time_iso_8601": "2025-09-08T10:47:30.861457Z",
"url": "https://files.pythonhosted.org/packages/15/1a/acf90ec454fa87b2a9817d3be92f1c4d7524e2b01e94f42584dfa4c8a314/impit-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d067ea0604fe65ef30d7869369c1febf9c424370133bb10a2ccdf8ec035a9fec",
"md5": "1eae3494cf60c5c95e6b4ddf87a6c324",
"sha256": "049f96a81758b3eb1e0c5b045725339b4b6ddb77a9c0b080c82f69eb0de1453a"
},
"downloads": -1,
"filename": "impit-0.7.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "1eae3494cf60c5c95e6b4ddf87a6c324",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 3870677,
"upload_time": "2025-09-08T10:47:32",
"upload_time_iso_8601": "2025-09-08T10:47:32.876051Z",
"url": "https://files.pythonhosted.org/packages/d0/67/ea0604fe65ef30d7869369c1febf9c424370133bb10a2ccdf8ec035a9fec/impit-0.7.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f9f894584445b21256705714f1cf809451c425750ead967b33b863a7ed6bc8b3",
"md5": "353574c9352ff8ee7893f6ce6099a978",
"sha256": "3508c326791f10a3709986e1b5f3e54dba336c3df60488295e371789322f5d65"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "353574c9352ff8ee7893f6ce6099a978",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 3862281,
"upload_time": "2025-09-08T10:47:34",
"upload_time_iso_8601": "2025-09-08T10:47:34.638858Z",
"url": "https://files.pythonhosted.org/packages/f9/f8/94584445b21256705714f1cf809451c425750ead967b33b863a7ed6bc8b3/impit-0.7.1-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "88787e62084927ef0756a750a52de9c8dc05035bed5f8fd522740c4a771ffe75",
"md5": "b52a67ad84fa127a3a926956eeebb2d6",
"sha256": "0fcb7b9a7ef770a10e186b42cb6cf573ed8f4a1f30a537d0233226315bfafdc0"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b52a67ad84fa127a3a926956eeebb2d6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 3691035,
"upload_time": "2025-09-08T10:47:36",
"upload_time_iso_8601": "2025-09-08T10:47:36.218728Z",
"url": "https://files.pythonhosted.org/packages/88/78/7e62084927ef0756a750a52de9c8dc05035bed5f8fd522740c4a771ffe75/impit-0.7.1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf2dee62826e0edb0f66afca3c4348ea1591318e27848097d49d930765183807",
"md5": "3550084c4ade5f4fbeef9b69e3568878",
"sha256": "d8f3813015b764fbb4d01e11a600376ad4bf6346ac32ce61fd9b60c0c1818929"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3550084c4ade5f4fbeef9b69e3568878",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6102958,
"upload_time": "2025-09-08T10:47:38",
"upload_time_iso_8601": "2025-09-08T10:47:38.319844Z",
"url": "https://files.pythonhosted.org/packages/bf/2d/ee62826e0edb0f66afca3c4348ea1591318e27848097d49d930765183807/impit-0.7.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d483552142c70a41285cfae3e45401c0720edc047ed8ebf72412d2ccefe6035",
"md5": "dc29d68dd725dd1c81365241bbf809f8",
"sha256": "ac088dd0f5eeff5584593e54eba4e0af307632947dcbe1e839433d6a100eec05"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "dc29d68dd725dd1c81365241bbf809f8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6046205,
"upload_time": "2025-09-08T10:47:40",
"upload_time_iso_8601": "2025-09-08T10:47:40.113890Z",
"url": "https://files.pythonhosted.org/packages/1d/48/3552142c70a41285cfae3e45401c0720edc047ed8ebf72412d2ccefe6035/impit-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "acb99756e7146f9ff6f53e41c834b7a4f80d9cb3987c522f43755b40288e0d90",
"md5": "64f70c159e65bdfdb0a0bf857b28220f",
"sha256": "7aae188c904a27c9d587009be63604f691ea2b8eba627cc256508a0ae99a1deb"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "64f70c159e65bdfdb0a0bf857b28220f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6400556,
"upload_time": "2025-09-08T10:47:41",
"upload_time_iso_8601": "2025-09-08T10:47:41.845359Z",
"url": "https://files.pythonhosted.org/packages/ac/b9/9756e7146f9ff6f53e41c834b7a4f80d9cb3987c522f43755b40288e0d90/impit-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "61bd1c947842b9ab464c9a93ec4c28457535451377dd32e338b66e31c3924e24",
"md5": "2e34a6bb0d6a3e500ee957fe226184aa",
"sha256": "81723a2ea00d447703223577b3e1a4a5fafe4227a210b88e5e2cd1081ed9b3d1"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2e34a6bb0d6a3e500ee957fe226184aa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6256999,
"upload_time": "2025-09-08T10:47:44",
"upload_time_iso_8601": "2025-09-08T10:47:44.490479Z",
"url": "https://files.pythonhosted.org/packages/61/bd/1c947842b9ab464c9a93ec4c28457535451377dd32e338b66e31c3924e24/impit-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ba987fc60cda1862893790db81c634f563d43b9280a76ba5c9f9e983865b9fa9",
"md5": "4c91f7c86cc1e33a5d424bb578c61d5c",
"sha256": "7e1aa90f7a944dc33031499d06d618ac20c69c7ba7e40bc1480b0cb203985b61"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313t-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "4c91f7c86cc1e33a5d424bb578c61d5c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6045764,
"upload_time": "2025-09-08T10:47:48",
"upload_time_iso_8601": "2025-09-08T10:47:48.383534Z",
"url": "https://files.pythonhosted.org/packages/ba/98/7fc60cda1862893790db81c634f563d43b9280a76ba5c9f9e983865b9fa9/impit-0.7.1-cp313-cp313t-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "553d2fc7b098956dbe3e6d9e43680d33334db483844a651a89e9b2974166210b",
"md5": "749a9729326b3e4f082eff21152ac634",
"sha256": "6ac90a37f38b0a196a9b00713d4c28bca705fceae332ea5290a262b2435560ba"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "749a9729326b3e4f082eff21152ac634",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6400974,
"upload_time": "2025-09-08T10:47:50",
"upload_time_iso_8601": "2025-09-08T10:47:50.178213Z",
"url": "https://files.pythonhosted.org/packages/55/3d/2fc7b098956dbe3e6d9e43680d33334db483844a651a89e9b2974166210b/impit-0.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2e13169357aa83925d213d26e548150e471142b565f6f58ee4e8afa3c31113d8",
"md5": "230e02bd89aedd724d5928b918dbfd90",
"sha256": "23abfc85f3b98eeee6c3be5c5c08ec8b97d483dd6e08cdabc151b9210713ae2d"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "230e02bd89aedd724d5928b918dbfd90",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6258112,
"upload_time": "2025-09-08T10:47:51",
"upload_time_iso_8601": "2025-09-08T10:47:51.946002Z",
"url": "https://files.pythonhosted.org/packages/2e/13/169357aa83925d213d26e548150e471142b565f6f58ee4e8afa3c31113d8/impit-0.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4d26d112234e2860ffccdcfcc4c3a4bfe69bed621d2bfd0dd3c0e56118b94a2",
"md5": "3b3029a44bb9dfae4d7eabda79f374f1",
"sha256": "1e1c9024ccafd6a4e3b4cf390fc8aa039cd666fb2c85fd7ac8c20e0304a0d2dc"
},
"downloads": -1,
"filename": "impit-0.7.1-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "3b3029a44bb9dfae4d7eabda79f374f1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 3870607,
"upload_time": "2025-09-08T10:47:46",
"upload_time_iso_8601": "2025-09-08T10:47:46.150296Z",
"url": "https://files.pythonhosted.org/packages/d4/d2/6d112234e2860ffccdcfcc4c3a4bfe69bed621d2bfd0dd3c0e56118b94a2/impit-0.7.1-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eab4343b5008887d9746c920743c9d8a40dd9c4f7c06a618cda0222931bf5980",
"md5": "9fe90aba0d7ef5a2828375a5f4decebc",
"sha256": "962022ae1bdafc1d8296746e1b68385b604e119cfc80c57ed1a2d7c512b251e6"
},
"downloads": -1,
"filename": "impit-0.7.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9fe90aba0d7ef5a2828375a5f4decebc",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6103684,
"upload_time": "2025-09-08T10:47:53",
"upload_time_iso_8601": "2025-09-08T10:47:53.712754Z",
"url": "https://files.pythonhosted.org/packages/ea/b4/343b5008887d9746c920743c9d8a40dd9c4f7c06a618cda0222931bf5980/impit-0.7.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b016a9badcb61a264dc7da51adb377a69c99b647d411abcc7a56e22478fe666",
"md5": "fd8fafa11e0dd21142272a7976d9bcc0",
"sha256": "61fd6397a26948ec6cd42cf7f5d5ebe16557ec316c46a5d7e56203958722baa6"
},
"downloads": -1,
"filename": "impit-0.7.1-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "fd8fafa11e0dd21142272a7976d9bcc0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 3863618,
"upload_time": "2025-09-08T10:47:55",
"upload_time_iso_8601": "2025-09-08T10:47:55.768682Z",
"url": "https://files.pythonhosted.org/packages/6b/01/6a9badcb61a264dc7da51adb377a69c99b647d411abcc7a56e22478fe666/impit-0.7.1-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "109c860387632f236d8e8bdf87bb3d89892edac849ef99addc28fdb897482dd1",
"md5": "54e17aa68f028406b175f7cb46face28",
"sha256": "0780ed2ac1893329447117e3fb56259b73fa3730b122371c33b41241d798b3fd"
},
"downloads": -1,
"filename": "impit-0.7.1-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "54e17aa68f028406b175f7cb46face28",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 3689785,
"upload_time": "2025-09-08T10:47:57",
"upload_time_iso_8601": "2025-09-08T10:47:57.523692Z",
"url": "https://files.pythonhosted.org/packages/10/9c/860387632f236d8e8bdf87bb3d89892edac849ef99addc28fdb897482dd1/impit-0.7.1-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4a6f2309538255eb2e0e2f3f98bd38e4e32ab7232c60e716c136f27e90cf8fbb",
"md5": "b204eb37247ec614528a66a4443ff103",
"sha256": "3ad54214524de1f06f3bd403e9765849cd65dd4e3e3aaadd43c71558103da312"
},
"downloads": -1,
"filename": "impit-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b204eb37247ec614528a66a4443ff103",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6105132,
"upload_time": "2025-09-08T10:47:59",
"upload_time_iso_8601": "2025-09-08T10:47:59.291564Z",
"url": "https://files.pythonhosted.org/packages/4a/6f/2309538255eb2e0e2f3f98bd38e4e32ab7232c60e716c136f27e90cf8fbb/impit-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a66becb1d01a71776ce924f4cd3779d48cbbbe3b79d4751f24a7ea640de7a7ea",
"md5": "56fb54d0657d1b10866b3b13d9527b2c",
"sha256": "cd03cd5a28043894a9aca47dadf88b7e715bfe16192b50f0d048d93eca8331e0"
},
"downloads": -1,
"filename": "impit-0.7.1-cp39-cp39-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "56fb54d0657d1b10866b3b13d9527b2c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6052197,
"upload_time": "2025-09-08T10:48:01",
"upload_time_iso_8601": "2025-09-08T10:48:01.093078Z",
"url": "https://files.pythonhosted.org/packages/a6/6b/ecb1d01a71776ce924f4cd3779d48cbbbe3b79d4751f24a7ea640de7a7ea/impit-0.7.1-cp39-cp39-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "19d081709afef48e6bad5f063f11dd3a66cb688f862875e46adfa944d4988732",
"md5": "dd905da1389b4a00d07a7921ef3dec6b",
"sha256": "fdf75d58e59b94a5c18abfd8edd34f50f37e5914c7067881ee55273a6dec8184"
},
"downloads": -1,
"filename": "impit-0.7.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "dd905da1389b4a00d07a7921ef3dec6b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6402510,
"upload_time": "2025-09-08T10:48:03",
"upload_time_iso_8601": "2025-09-08T10:48:03.166635Z",
"url": "https://files.pythonhosted.org/packages/19/d0/81709afef48e6bad5f063f11dd3a66cb688f862875e46adfa944d4988732/impit-0.7.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "915110b8b6837a40ef8ac6823baafc23148d239ff4a2b5ae36a1db08b68d9e9f",
"md5": "0606d67a1acf30c545e71db0d5b2cff8",
"sha256": "25134383ea9a664f12a359ce7c8bfdf01b2ac068480319b4e9c836ab5a092d81"
},
"downloads": -1,
"filename": "impit-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "0606d67a1acf30c545e71db0d5b2cff8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6256206,
"upload_time": "2025-09-08T10:48:04",
"upload_time_iso_8601": "2025-09-08T10:48:04.920003Z",
"url": "https://files.pythonhosted.org/packages/91/51/10b8b6837a40ef8ac6823baafc23148d239ff4a2b5ae36a1db08b68d9e9f/impit-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9a58643bd8c2d1f4834206f876be4d6104a660537fb547430470750fc2f25fa",
"md5": "f4220b1a344366df5864845286a1ad87",
"sha256": "d928d9d4f26b4ee6653724e4a76d5512f7f0cda3861d1c5a0808a0c996d79933"
},
"downloads": -1,
"filename": "impit-0.7.1-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "f4220b1a344366df5864845286a1ad87",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 3872913,
"upload_time": "2025-09-08T10:48:06",
"upload_time_iso_8601": "2025-09-08T10:48:06.647655Z",
"url": "https://files.pythonhosted.org/packages/e9/a5/8643bd8c2d1f4834206f876be4d6104a660537fb547430470750fc2f25fa/impit-0.7.1-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b43f5c013d5dfe5bda1ce0b78244718b7507739dacae85b584bac1ae6d95b711",
"md5": "94e0562f51fccc8f4c9f3943f73bca33",
"sha256": "8327eff29263338533b60f4af4092b0483c099c5a569a5bc340bb92d0b29d460"
},
"downloads": -1,
"filename": "impit-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "94e0562f51fccc8f4c9f3943f73bca33",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 6104423,
"upload_time": "2025-09-08T10:48:08",
"upload_time_iso_8601": "2025-09-08T10:48:08.437246Z",
"url": "https://files.pythonhosted.org/packages/b4/3f/5c013d5dfe5bda1ce0b78244718b7507739dacae85b584bac1ae6d95b711/impit-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "51cb3ec260ce1860b7ccffbe83d29fef685629cf3260ab7bd3923721a7ba621e",
"md5": "330ed7b6f39ce82a987dd9db8d88cf05",
"sha256": "aa0c64dae700a52ee7c694d43bd7d0f2fd3374b995451915e7106c48e14d9417"
},
"downloads": -1,
"filename": "impit-0.7.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "330ed7b6f39ce82a987dd9db8d88cf05",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 6051790,
"upload_time": "2025-09-08T10:48:10",
"upload_time_iso_8601": "2025-09-08T10:48:10.267555Z",
"url": "https://files.pythonhosted.org/packages/51/cb/3ec260ce1860b7ccffbe83d29fef685629cf3260ab7bd3923721a7ba621e/impit-0.7.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "46b904c1f197bcadfeb534193d8d4670460e643fdbd9da83f223842e7af05420",
"md5": "9b36ab49076352f6e6eca4897bf2a9b9",
"sha256": "9af9bfad7c0b94025a4c9a9e81122e52e6b0f4f55c3593dc3dfb42738fb6547f"
},
"downloads": -1,
"filename": "impit-0.7.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "9b36ab49076352f6e6eca4897bf2a9b9",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 6402278,
"upload_time": "2025-09-08T10:48:11",
"upload_time_iso_8601": "2025-09-08T10:48:11.971898Z",
"url": "https://files.pythonhosted.org/packages/46/b9/04c1f197bcadfeb534193d8d4670460e643fdbd9da83f223842e7af05420/impit-0.7.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "59e2a5543dc981d97ac3a10112cf75d2d60fb22baf7870b5fce0b052866c91f3",
"md5": "49e194570419f547dc9ff4c01a46eda5",
"sha256": "9c120eb55dd98b6f0fae94d62c0e7d0db249f63ce4f49a5770f8d6aeb86c099d"
},
"downloads": -1,
"filename": "impit-0.7.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "49e194570419f547dc9ff4c01a46eda5",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 6258198,
"upload_time": "2025-09-08T10:48:13",
"upload_time_iso_8601": "2025-09-08T10:48:13.640500Z",
"url": "https://files.pythonhosted.org/packages/59/e2/a5543dc981d97ac3a10112cf75d2d60fb22baf7870b5fce0b052866c91f3/impit-0.7.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc3c281c3f36b1d51d1addd638a553b72f922872108d1028cff4baf300218d9b",
"md5": "38ab8248d774ca7855802785cf7b222f",
"sha256": "39ba8b54fa090e79751caacce0cd6cba69c484e7a7136a7e9b63fdbf1beff0bf"
},
"downloads": -1,
"filename": "impit-0.7.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "38ab8248d774ca7855802785cf7b222f",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 6103562,
"upload_time": "2025-09-08T10:48:15",
"upload_time_iso_8601": "2025-09-08T10:48:15.455245Z",
"url": "https://files.pythonhosted.org/packages/dc/3c/281c3f36b1d51d1addd638a553b72f922872108d1028cff4baf300218d9b/impit-0.7.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "76c0eec65578c879a5ccecc991685ac6726cdaa674a81a6370075e5f3c8aca64",
"md5": "1bd05cbad7e2e2c267c0add6c04231f4",
"sha256": "23fbab708afd4df8950bde9d0229138df928ccf8374c14ccb8a0805d1e56de32"
},
"downloads": -1,
"filename": "impit-0.7.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1bd05cbad7e2e2c267c0add6c04231f4",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 6046675,
"upload_time": "2025-09-08T10:48:17",
"upload_time_iso_8601": "2025-09-08T10:48:17.180009Z",
"url": "https://files.pythonhosted.org/packages/76/c0/eec65578c879a5ccecc991685ac6726cdaa674a81a6370075e5f3c8aca64/impit-0.7.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4820674eb41382e41665f7e12e0eb909b1cc4e33eaba80670d7bf9696d92891e",
"md5": "4242eda2640d613ab8d83dfdacf18f0c",
"sha256": "8bc839d78f214fc8de94d5af2642f8dab7bcca8428eee0c2a46403a537bdef15"
},
"downloads": -1,
"filename": "impit-0.7.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4242eda2640d613ab8d83dfdacf18f0c",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 6401223,
"upload_time": "2025-09-08T10:48:19",
"upload_time_iso_8601": "2025-09-08T10:48:19.317387Z",
"url": "https://files.pythonhosted.org/packages/48/20/674eb41382e41665f7e12e0eb909b1cc4e33eaba80670d7bf9696d92891e/impit-0.7.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cf1dd2874c50ec29e66f2e22e569686d8cdcfa30ff1600265f64c33fdae8fc8a",
"md5": "142ea26a81cccd301c28da826b41bcc7",
"sha256": "3f6449a9f8d4c0eb547e6b821fb622f8e84dcb19264e0abf5a49d7e0c71e3792"
},
"downloads": -1,
"filename": "impit-0.7.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "142ea26a81cccd301c28da826b41bcc7",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 6257905,
"upload_time": "2025-09-08T10:48:21",
"upload_time_iso_8601": "2025-09-08T10:48:21.752559Z",
"url": "https://files.pythonhosted.org/packages/cf/1d/d2874c50ec29e66f2e22e569686d8cdcfa30ff1600265f64c33fdae8fc8a/impit-0.7.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f5d1585c4a5414b301262f67f9962b0598d73368d71c4f4956a1a33d79c21f07",
"md5": "41c0d7856e281de14ca01bf695e6bb6b",
"sha256": "846b1a8500cfc4fbecf614d89b2a4c50c5a1b718be441d5a0adca8d05c91606d"
},
"downloads": -1,
"filename": "impit-0.7.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "41c0d7856e281de14ca01bf695e6bb6b",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 6051876,
"upload_time": "2025-09-08T10:48:23",
"upload_time_iso_8601": "2025-09-08T10:48:23.672294Z",
"url": "https://files.pythonhosted.org/packages/f5/d1/585c4a5414b301262f67f9962b0598d73368d71c4f4956a1a33d79c21f07/impit-0.7.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47f010b34f73b120ed068c5c4f52073794ae2126cc71092f10f4a91c1b73689c",
"md5": "fb3aafecfbbbb27aca298c41346e6692",
"sha256": "c8ab64493a3ad9703183d0a79c978669d1a6afe50c3b7305f745386d177e4e17"
},
"downloads": -1,
"filename": "impit-0.7.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "fb3aafecfbbbb27aca298c41346e6692",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 6402281,
"upload_time": "2025-09-08T10:48:26",
"upload_time_iso_8601": "2025-09-08T10:48:26.152546Z",
"url": "https://files.pythonhosted.org/packages/47/f0/10b34f73b120ed068c5c4f52073794ae2126cc71092f10f4a91c1b73689c/impit-0.7.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3fb3df6aa098f494238756922728bd1fda461ae7b0328765a6801035e3bcba6c",
"md5": "48cd596d43dcd281901cca267ad5d74e",
"sha256": "daadcc1f9d135a120ee0fb978b2a4d4cb4457690de57ab7a8adb9f1cb083f062"
},
"downloads": -1,
"filename": "impit-0.7.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "48cd596d43dcd281901cca267ad5d74e",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 6258364,
"upload_time": "2025-09-08T10:48:28",
"upload_time_iso_8601": "2025-09-08T10:48:28.001329Z",
"url": "https://files.pythonhosted.org/packages/3f/b3/df6aa098f494238756922728bd1fda461ae7b0328765a6801035e3bcba6c/impit-0.7.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8eeb2ce605322052906eda03344c8318b213b9f804ad903f83d104d6214dae64",
"md5": "ee98d72fdc3fa8a079979fcaceaeb4ad",
"sha256": "c0aeded889d08b7defa4652acc0c65a02f6ba5d9544df6f30bb04589489fe6dd"
},
"downloads": -1,
"filename": "impit-0.7.1.tar.gz",
"has_sig": false,
"md5_digest": "ee98d72fdc3fa8a079979fcaceaeb4ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 94829,
"upload_time": "2025-09-08T10:48:29",
"upload_time_iso_8601": "2025-09-08T10:48:29.512916Z",
"url": "https://files.pythonhosted.org/packages/8e/eb/2ce605322052906eda03344c8318b213b9f804ad903f83d104d6214dae64/impit-0.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-08 10:48:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "apify",
"github_project": "impit",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "impit"
}