impit


Nameimpit JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryA library for making HTTP requests through browser impersonation
upload_time2025-07-30 11:51:42
maintainerNone
docs_urlNone
authorJindřich Bär
requires_python>=3.9
licenseNone
keywords apify http requests browser impersonation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `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/84/82/da7f6ebec2ae2e4071c7f97d5d09710ec205eb7a5660674bf2b0e43969ad/impit-0.5.0.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.5.0",
    "project_urls": {
        "Apify homepage": "https://apify.com",
        "Changelog": "https://github.com/apify/impit/blob/master/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": "ac07717c47aae5be96bb9d622c26a676a3f88e6ba6846c0b590b9e1f15dcaac6",
                "md5": "aee15596fa46fb877b182b1ccb19a089",
                "sha256": "bb2a8befe3b5bd2d32b116f9a76b41699a1ecc64e53e9643adb98837bba0c32e"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aee15596fa46fb877b182b1ccb19a089",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3840719,
            "upload_time": "2025-07-30T11:50:30",
            "upload_time_iso_8601": "2025-07-30T11:50:30.974303Z",
            "url": "https://files.pythonhosted.org/packages/ac/07/717c47aae5be96bb9d622c26a676a3f88e6ba6846c0b590b9e1f15dcaac6/impit-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d35620843b4e913c691b69f8a86483c64d1b0c84c17a20588b53acffffa67616",
                "md5": "f609475f02eb3ebbcff113ee25bbe2ae",
                "sha256": "2f9bcd170ad3b53ea0d2c585efc7f2f23b7942c7e9b41a505d4bdc4a928580f6"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f609475f02eb3ebbcff113ee25bbe2ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3667648,
            "upload_time": "2025-07-30T11:50:33",
            "upload_time_iso_8601": "2025-07-30T11:50:33.062476Z",
            "url": "https://files.pythonhosted.org/packages/d3/56/20843b4e913c691b69f8a86483c64d1b0c84c17a20588b53acffffa67616/impit-0.5.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5cf5d77627559764f759c0eef1189ec6b7d62fea71889b84b41dd8359c31835f",
                "md5": "0d2d83af5f1b0de2376a5dde42249198",
                "sha256": "9bba63905ebcc625b63cdc6adce0bc8c80c95ad500b3fd02b8bb622fbb718beb"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0d2d83af5f1b0de2376a5dde42249198",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6071606,
            "upload_time": "2025-07-30T11:50:34",
            "upload_time_iso_8601": "2025-07-30T11:50:34.568547Z",
            "url": "https://files.pythonhosted.org/packages/5c/f5/d77627559764f759c0eef1189ec6b7d62fea71889b84b41dd8359c31835f/impit-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a8d16206195b8af11151eb4fe77e98113f4ec507ee70c2873e6a1f50620048f5",
                "md5": "5db707cf4bab9b61c6f05d00cb385229",
                "sha256": "9b6fd9898d5983f353d806fab528e95305736b0eb67da5fb32ce0fade31cc80f"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5db707cf4bab9b61c6f05d00cb385229",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6363184,
            "upload_time": "2025-07-30T11:50:36",
            "upload_time_iso_8601": "2025-07-30T11:50:36.485919Z",
            "url": "https://files.pythonhosted.org/packages/a8/d1/6206195b8af11151eb4fe77e98113f4ec507ee70c2873e6a1f50620048f5/impit-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff5f682015b7f2017ef3d823d42ae66d614a948d74597b457030e129501f216f",
                "md5": "f197c4ef523321beb8aea636d375b45c",
                "sha256": "186c20ff24a2431b66674d405a3b8357e66553ce1de518568b136a2cd4aa0d39"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f197c4ef523321beb8aea636d375b45c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6223813,
            "upload_time": "2025-07-30T11:50:38",
            "upload_time_iso_8601": "2025-07-30T11:50:38.367420Z",
            "url": "https://files.pythonhosted.org/packages/ff/5f/682015b7f2017ef3d823d42ae66d614a948d74597b457030e129501f216f/impit-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8513937cfc7357a1f70146bd4c61e012f219cfb86126f75cb8a6c3320c452a1",
                "md5": "a2f3d98fc65efc499f78e32ccc7d5e9d",
                "sha256": "095a003e6f88302f12720704cd2835435a9752b5b033d5263f6be5ee8880d434"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a2f3d98fc65efc499f78e32ccc7d5e9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3876828,
            "upload_time": "2025-07-30T11:50:40",
            "upload_time_iso_8601": "2025-07-30T11:50:40.216812Z",
            "url": "https://files.pythonhosted.org/packages/e8/51/3937cfc7357a1f70146bd4c61e012f219cfb86126f75cb8a6c3320c452a1/impit-0.5.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ae786ee335462a58590739ef44d851aeaffc131608582bbbb4b2b6dd6677eda",
                "md5": "9246854fea795524c9f759d5d882d1c4",
                "sha256": "cbee5603b7d8da6a3f5f6fccba7f9c2b04813943db293b6fc6fff63d3e86686b"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9246854fea795524c9f759d5d882d1c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3840617,
            "upload_time": "2025-07-30T11:50:41",
            "upload_time_iso_8601": "2025-07-30T11:50:41.735028Z",
            "url": "https://files.pythonhosted.org/packages/3a/e7/86ee335462a58590739ef44d851aeaffc131608582bbbb4b2b6dd6677eda/impit-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfe464b4f55fca0e63f03289c83beffe08b396a0c32015ef2fc28b8a8c09146f",
                "md5": "2499e17ce54e952c23fd70ba2e685788",
                "sha256": "c516f5bceb1757633c6291411fe8e255f81c7432f259da41e6408654b81dca6f"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2499e17ce54e952c23fd70ba2e685788",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3667696,
            "upload_time": "2025-07-30T11:50:43",
            "upload_time_iso_8601": "2025-07-30T11:50:43.551823Z",
            "url": "https://files.pythonhosted.org/packages/df/e4/64b4f55fca0e63f03289c83beffe08b396a0c32015ef2fc28b8a8c09146f/impit-0.5.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1757186b5ce0e10c7a3995fb814a8e12772911180baf1ee7a4db55d558c1b02",
                "md5": "b23753975ccb7a80239de5ceb5cf706b",
                "sha256": "1e4516f5d9c48aa9278f227c9a902e79f4636f35398921998899071a1abc08f9"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b23753975ccb7a80239de5ceb5cf706b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6071710,
            "upload_time": "2025-07-30T11:50:45",
            "upload_time_iso_8601": "2025-07-30T11:50:45.095521Z",
            "url": "https://files.pythonhosted.org/packages/e1/75/7186b5ce0e10c7a3995fb814a8e12772911180baf1ee7a4db55d558c1b02/impit-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dceca0b2a60e16de567be1403a6025f6daf8f40dc29629f1a2e5c828469fb987",
                "md5": "343bae6da4f7a6c8120ed43cbbbbcbb7",
                "sha256": "d06287ba0bf51abc16e0bd763a727e03f419accd263c34ded3e10be93c971ceb"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "343bae6da4f7a6c8120ed43cbbbbcbb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6362938,
            "upload_time": "2025-07-30T11:50:46",
            "upload_time_iso_8601": "2025-07-30T11:50:46.917901Z",
            "url": "https://files.pythonhosted.org/packages/dc/ec/a0b2a60e16de567be1403a6025f6daf8f40dc29629f1a2e5c828469fb987/impit-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0a5e9b16dda32008bd2e6a93dba1d82ddad6abacddd4b0c79792c03f244d16e",
                "md5": "c34e121b4189e7729b2f974b4d5dc48d",
                "sha256": "19d5e75d2e0c6a69c59cdfdc88da7fd9a72c23684fc88439240294740f2b7515"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c34e121b4189e7729b2f974b4d5dc48d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6219401,
            "upload_time": "2025-07-30T11:50:48",
            "upload_time_iso_8601": "2025-07-30T11:50:48.441938Z",
            "url": "https://files.pythonhosted.org/packages/e0/a5/e9b16dda32008bd2e6a93dba1d82ddad6abacddd4b0c79792c03f244d16e/impit-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0813875fb538d16f39eef8dc9c634a4ae352a49a2a106b2b7cfdde67cd67212e",
                "md5": "133650896b8d2e671bd109d9e7abccfa",
                "sha256": "f265c72c5aa8557244f80a230bfd548ea992db0b86323c672a87f379ad716957"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "133650896b8d2e671bd109d9e7abccfa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3876742,
            "upload_time": "2025-07-30T11:50:49",
            "upload_time_iso_8601": "2025-07-30T11:50:49.863956Z",
            "url": "https://files.pythonhosted.org/packages/08/13/875fb538d16f39eef8dc9c634a4ae352a49a2a106b2b7cfdde67cd67212e/impit-0.5.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22b08b9406eab662743a57e57066411b38b60f4f6dca91c954b64adc695ec3b6",
                "md5": "e641a7c8962436e2b3a2136ad4519c91",
                "sha256": "ad1337dc93a4bb5e4075975f3234a7c85caf4ec6973a79b77cdfeb0087382238"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e641a7c8962436e2b3a2136ad4519c91",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3840111,
            "upload_time": "2025-07-30T11:50:51",
            "upload_time_iso_8601": "2025-07-30T11:50:51.318579Z",
            "url": "https://files.pythonhosted.org/packages/22/b0/8b9406eab662743a57e57066411b38b60f4f6dca91c954b64adc695ec3b6/impit-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1cad9385cb1d04eed2531d0df0a4902064a7d6fb3857abed1a86489f0e723834",
                "md5": "3a9b3b505228d92dc29e8f6855e1401b",
                "sha256": "fc40983a60a7ee5eca8bbc8a9dfc0dc7865b94d26e8c86e3d550d06b1bebf3d7"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3a9b3b505228d92dc29e8f6855e1401b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3666505,
            "upload_time": "2025-07-30T11:50:53",
            "upload_time_iso_8601": "2025-07-30T11:50:53.101667Z",
            "url": "https://files.pythonhosted.org/packages/1c/ad/9385cb1d04eed2531d0df0a4902064a7d6fb3857abed1a86489f0e723834/impit-0.5.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d08dcd9a585f4f6b633dac11f295ef705974deeb98176e8c793350e777c8561",
                "md5": "bef9b096f5eba228f2cdceb440e2d8b9",
                "sha256": "527ace267d17254500695a0b177e7cfbfd842a860e3047cc93fe09fe009b33a6"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bef9b096f5eba228f2cdceb440e2d8b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6071126,
            "upload_time": "2025-07-30T11:50:54",
            "upload_time_iso_8601": "2025-07-30T11:50:54.666778Z",
            "url": "https://files.pythonhosted.org/packages/9d/08/dcd9a585f4f6b633dac11f295ef705974deeb98176e8c793350e777c8561/impit-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2fc6fbc7c826456220dd30888002d04d687163502f181baaf9d5165d45d8e221",
                "md5": "68d36edee49cb71a3668235b7ee7846b",
                "sha256": "caa5f2c827d979a1d8e2badddac33c0f36b62646d29cb078090474c706097843"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "68d36edee49cb71a3668235b7ee7846b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6361672,
            "upload_time": "2025-07-30T11:50:56",
            "upload_time_iso_8601": "2025-07-30T11:50:56.164153Z",
            "url": "https://files.pythonhosted.org/packages/2f/c6/fbc7c826456220dd30888002d04d687163502f181baaf9d5165d45d8e221/impit-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "902f9db57fe1cd6b6cc7e2bac30e6f749d94ba8d3ff9108c0d2f72735fc68dc6",
                "md5": "d5d5b931687e6798472811bbefbcd9d4",
                "sha256": "f3f07c460492a852e1081bc447dba59a63d2ea45abe82a1cbac745a402e2c9c3"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5d5b931687e6798472811bbefbcd9d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6218078,
            "upload_time": "2025-07-30T11:50:57",
            "upload_time_iso_8601": "2025-07-30T11:50:57.773403Z",
            "url": "https://files.pythonhosted.org/packages/90/2f/9db57fe1cd6b6cc7e2bac30e6f749d94ba8d3ff9108c0d2f72735fc68dc6/impit-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f18f2a6c06951ff52552a8a061a67ebdebc70c4719531072afd55a17227cc7b9",
                "md5": "61b219bcd771ed18f16ef66da5db645a",
                "sha256": "8dd7432d673bd6bf42a15d7919a9457c0cfd0eb0832fe2582298366d98fcc4ae"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "61b219bcd771ed18f16ef66da5db645a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3876072,
            "upload_time": "2025-07-30T11:50:59",
            "upload_time_iso_8601": "2025-07-30T11:50:59.690552Z",
            "url": "https://files.pythonhosted.org/packages/f1/8f/2a6c06951ff52552a8a061a67ebdebc70c4719531072afd55a17227cc7b9/impit-0.5.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "feac0e34d5760573a719ef92249757b9dd1436687ca88d7b29a959886ea0f116",
                "md5": "3224fa3dae157e1f0ab724e1a8caf435",
                "sha256": "b38197943efe692aa77f18883e3022fa1fcd240da2f3b3ba5dee10b7bdf5e835"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3224fa3dae157e1f0ab724e1a8caf435",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3839934,
            "upload_time": "2025-07-30T11:51:01",
            "upload_time_iso_8601": "2025-07-30T11:51:01.185883Z",
            "url": "https://files.pythonhosted.org/packages/fe/ac/0e34d5760573a719ef92249757b9dd1436687ca88d7b29a959886ea0f116/impit-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a7a3321a75bb82750f5f4e04c003b8179d9c3ff751e16705a2b227417d4c2e5",
                "md5": "b7a7b1e4462aaf8c64279141b1964ccd",
                "sha256": "d923a236011da447211714e34d015e178611b7997f3401ab5f432ee66d5f7b69"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b7a7b1e4462aaf8c64279141b1964ccd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3666384,
            "upload_time": "2025-07-30T11:51:02",
            "upload_time_iso_8601": "2025-07-30T11:51:02.685871Z",
            "url": "https://files.pythonhosted.org/packages/3a/7a/3321a75bb82750f5f4e04c003b8179d9c3ff751e16705a2b227417d4c2e5/impit-0.5.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dacc762ce64c7a6d1603111aacae151712c98f35ca20ea671b760005f42998fe",
                "md5": "30578ae0ed3f83d2f5a77936e3140c2f",
                "sha256": "45e2e4daeecf85f80d4d5b287d83ce06c690ef4ef1c178ebae2265d05e54ab7d"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "30578ae0ed3f83d2f5a77936e3140c2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6070912,
            "upload_time": "2025-07-30T11:51:04",
            "upload_time_iso_8601": "2025-07-30T11:51:04.188810Z",
            "url": "https://files.pythonhosted.org/packages/da/cc/762ce64c7a6d1603111aacae151712c98f35ca20ea671b760005f42998fe/impit-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8195e86e0a01da31e76a6c2beca2bd4506fc93cb33c46dede1a47c9e3e6c15bc",
                "md5": "17513d84c8483e7a03b22b4fbcc2da9d",
                "sha256": "6c7069ad70671e4b3129eb9f3fe3f50658aafc7f0de50b45fce4b0768008237c"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "17513d84c8483e7a03b22b4fbcc2da9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6361875,
            "upload_time": "2025-07-30T11:51:05",
            "upload_time_iso_8601": "2025-07-30T11:51:05.741426Z",
            "url": "https://files.pythonhosted.org/packages/81/95/e86e0a01da31e76a6c2beca2bd4506fc93cb33c46dede1a47c9e3e6c15bc/impit-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eee69ba2c7c111cf3265c657f53de3fb498db6586c13fd262b59913429d468fc",
                "md5": "ac0ad512f9deff2573d2c943f426ef9d",
                "sha256": "b656f0e7c1707c2124ea836b29a7d3d475117537184f12314b61ed74dccc6004"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac0ad512f9deff2573d2c943f426ef9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6217892,
            "upload_time": "2025-07-30T11:51:07",
            "upload_time_iso_8601": "2025-07-30T11:51:07.706239Z",
            "url": "https://files.pythonhosted.org/packages/ee/e6/9ba2c7c111cf3265c657f53de3fb498db6586c13fd262b59913429d468fc/impit-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22e80def9b6b2ef540274ae5ceeb6fff5a51334411c1a578d2f3e1b9b6d6f62f",
                "md5": "610a2f4d257684d3f40ecf1cd6bc1c70",
                "sha256": "fcd5b9a51a24b5cd5708b7ae52c0a65162132dce46799f7e051e319f7f3ac5c9"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "610a2f4d257684d3f40ecf1cd6bc1c70",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6361971,
            "upload_time": "2025-07-30T11:51:11",
            "upload_time_iso_8601": "2025-07-30T11:51:11.460214Z",
            "url": "https://files.pythonhosted.org/packages/22/e8/0def9b6b2ef540274ae5ceeb6fff5a51334411c1a578d2f3e1b9b6d6f62f/impit-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a6fc597c55e745b6793c171e699c9d24466aa5586b4cfac37d839c423669586",
                "md5": "c95a3ee34c8cddfa7ffeb982353a2524",
                "sha256": "b6a8afd89ea056ad1657b3242b3331859e3b87bf1b8b913d8ca5ac12259776c9"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c95a3ee34c8cddfa7ffeb982353a2524",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6219369,
            "upload_time": "2025-07-30T11:51:13",
            "upload_time_iso_8601": "2025-07-30T11:51:13.994186Z",
            "url": "https://files.pythonhosted.org/packages/6a/6f/c597c55e745b6793c171e699c9d24466aa5586b4cfac37d839c423669586/impit-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd8d5d31b830d0f142126cfbe3402eeb573261011334c7596d18a05a8b054741",
                "md5": "f7c4ca42b6cd21c60e69d5967d390e28",
                "sha256": "dcdb4b2235284912e0fe66b4e6d924609e360d95f9c9dd9bfeb252fcd183ef74"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f7c4ca42b6cd21c60e69d5967d390e28",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3875933,
            "upload_time": "2025-07-30T11:51:09",
            "upload_time_iso_8601": "2025-07-30T11:51:09.606837Z",
            "url": "https://files.pythonhosted.org/packages/cd/8d/5d31b830d0f142126cfbe3402eeb573261011334c7596d18a05a8b054741/impit-0.5.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95c33d983e2327e68459c52ac2f8ac5b91885dbdd8601d96b43a2a3a7c2399a1",
                "md5": "ad92b01a78c23e317cd162f9cf19e1d8",
                "sha256": "08a756e64a44197591d1f41b682baded2f4cc891946c03e5af21078186779cb2"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad92b01a78c23e317cd162f9cf19e1d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 6071007,
            "upload_time": "2025-07-30T11:51:16",
            "upload_time_iso_8601": "2025-07-30T11:51:16.669608Z",
            "url": "https://files.pythonhosted.org/packages/95/c3/3d983e2327e68459c52ac2f8ac5b91885dbdd8601d96b43a2a3a7c2399a1/impit-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "df529eda8214f62b71b8e1d2467939fa4216d366383309a5ce7cfbc8d670d8aa",
                "md5": "de3b5e1ed0742e5342c3749b93e9b67b",
                "sha256": "ddc7483e109900f13dff175ef9a262715d3eb1a230d854d74c7124a11eb259bc"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de3b5e1ed0742e5342c3749b93e9b67b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3841054,
            "upload_time": "2025-07-30T11:51:18",
            "upload_time_iso_8601": "2025-07-30T11:51:18.216027Z",
            "url": "https://files.pythonhosted.org/packages/df/52/9eda8214f62b71b8e1d2467939fa4216d366383309a5ce7cfbc8d670d8aa/impit-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b5a0f26186308888cf7746f51cc758790bc061fdb00fd5f6885af036d4f0d4f",
                "md5": "cb16decec590dcbf2cd921b7a29e2658",
                "sha256": "2201d3e6d13474e11a3335a6ffd595c7d4cea3a9e48e600dfabe41b6b8edfcc3"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cb16decec590dcbf2cd921b7a29e2658",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3668452,
            "upload_time": "2025-07-30T11:51:19",
            "upload_time_iso_8601": "2025-07-30T11:51:19.633124Z",
            "url": "https://files.pythonhosted.org/packages/4b/5a/0f26186308888cf7746f51cc758790bc061fdb00fd5f6885af036d4f0d4f/impit-0.5.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9bd8fba625125178f611a3d7637d3340d63dc255694ca3285e2f6496803ddf8",
                "md5": "73401cdd05c1aabaed774aba9988acd9",
                "sha256": "d9e480e21bd0e2fb919cb79e11dc549994468bd247f771363230ca4679b11278"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "73401cdd05c1aabaed774aba9988acd9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6072154,
            "upload_time": "2025-07-30T11:51:21",
            "upload_time_iso_8601": "2025-07-30T11:51:21.383587Z",
            "url": "https://files.pythonhosted.org/packages/c9/bd/8fba625125178f611a3d7637d3340d63dc255694ca3285e2f6496803ddf8/impit-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "774488ced4ef679c87c8fa893885360a200263542626c45ca4f7aefe4e7d6622",
                "md5": "585cd28862bffc22a3c1d69e1064aa0f",
                "sha256": "728ff61bf0b460bb3a91e6ba16d1848f07421ae6627730b0a8d6b9d0453413c2"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "585cd28862bffc22a3c1d69e1064aa0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6363582,
            "upload_time": "2025-07-30T11:51:22",
            "upload_time_iso_8601": "2025-07-30T11:51:22.911062Z",
            "url": "https://files.pythonhosted.org/packages/77/44/88ced4ef679c87c8fa893885360a200263542626c45ca4f7aefe4e7d6622/impit-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4c65b7a68e38148901719ecb2eda459a0235c0d7d2cf07c56e1a4f5c2efc081",
                "md5": "042cbdb7c4407d5f8754e1837e0de865",
                "sha256": "af637110ff3d6bc748589ccc8d1e1d4e46239ee5d7984aa4831a1e5bb9d423d5"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "042cbdb7c4407d5f8754e1837e0de865",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6223872,
            "upload_time": "2025-07-30T11:51:24",
            "upload_time_iso_8601": "2025-07-30T11:51:24.404456Z",
            "url": "https://files.pythonhosted.org/packages/e4/c6/5b7a68e38148901719ecb2eda459a0235c0d7d2cf07c56e1a4f5c2efc081/impit-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "991576d0216d5b6248b25d96501ba52d5496eb147fe69092964e25c01c22e41d",
                "md5": "ac1eeb8fa70607cdef1841ab8f4aa983",
                "sha256": "1ee6577741821a277cf42fb248e005f2eea71866a876fc491c1f4ad6b4c6a9e8"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ac1eeb8fa70607cdef1841ab8f4aa983",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3877365,
            "upload_time": "2025-07-30T11:51:25",
            "upload_time_iso_8601": "2025-07-30T11:51:25.971079Z",
            "url": "https://files.pythonhosted.org/packages/99/15/76d0216d5b6248b25d96501ba52d5496eb147fe69092964e25c01c22e41d/impit-0.5.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e9198c4aa4d8036e6eb94d26015d6693c491667fda3ffd0cebe367a4039c8a3",
                "md5": "902306fab505b6f940712cd354c9ea79",
                "sha256": "be03977267b81708bdc54e98186f18138b65af6e8a8f0859f9483ee39b292208"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "902306fab505b6f940712cd354c9ea79",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 6072884,
            "upload_time": "2025-07-30T11:51:27",
            "upload_time_iso_8601": "2025-07-30T11:51:27.402564Z",
            "url": "https://files.pythonhosted.org/packages/0e/91/98c4aa4d8036e6eb94d26015d6693c491667fda3ffd0cebe367a4039c8a3/impit-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9a4aa4338f95f4d63bfe5dc4d40c5e83b400188926f496769a2da34e211c039",
                "md5": "ac65aadcca01213ecd95670fe9a6dcf9",
                "sha256": "ebd100ed3a1d2017003e5f4323ef9ccb1bef7f68a3c70eace44dc80258ba61b1"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ac65aadcca01213ecd95670fe9a6dcf9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 6363121,
            "upload_time": "2025-07-30T11:51:29",
            "upload_time_iso_8601": "2025-07-30T11:51:29.254249Z",
            "url": "https://files.pythonhosted.org/packages/a9/a4/aa4338f95f4d63bfe5dc4d40c5e83b400188926f496769a2da34e211c039/impit-0.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70ba0b6ff62fdccb66eb13cc058b69a1df08017f8318ae5adf813fad7cdc42a3",
                "md5": "58b59afdc08d46b0f6797f9898b77d82",
                "sha256": "8ee9f944ffdd039665f282be6ccec9a0ccd2e204a574f498d1bdd91f51dc4c93"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "58b59afdc08d46b0f6797f9898b77d82",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 6220904,
            "upload_time": "2025-07-30T11:51:30",
            "upload_time_iso_8601": "2025-07-30T11:51:30.706065Z",
            "url": "https://files.pythonhosted.org/packages/70/ba/0b6ff62fdccb66eb13cc058b69a1df08017f8318ae5adf813fad7cdc42a3/impit-0.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa6d4b280ea4ad6b3b2731efa5aeef2c85c8c26d8408f591e1d3e2d3748b38eb",
                "md5": "b38b0f95632092ce56f6f16ab71c389c",
                "sha256": "6bcf04de0e970beccf95f71e1535bc7585a65b24eb7cdbbb7d6f13f9eb4533e3"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b38b0f95632092ce56f6f16ab71c389c",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 6072722,
            "upload_time": "2025-07-30T11:51:32",
            "upload_time_iso_8601": "2025-07-30T11:51:32.321715Z",
            "url": "https://files.pythonhosted.org/packages/fa/6d/4b280ea4ad6b3b2731efa5aeef2c85c8c26d8408f591e1d3e2d3748b38eb/impit-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bf18887e407d6330e9c3c98886466db78256a0b27246b6ef14e5418c965442f",
                "md5": "35dce94ce00328d0d0b8179801bd3c70",
                "sha256": "a2ca6a988ded989d5331787dbca1539eefdcee202a38c188ec04525f4cb708d4"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "35dce94ce00328d0d0b8179801bd3c70",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 6363170,
            "upload_time": "2025-07-30T11:51:33",
            "upload_time_iso_8601": "2025-07-30T11:51:33.815666Z",
            "url": "https://files.pythonhosted.org/packages/8b/f1/8887e407d6330e9c3c98886466db78256a0b27246b6ef14e5418c965442f/impit-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03736318d23468759f473c3f438d701e0efae3feb9fc1865b56d2a201a22e61f",
                "md5": "c7753520775b17e0690f74e5a3de1735",
                "sha256": "62a7942295ea8656fdb881a47a0e6b16edfb0e2d4dd07ad0b6f8d928efc1db66"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c7753520775b17e0690f74e5a3de1735",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 6220787,
            "upload_time": "2025-07-30T11:51:36",
            "upload_time_iso_8601": "2025-07-30T11:51:36.663191Z",
            "url": "https://files.pythonhosted.org/packages/03/73/6318d23468759f473c3f438d701e0efae3feb9fc1865b56d2a201a22e61f/impit-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54410d43e5a9f061dedfc111722640fcc7e4283ffdc91f108a54d1dfcf499666",
                "md5": "e62c45de56eb25af863ccec6a1db4d80",
                "sha256": "f545e2242753e8d790ab2e9de2a7ae4cea6ff2a1a62a5f8b0d0444519d478a42"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e62c45de56eb25af863ccec6a1db4d80",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 6363178,
            "upload_time": "2025-07-30T11:51:38",
            "upload_time_iso_8601": "2025-07-30T11:51:38.248357Z",
            "url": "https://files.pythonhosted.org/packages/54/41/0d43e5a9f061dedfc111722640fcc7e4283ffdc91f108a54d1dfcf499666/impit-0.5.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7fa20206f1027bc3da26503bee1246e97d82d5e3f3d032aabce61b5d614a986",
                "md5": "1c8121a95d89e942871b104959c16b5a",
                "sha256": "a2a93f120ce20ea17f48800f3c662f9b0d459136f0637881c91e8a810588fce0"
            },
            "downloads": -1,
            "filename": "impit-0.5.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c8121a95d89e942871b104959c16b5a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 6220906,
            "upload_time": "2025-07-30T11:51:39",
            "upload_time_iso_8601": "2025-07-30T11:51:39.832591Z",
            "url": "https://files.pythonhosted.org/packages/f7/fa/20206f1027bc3da26503bee1246e97d82d5e3f3d032aabce61b5d614a986/impit-0.5.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8482da7f6ebec2ae2e4071c7f97d5d09710ec205eb7a5660674bf2b0e43969ad",
                "md5": "6caff0b8421c7e5d2ca45bfe102c067e",
                "sha256": "c1f27d046fcf53b1ad9f63897a666a4f32eb53763245b4c2047c826991675ba5"
            },
            "downloads": -1,
            "filename": "impit-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6caff0b8421c7e5d2ca45bfe102c067e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 87921,
            "upload_time": "2025-07-30T11:51:42",
            "upload_time_iso_8601": "2025-07-30T11:51:42.266240Z",
            "url": "https://files.pythonhosted.org/packages/84/82/da7f6ebec2ae2e4071c7f97d5d09710ec205eb7a5660674bf2b0e43969ad/impit-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 11:51:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apify",
    "github_project": "impit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "impit"
}
        
Elapsed time: 0.61214s