ignore-python


Nameignore-python JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryRust ignore crate Python bindings
upload_time2025-07-16 11:32:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords python gitignore search rust extension module filesystem recursively-search fd ripgrep ignore
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ignore in Python
This is a Python library that binds to the Rust crate
[ignore](https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore).

ignore's Python bindings can be used for building a fast recursive
directory iterator that respects various filters such as globs, file
types and `.gitignore` files.

## Example
This example shows the most basic usage of this package. This code
will recursively traverse the current directory while automatically
filtering out files and directories according to ignore globs found in
files like `.ignore` and `.gitignore`:

```python
from ignore import Walk

for entry in Walk("./"):
	print(entry.path())
```

## Example: advanced
By default, the recursive directory iterator will ignore hidden files and directories. This can be disabled by building the iterator with `WalkBuilder`:

```python
from ignore import WalkBuilder

for entry in WalkBuilder("./").hidden(False).build():
	print(entry.path())
```

Refer to the [API documentation](https://borsattoz.github.io/ignore-python) for more information.

## How to install (from pip)
```sh
pip install ignore-python
# or
python -m pip install ignore-python
```

## How to develop
This assumes that you have rust and cargo installed. I use the
workflow recommended by [pyo3](https://github.com/PyO3/pyo3) and
[maturin](https://github.com/PyO3/maturin).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ignore-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, gitignore, search, rust, extension, module, filesystem, recursively-search, fd, ripgrep, ignore",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fb/d1/fd458543147240d9c154de5205b87911b37cefae5841d9034459acec7db5/ignore_python-0.3.0.tar.gz",
    "platform": null,
    "description": "# ignore in Python\nThis is a Python library that binds to the Rust crate\n[ignore](https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore).\n\nignore's Python bindings can be used for building a fast recursive\ndirectory iterator that respects various filters such as globs, file\ntypes and `.gitignore` files.\n\n## Example\nThis example shows the most basic usage of this package. This code\nwill recursively traverse the current directory while automatically\nfiltering out files and directories according to ignore globs found in\nfiles like `.ignore` and `.gitignore`:\n\n```python\nfrom ignore import Walk\n\nfor entry in Walk(\"./\"):\n\tprint(entry.path())\n```\n\n## Example: advanced\nBy default, the recursive directory iterator will ignore hidden files and directories. This can be disabled by building the iterator with `WalkBuilder`:\n\n```python\nfrom ignore import WalkBuilder\n\nfor entry in WalkBuilder(\"./\").hidden(False).build():\n\tprint(entry.path())\n```\n\nRefer to the [API documentation](https://borsattoz.github.io/ignore-python) for more information.\n\n## How to install (from pip)\n```sh\npip install ignore-python\n# or\npython -m pip install ignore-python\n```\n\n## How to develop\nThis assumes that you have rust and cargo installed. I use the\nworkflow recommended by [pyo3](https://github.com/PyO3/pyo3) and\n[maturin](https://github.com/PyO3/maturin).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Rust ignore crate Python bindings",
    "version": "0.3.0",
    "project_urls": {
        "documentation": "https://borsattoz.github.io/ignore-python",
        "repository": "https://github.com/borsattoz/ignore-python"
    },
    "split_keywords": [
        "python",
        " gitignore",
        " search",
        " rust",
        " extension",
        " module",
        " filesystem",
        " recursively-search",
        " fd",
        " ripgrep",
        " ignore"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa8cf472a5d2f21a9a285665152fb78959d78729c911d9212c67b66206ba14bb",
                "md5": "b35b8d800fa7afd932192f4f603c4daa",
                "sha256": "d514bcddd619af07de4fc5d51eb4af1b148ea3b64bf9a627fb16bcd29b736179"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b35b8d800fa7afd932192f4f603c4daa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 924038,
            "upload_time": "2025-07-16T11:30:42",
            "upload_time_iso_8601": "2025-07-16T11:30:42.489511Z",
            "url": "https://files.pythonhosted.org/packages/fa/8c/f472a5d2f21a9a285665152fb78959d78729c911d9212c67b66206ba14bb/ignore_python-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cc0c03b6c50cdb3e24b67cf7c00406fa24dfbac2e6f51a6efe43eebf2acab6b6",
                "md5": "0097d36cda53b488af28a9e6f71ea6c6",
                "sha256": "194b8f623bf687f6c0753f191c32f2589fdf97230785e4541fdf0acbb8ca32b4"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0097d36cda53b488af28a9e6f71ea6c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 902026,
            "upload_time": "2025-07-16T11:30:56",
            "upload_time_iso_8601": "2025-07-16T11:30:56.497584Z",
            "url": "https://files.pythonhosted.org/packages/cc/0c/03b6c50cdb3e24b67cf7c00406fa24dfbac2e6f51a6efe43eebf2acab6b6/ignore_python-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e6bafdb07179fc3218b1ad1e1907a4201be9cc0c54384e9c683b6e495adf348",
                "md5": "569ea1386107936a635b8d5fe5c3df09",
                "sha256": "17194d5cca5c289b54cd39df3f6529aa090792aef90ff8a894d365cc2bd35a54"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "569ea1386107936a635b8d5fe5c3df09",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1189452,
            "upload_time": "2025-07-16T11:31:09",
            "upload_time_iso_8601": "2025-07-16T11:31:09.739162Z",
            "url": "https://files.pythonhosted.org/packages/1e/6b/afdb07179fc3218b1ad1e1907a4201be9cc0c54384e9c683b6e495adf348/ignore_python-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fbd588cd589d5fbdcebb88a04c648e48e0448b71f9e6e33d40eeba9fa34205b",
                "md5": "bbe3e6256ec79180730ce7837c73642d",
                "sha256": "dcf19e4866e9408f3fae3a9cac74f9a011575fc6aaa4c8e4dd7d42fda54fc94f"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "bbe3e6256ec79180730ce7837c73642d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 967960,
            "upload_time": "2025-07-16T11:31:21",
            "upload_time_iso_8601": "2025-07-16T11:31:21.737634Z",
            "url": "https://files.pythonhosted.org/packages/8f/bd/588cd589d5fbdcebb88a04c648e48e0448b71f9e6e33d40eeba9fa34205b/ignore_python-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e120809ee48100043070923b3cf16190d0cdbdb70fe12ab9ff1d47eb70c9023b",
                "md5": "def81090ecd6475f12c3054986f6b1e3",
                "sha256": "63aa4ebc19c0dcb48e07be5d7575b5fc2fe920b0293fbfbc602df8d582e72d81"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "def81090ecd6475f12c3054986f6b1e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 977545,
            "upload_time": "2025-07-16T11:31:42",
            "upload_time_iso_8601": "2025-07-16T11:31:42.377386Z",
            "url": "https://files.pythonhosted.org/packages/e1/20/809ee48100043070923b3cf16190d0cdbdb70fe12ab9ff1d47eb70c9023b/ignore_python-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d144297def10a3b18606dc4f2920e9f32cd88185fff3d83b629c1f25f371848",
                "md5": "68234934ba4bce10c9b7962ad83191ed",
                "sha256": "18c28868f2a9ed681d32e66578daeb6e786e0dc78f7686fc4ac6624693f9825a"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "68234934ba4bce10c9b7962ad83191ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1005336,
            "upload_time": "2025-07-16T11:31:32",
            "upload_time_iso_8601": "2025-07-16T11:31:32.504600Z",
            "url": "https://files.pythonhosted.org/packages/7d/14/4297def10a3b18606dc4f2920e9f32cd88185fff3d83b629c1f25f371848/ignore_python-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8002a64a5a4929a5956f47cbdd0b3ae74aa5644bb4ea2c80c490f8d91df308ff",
                "md5": "e27ce40eb4c1033f46b444603c2678f4",
                "sha256": "7201831e86535133a2fde6cfb9b9e7393d677982af0d92e74903c67d16e38050"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e27ce40eb4c1033f46b444603c2678f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1098245,
            "upload_time": "2025-07-16T11:31:59",
            "upload_time_iso_8601": "2025-07-16T11:31:59.546048Z",
            "url": "https://files.pythonhosted.org/packages/80/02/a64a5a4929a5956f47cbdd0b3ae74aa5644bb4ea2c80c490f8d91df308ff/ignore_python-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "349360a3f1756c3e9be114b5aea9f96759797f3efbfbfd1a54a6bfd9033e4a5d",
                "md5": "6401e4a6ee7116db0536fd2f03387492",
                "sha256": "eb6f4bc7b6b51c6bbac61915169334684107d4af332b15dbc29ddddfe3e1da53"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6401e4a6ee7116db0536fd2f03387492",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1165685,
            "upload_time": "2025-07-16T11:32:11",
            "upload_time_iso_8601": "2025-07-16T11:32:11.588483Z",
            "url": "https://files.pythonhosted.org/packages/34/93/60a3f1756c3e9be114b5aea9f96759797f3efbfbfd1a54a6bfd9033e4a5d/ignore_python-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a94a7f76eb991a51050a1d485aaa883bf033c4c35195053af8accea0db46bf9",
                "md5": "b6e1d8b17475b61c5727ed56805383f1",
                "sha256": "27f50e48490d20ed97769af20a51567d2896f17a1d1c0b6ab9dfb5bfdee21236"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b6e1d8b17475b61c5727ed56805383f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1137179,
            "upload_time": "2025-07-16T11:32:23",
            "upload_time_iso_8601": "2025-07-16T11:32:23.396991Z",
            "url": "https://files.pythonhosted.org/packages/7a/94/a7f76eb991a51050a1d485aaa883bf033c4c35195053af8accea0db46bf9/ignore_python-0.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "976f799f29c41d87ed710cf627b34a9e7b23fd796c9c328b72991f50ecb9cdf2",
                "md5": "0f948611c02143bd6f837d1b911e64e1",
                "sha256": "b5a48ce061b84a4c35d7eebdd9fd51ecab3079f13ae84c39b3db4086c83fe5ee"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0f948611c02143bd6f837d1b911e64e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1147716,
            "upload_time": "2025-07-16T11:32:34",
            "upload_time_iso_8601": "2025-07-16T11:32:34.407190Z",
            "url": "https://files.pythonhosted.org/packages/97/6f/799f29c41d87ed710cf627b34a9e7b23fd796c9c328b72991f50ecb9cdf2/ignore_python-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd355058355b273330bcbc4239238a2fdb2ef9f6cc9ef9e5c60a422e4ef6ba46",
                "md5": "55d66d32e24a327bd3188519cee388b8",
                "sha256": "5b8d0f5954ff8094c388ce73580d680a837e32f1139c250b51c972fb684de162"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "55d66d32e24a327bd3188519cee388b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 660719,
            "upload_time": "2025-07-16T11:32:52",
            "upload_time_iso_8601": "2025-07-16T11:32:52.409258Z",
            "url": "https://files.pythonhosted.org/packages/bd/35/5058355b273330bcbc4239238a2fdb2ef9f6cc9ef9e5c60a422e4ef6ba46/ignore_python-0.3.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05b02b6ba56b960705e395375e6a5086583d5677de291f539e99f42b6d8e5f90",
                "md5": "3ef14b18c44aac1c27b9b616eed90bdd",
                "sha256": "135eeaec4c25e81928de6e417eadd9ea64d1c23decfb06f7578ecf6a8feb599b"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3ef14b18c44aac1c27b9b616eed90bdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 745908,
            "upload_time": "2025-07-16T11:32:46",
            "upload_time_iso_8601": "2025-07-16T11:32:46.637650Z",
            "url": "https://files.pythonhosted.org/packages/05/b0/2b6ba56b960705e395375e6a5086583d5677de291f539e99f42b6d8e5f90/ignore_python-0.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d520722f4e7e888347ab8c2a804ed988e1d2d7742673978fa3b8c214697fcb1",
                "md5": "3bda5987306ba59604a548488029b896",
                "sha256": "330656b3bd28730327187e6905c771ca99d919d9b11c03727a66ea76b8812f0d"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3bda5987306ba59604a548488029b896",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 911930,
            "upload_time": "2025-07-16T11:31:56",
            "upload_time_iso_8601": "2025-07-16T11:31:56.097326Z",
            "url": "https://files.pythonhosted.org/packages/4d/52/0722f4e7e888347ab8c2a804ed988e1d2d7742673978fa3b8c214697fcb1/ignore_python-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ca3aac7f888b97be6f4428cbcdbe587c978cabda7fbcc40a66770722798e54a",
                "md5": "96d1e49be64145c6c0787a888781a450",
                "sha256": "cab4daff1fe4f2c206523bbc9b12d78148b1570055603984646166b95c706191"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "96d1e49be64145c6c0787a888781a450",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 847226,
            "upload_time": "2025-07-16T11:31:52",
            "upload_time_iso_8601": "2025-07-16T11:31:52.396932Z",
            "url": "https://files.pythonhosted.org/packages/3c/a3/aac7f888b97be6f4428cbcdbe587c978cabda7fbcc40a66770722798e54a/ignore_python-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82346f0f5957792a9af7b2e45ff93a72a157bdca1e4c15a59661d68c85a975ee",
                "md5": "88509373bbef199afaead69fab163279",
                "sha256": "1fb178e96b949922b7076a2770c846146dbf2cc0d141dab192e9b370d423af55"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "88509373bbef199afaead69fab163279",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 923979,
            "upload_time": "2025-07-16T11:30:43",
            "upload_time_iso_8601": "2025-07-16T11:30:43.988851Z",
            "url": "https://files.pythonhosted.org/packages/82/34/6f0f5957792a9af7b2e45ff93a72a157bdca1e4c15a59661d68c85a975ee/ignore_python-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b81a5d812a7064c83e72fc29e49a84355ba9a972553af2ca456ec7dc64dede91",
                "md5": "c31b295b245b9077138722c52ef0b8d8",
                "sha256": "dcf90b39b49fea94b0055c5593fd251595217cd85cbae0da9698871f01d66a7d"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c31b295b245b9077138722c52ef0b8d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 902449,
            "upload_time": "2025-07-16T11:30:57",
            "upload_time_iso_8601": "2025-07-16T11:30:57.549748Z",
            "url": "https://files.pythonhosted.org/packages/b8/1a/5d812a7064c83e72fc29e49a84355ba9a972553af2ca456ec7dc64dede91/ignore_python-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a391b0309f6d85d4ba894ffc76023b43170deeb88516b609c3fa5e0a39208c42",
                "md5": "60ccaddfee98c5f14ec0687f490aace9",
                "sha256": "ea3ddd33c6d80d4328f3bcc3a39b11f73527671499ece76b580afd81824af529"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "60ccaddfee98c5f14ec0687f490aace9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1189996,
            "upload_time": "2025-07-16T11:31:10",
            "upload_time_iso_8601": "2025-07-16T11:31:10.773884Z",
            "url": "https://files.pythonhosted.org/packages/a3/91/b0309f6d85d4ba894ffc76023b43170deeb88516b609c3fa5e0a39208c42/ignore_python-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3154aa96800730b4cceaf5885fdb9adad8b26ade57296ddade98d61d95e681a",
                "md5": "abb7fc14634ad810c401d993e9fc57a4",
                "sha256": "c41fb5971a2853f2967cc1794b7bfb3cf5f8c981bb60067f71edc3a4786bfcec"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "abb7fc14634ad810c401d993e9fc57a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 968190,
            "upload_time": "2025-07-16T11:31:23",
            "upload_time_iso_8601": "2025-07-16T11:31:23.057213Z",
            "url": "https://files.pythonhosted.org/packages/c3/15/4aa96800730b4cceaf5885fdb9adad8b26ade57296ddade98d61d95e681a/ignore_python-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7228172b53063da5459007baca490b2ea2bd381a8601fbecba2f508504e26200",
                "md5": "e441191341db847e1ecd822f8f98362e",
                "sha256": "a4bf1e8398828dba9d4c95fec4954097ca4583989cbb8c7fb9e4ef6f81ac7fc9"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e441191341db847e1ecd822f8f98362e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 977004,
            "upload_time": "2025-07-16T11:31:43",
            "upload_time_iso_8601": "2025-07-16T11:31:43.355568Z",
            "url": "https://files.pythonhosted.org/packages/72/28/172b53063da5459007baca490b2ea2bd381a8601fbecba2f508504e26200/ignore_python-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03ebede4a60f1bf40c3e1e8e891d408ca70427319a1a4d71ccedc0be1a59ff01",
                "md5": "f2123cef5a41a389f8c8995ac30f22f0",
                "sha256": "6f7f52f034a83bd01fe7c0d5b36f06caa8f15fb7bb1d3220a2ca959b4eab1252"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "f2123cef5a41a389f8c8995ac30f22f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1004741,
            "upload_time": "2025-07-16T11:31:33",
            "upload_time_iso_8601": "2025-07-16T11:31:33.807163Z",
            "url": "https://files.pythonhosted.org/packages/03/eb/ede4a60f1bf40c3e1e8e891d408ca70427319a1a4d71ccedc0be1a59ff01/ignore_python-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfc2286fc7211a23e7442e48242cf9f3bcb915ab765a9027115bfb316e4eef1a",
                "md5": "d47ba97c699bf1642eb9ccd810ac35d0",
                "sha256": "3913596a6f2d49dde27dc8045b1fc5484e0e986a558a946aa03b61d68adb4457"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d47ba97c699bf1642eb9ccd810ac35d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1098358,
            "upload_time": "2025-07-16T11:32:00",
            "upload_time_iso_8601": "2025-07-16T11:32:00.821191Z",
            "url": "https://files.pythonhosted.org/packages/cf/c2/286fc7211a23e7442e48242cf9f3bcb915ab765a9027115bfb316e4eef1a/ignore_python-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "290aec3a575b5cd121c509e43e4edd231ab50b4b9aa95a1103aec194b7b9e2bd",
                "md5": "0a8a32777b642e92a0fae574d9f3bfb3",
                "sha256": "cb9a4b9b41aeabf8b98cece5e01fd1d0a5e3ec57cd46a453d4e1a6d3ca9b14a3"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0a8a32777b642e92a0fae574d9f3bfb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1165848,
            "upload_time": "2025-07-16T11:32:12",
            "upload_time_iso_8601": "2025-07-16T11:32:12.979638Z",
            "url": "https://files.pythonhosted.org/packages/29/0a/ec3a575b5cd121c509e43e4edd231ab50b4b9aa95a1103aec194b7b9e2bd/ignore_python-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26f6d8a7b1586274cfc2640492be52f3624ee387d75404c08c9157e754ef24ed",
                "md5": "6092232162825f3cabfb6ce6b1909136",
                "sha256": "ed14dfcb9b337a61e54fc89fd6ec2bddf45719585dd8e3fe28e661014b47acfe"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6092232162825f3cabfb6ce6b1909136",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1137092,
            "upload_time": "2025-07-16T11:32:24",
            "upload_time_iso_8601": "2025-07-16T11:32:24.445463Z",
            "url": "https://files.pythonhosted.org/packages/26/f6/d8a7b1586274cfc2640492be52f3624ee387d75404c08c9157e754ef24ed/ignore_python-0.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "236190cf5d0fad15a9336966daf5ee97a0856f4c40fe11c90e3d3db8c45b08be",
                "md5": "2969bc0185b245a5f1aadbbb12a74b46",
                "sha256": "4d05b02cb522f84248ee5c58fa72025cdb1454444fdcdb04845519c4b95319f4"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2969bc0185b245a5f1aadbbb12a74b46",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1147857,
            "upload_time": "2025-07-16T11:32:35",
            "upload_time_iso_8601": "2025-07-16T11:32:35.484238Z",
            "url": "https://files.pythonhosted.org/packages/23/61/90cf5d0fad15a9336966daf5ee97a0856f4c40fe11c90e3d3db8c45b08be/ignore_python-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dacf544d592b376d82fe0e0deafe5b94330e683c4a2bbe46c1ac081c0a8e7784",
                "md5": "088d9f515af0f6af0fde5e0bb6eb847b",
                "sha256": "eade0d8601402a3cfc577e26d87f75f7eed0bc9fa16c602a0d8acc8f7d03c801"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "088d9f515af0f6af0fde5e0bb6eb847b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 660770,
            "upload_time": "2025-07-16T11:32:53",
            "upload_time_iso_8601": "2025-07-16T11:32:53.442650Z",
            "url": "https://files.pythonhosted.org/packages/da/cf/544d592b376d82fe0e0deafe5b94330e683c4a2bbe46c1ac081c0a8e7784/ignore_python-0.3.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1692ef04d88303b969cc200a58688321288c7fb478f7b3c56b4073458a065e3",
                "md5": "9050ed7ee4524ec13bd4434f9f6ef52b",
                "sha256": "75d0e0a9aa27929a27ab7b8d8eca3a4e423d75be393fc575536723648acccde4"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9050ed7ee4524ec13bd4434f9f6ef52b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 745820,
            "upload_time": "2025-07-16T11:32:47",
            "upload_time_iso_8601": "2025-07-16T11:32:47.674083Z",
            "url": "https://files.pythonhosted.org/packages/c1/69/2ef04d88303b969cc200a58688321288c7fb478f7b3c56b4073458a065e3/ignore_python-0.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28fdaea97213c488df8dd0bd665ec36eb34496e086f9ad8c888cf7a9f41ea052",
                "md5": "cc4e9ea10e9d7146bdca032c6c6fe0e9",
                "sha256": "ac0885150276b48b3c2d74ac7d0391f52a50a89dcf4857908a74c8d42c21b193"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cc4e9ea10e9d7146bdca032c6c6fe0e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 909641,
            "upload_time": "2025-07-16T11:31:57",
            "upload_time_iso_8601": "2025-07-16T11:31:57.100153Z",
            "url": "https://files.pythonhosted.org/packages/28/fd/aea97213c488df8dd0bd665ec36eb34496e086f9ad8c888cf7a9f41ea052/ignore_python-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec07b6696194ae7dc51e75caeb947ca7750a006d7c287880c76443ca63a96d8a",
                "md5": "f63adc53fe6c1934072a7f2cf04eda89",
                "sha256": "0e487db1a92f1038d2549b6c6696ab9ce13503e19e44be27f42477b0ad94b2f9"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f63adc53fe6c1934072a7f2cf04eda89",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 844306,
            "upload_time": "2025-07-16T11:31:54",
            "upload_time_iso_8601": "2025-07-16T11:31:54.124840Z",
            "url": "https://files.pythonhosted.org/packages/ec/07/b6696194ae7dc51e75caeb947ca7750a006d7c287880c76443ca63a96d8a/ignore_python-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca925952d2bcdcf2856816aeb790df53a52d9ed09dcdee0a83c72398fe476205",
                "md5": "36a90beae0833c8e3b92efb74b6e6254",
                "sha256": "ef17cafebbd37f4318dce5ac29816051dcbc2b45e3362c06322488a714cadc07"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "36a90beae0833c8e3b92efb74b6e6254",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 924203,
            "upload_time": "2025-07-16T11:30:45",
            "upload_time_iso_8601": "2025-07-16T11:30:45.100727Z",
            "url": "https://files.pythonhosted.org/packages/ca/92/5952d2bcdcf2856816aeb790df53a52d9ed09dcdee0a83c72398fe476205/ignore_python-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee7b31c4825bce51782d18b35274b0dc4bd25e39344d7d886b4ecbd2eba2773b",
                "md5": "1f7737e96f90c1b413d911d1d58addc7",
                "sha256": "5f9e5b09f176f07431436591bd7152ba9d70a0b57cf6c8e1dca0071d1ae821e9"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1f7737e96f90c1b413d911d1d58addc7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 902176,
            "upload_time": "2025-07-16T11:30:58",
            "upload_time_iso_8601": "2025-07-16T11:30:58.595881Z",
            "url": "https://files.pythonhosted.org/packages/ee/7b/31c4825bce51782d18b35274b0dc4bd25e39344d7d886b4ecbd2eba2773b/ignore_python-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4ec195bcdc576c5d037fff2c9863ef1a689c64b3a42ec582e4fa8ded264fd69",
                "md5": "5236a25a756971d2b14d5415f9effc5d",
                "sha256": "7d4364ca5fa47c9fbb0c120de654cbf9c8a90736a563c5e154138d78cb93f657"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5236a25a756971d2b14d5415f9effc5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1194101,
            "upload_time": "2025-07-16T11:31:12",
            "upload_time_iso_8601": "2025-07-16T11:31:12.198194Z",
            "url": "https://files.pythonhosted.org/packages/f4/ec/195bcdc576c5d037fff2c9863ef1a689c64b3a42ec582e4fa8ded264fd69/ignore_python-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "75afc232cda6804f06b817fe3eb644545881419925a6c2422b637c64e356facc",
                "md5": "9c7556752d4356a8e7fd756718404a29",
                "sha256": "db109fbce10cbf035f943a2b743c3ce507c4f498039191664206dc4f0dfa1b9a"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9c7556752d4356a8e7fd756718404a29",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 968946,
            "upload_time": "2025-07-16T11:31:24",
            "upload_time_iso_8601": "2025-07-16T11:31:24.104981Z",
            "url": "https://files.pythonhosted.org/packages/75/af/c232cda6804f06b817fe3eb644545881419925a6c2422b637c64e356facc/ignore_python-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b97166ac44f01954fb926fcdac758c7ab58a2b0fddfc748b7b9fd7df3ae7129",
                "md5": "fe5106193519c1bd6d5c69792869bc18",
                "sha256": "7c5b024787f5db36156a3f9986877b70e339602e1b810ce33e3b2bfc8a31614b"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe5106193519c1bd6d5c69792869bc18",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 976797,
            "upload_time": "2025-07-16T11:31:44",
            "upload_time_iso_8601": "2025-07-16T11:31:44.368423Z",
            "url": "https://files.pythonhosted.org/packages/9b/97/166ac44f01954fb926fcdac758c7ab58a2b0fddfc748b7b9fd7df3ae7129/ignore_python-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1779f410f6861c5a1c639734cad68e256c3791c0dcb059d2ab3e3073c0d698b",
                "md5": "d3de7e1db1ae2da17ccf946f7a8ee006",
                "sha256": "6831d3df257d0e504fbac210301f58d15beda6c47975575d62dde9686a69c966"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "d3de7e1db1ae2da17ccf946f7a8ee006",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1004222,
            "upload_time": "2025-07-16T11:31:34",
            "upload_time_iso_8601": "2025-07-16T11:31:34.850223Z",
            "url": "https://files.pythonhosted.org/packages/b1/77/9f410f6861c5a1c639734cad68e256c3791c0dcb059d2ab3e3073c0d698b/ignore_python-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d158e9bf3f1cca3f2af4cbb02425da0a2f777586538a6b5a7259db9f32d9b8d3",
                "md5": "b699c1357e3c7005d0663e745fb69406",
                "sha256": "9826c9c892c05f1730e7f1dcdd2c0c175ad2e12b19d8efffb31f2a8e4a4027e8"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b699c1357e3c7005d0663e745fb69406",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1098314,
            "upload_time": "2025-07-16T11:32:01",
            "upload_time_iso_8601": "2025-07-16T11:32:01.883727Z",
            "url": "https://files.pythonhosted.org/packages/d1/58/e9bf3f1cca3f2af4cbb02425da0a2f777586538a6b5a7259db9f32d9b8d3/ignore_python-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b59ab721663f88fd0fe9e3c3c1a59efc3a5ba274393c0b0a79728647123896a8",
                "md5": "06cfe2a3515b0f349c3f13f16af5dcdd",
                "sha256": "5d36f45875681f96797bbe17807be284cbbb848a1a7faa3caa28ff4d35713480"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "06cfe2a3515b0f349c3f13f16af5dcdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1165722,
            "upload_time": "2025-07-16T11:32:13",
            "upload_time_iso_8601": "2025-07-16T11:32:13.938501Z",
            "url": "https://files.pythonhosted.org/packages/b5/9a/b721663f88fd0fe9e3c3c1a59efc3a5ba274393c0b0a79728647123896a8/ignore_python-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33e1138c268612c3f44e80823d8a6f6aac130c7ec38e4a7bacc6c1eff6351a98",
                "md5": "0ada7cdd44794220e5def2bdcb6e2886",
                "sha256": "dc98b979206393cde95c8a24758a1f20706d091ba1a66a1fe0d66fa7eb7ebd4d"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0ada7cdd44794220e5def2bdcb6e2886",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1136094,
            "upload_time": "2025-07-16T11:32:25",
            "upload_time_iso_8601": "2025-07-16T11:32:25.475663Z",
            "url": "https://files.pythonhosted.org/packages/33/e1/138c268612c3f44e80823d8a6f6aac130c7ec38e4a7bacc6c1eff6351a98/ignore_python-0.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e67c41eecdf5939098a042ba7ff0e546a5b1e72ef0da5612c9575e92583a1887",
                "md5": "b1f3aac209f1179444820f015f43386e",
                "sha256": "3008b7b779e43451f55e429dee3daa6da160659044b2e99d05bd650bb364751e"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1f3aac209f1179444820f015f43386e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1146925,
            "upload_time": "2025-07-16T11:32:36",
            "upload_time_iso_8601": "2025-07-16T11:32:36.648189Z",
            "url": "https://files.pythonhosted.org/packages/e6/7c/41eecdf5939098a042ba7ff0e546a5b1e72ef0da5612c9575e92583a1887/ignore_python-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfb67826c0abb1dcc1b004e5912fbf30184f7a3438036f0d33486d9e422b32b6",
                "md5": "04eb093c428c703580a80c69435bdf75",
                "sha256": "8aab9fa7fc7faf6d93f366cea4c5ad1887176050d865b21682b127d875b0f548"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "04eb093c428c703580a80c69435bdf75",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 659671,
            "upload_time": "2025-07-16T11:32:55",
            "upload_time_iso_8601": "2025-07-16T11:32:55.027093Z",
            "url": "https://files.pythonhosted.org/packages/cf/b6/7826c0abb1dcc1b004e5912fbf30184f7a3438036f0d33486d9e422b32b6/ignore_python-0.3.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60e6a73dcd529b1e13844e54a75a603f6c5a4dff0f53c06ca95591d1e382765c",
                "md5": "7b503dbe892bc3cd78c657d30af4309c",
                "sha256": "9c19b9584512d4ad4fb9191306b6a6babf522c92f0c8475963ba92c87553229e"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7b503dbe892bc3cd78c657d30af4309c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 746065,
            "upload_time": "2025-07-16T11:32:49",
            "upload_time_iso_8601": "2025-07-16T11:32:49.213141Z",
            "url": "https://files.pythonhosted.org/packages/60/e6/a73dcd529b1e13844e54a75a603f6c5a4dff0f53c06ca95591d1e382765c/ignore_python-0.3.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d07612504199afe2d48cd8773292cc4c871d162858ea72f04bc140238b12237",
                "md5": "05349875fa7bd49495bb281ca1311aac",
                "sha256": "63a1794022d7e0343ed4794a858af1d5743732fe9d909784a8dc9f3dc1c85141"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "05349875fa7bd49495bb281ca1311aac",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 909169,
            "upload_time": "2025-07-16T11:31:58",
            "upload_time_iso_8601": "2025-07-16T11:31:58.178234Z",
            "url": "https://files.pythonhosted.org/packages/3d/07/612504199afe2d48cd8773292cc4c871d162858ea72f04bc140238b12237/ignore_python-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa54af0a496c0e2864447cc902bee30b9fcfc79a2706489c62dd8f153018e66b",
                "md5": "71325ecb2777e3ad31eb356069e0b512",
                "sha256": "d49a617ba3e8f58e7ce56222922f54d42a337d1ed64d07793f2aa9c36c2f4d7e"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "71325ecb2777e3ad31eb356069e0b512",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 843560,
            "upload_time": "2025-07-16T11:31:55",
            "upload_time_iso_8601": "2025-07-16T11:31:55.094199Z",
            "url": "https://files.pythonhosted.org/packages/fa/54/af0a496c0e2864447cc902bee30b9fcfc79a2706489c62dd8f153018e66b/ignore_python-0.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e113cc1d743c226b2c04ea0945ab3295dec53010a41fea31c5a4ddfb5d4a6ba",
                "md5": "f04a67071f905d472612c0fc12a5ccb7",
                "sha256": "1ffb5d559747a41bc1a492a2c0b85e8901ad8941511d299437f318bf75598b16"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f04a67071f905d472612c0fc12a5ccb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 923613,
            "upload_time": "2025-07-16T11:30:46",
            "upload_time_iso_8601": "2025-07-16T11:30:46.444455Z",
            "url": "https://files.pythonhosted.org/packages/4e/11/3cc1d743c226b2c04ea0945ab3295dec53010a41fea31c5a4ddfb5d4a6ba/ignore_python-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "913318f88566428def6bad61be49e3a51e5570f82997d022e8159bf05dce81ff",
                "md5": "8f8effa935dcadcdb907d5165cd8d41d",
                "sha256": "fe2db76311c447b053d194b438b9b306d9fd557814d7daa4bd39f92f6b0234f4"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8f8effa935dcadcdb907d5165cd8d41d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 901748,
            "upload_time": "2025-07-16T11:30:59",
            "upload_time_iso_8601": "2025-07-16T11:30:59.633248Z",
            "url": "https://files.pythonhosted.org/packages/91/33/18f88566428def6bad61be49e3a51e5570f82997d022e8159bf05dce81ff/ignore_python-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1ade54123d56467471fdb494e27cb186b89443cf557f938feffdc780335a53e",
                "md5": "913ae631f37187813f866d11d612eefc",
                "sha256": "8ab1a7984f90a8f155169ea91494bafd3e83decef9f6d290072ac2d74ac2fe58"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "913ae631f37187813f866d11d612eefc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1190057,
            "upload_time": "2025-07-16T11:31:13",
            "upload_time_iso_8601": "2025-07-16T11:31:13.419854Z",
            "url": "https://files.pythonhosted.org/packages/f1/ad/e54123d56467471fdb494e27cb186b89443cf557f938feffdc780335a53e/ignore_python-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "24d2efdb3137f0f381336886499387275488c07fb242123b70d02b7197f7747e",
                "md5": "91ba124fbb63030721b9c646f301065d",
                "sha256": "c87feff6af5c817507ff10504437f1d28fd9ed62ef886dfc647ba8574419d203"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "91ba124fbb63030721b9c646f301065d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 968684,
            "upload_time": "2025-07-16T11:31:25",
            "upload_time_iso_8601": "2025-07-16T11:31:25.126760Z",
            "url": "https://files.pythonhosted.org/packages/24/d2/efdb3137f0f381336886499387275488c07fb242123b70d02b7197f7747e/ignore_python-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5fe95a3f2af2846a99b1283036b6ae84977334299efb4e1ce4b1b5fe02e7170f",
                "md5": "1b64f0206f4c40b12f2d1a59267192f5",
                "sha256": "aae71ff60ffe10a57c916f4ed8bbc56763be4ddbc49a11b625d4da74cc032c00"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b64f0206f4c40b12f2d1a59267192f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 976457,
            "upload_time": "2025-07-16T11:31:45",
            "upload_time_iso_8601": "2025-07-16T11:31:45.407675Z",
            "url": "https://files.pythonhosted.org/packages/5f/e9/5a3f2af2846a99b1283036b6ae84977334299efb4e1ce4b1b5fe02e7170f/ignore_python-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef8ab6cdbf77444004368a9a67378e86b5a6417741e48bf0c392603bc5808bc3",
                "md5": "9610261dc98ff253a38ee25de1db69a8",
                "sha256": "004fc2ecb8240d2f18effda535835ba23303aa663653dce9f12f9cef4c63e9e4"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9610261dc98ff253a38ee25de1db69a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1003537,
            "upload_time": "2025-07-16T11:31:35",
            "upload_time_iso_8601": "2025-07-16T11:31:35.809109Z",
            "url": "https://files.pythonhosted.org/packages/ef/8a/b6cdbf77444004368a9a67378e86b5a6417741e48bf0c392603bc5808bc3/ignore_python-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc73c63e89eda0deb7f0c313381d6b42b5af186e03155322e338de6c3c97a5e1",
                "md5": "92b8514a6d535dca96fdd8a078c8eb60",
                "sha256": "4a214f014e528213bca6fd9d48cb48ff74880f4bc7e7d730ab4a3776749becdc"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "92b8514a6d535dca96fdd8a078c8eb60",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1097644,
            "upload_time": "2025-07-16T11:32:03",
            "upload_time_iso_8601": "2025-07-16T11:32:03.645418Z",
            "url": "https://files.pythonhosted.org/packages/bc/73/c63e89eda0deb7f0c313381d6b42b5af186e03155322e338de6c3c97a5e1/ignore_python-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d143e0fcf0d127959f2c56ac09567ef40c941970228216e441c5325cde80276",
                "md5": "940e71da99c004db6c5fa9d1115ae06c",
                "sha256": "ee546fffda0feac2fdfed148a512802071b32a1bec3e3b436adfd23134e533d5"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "940e71da99c004db6c5fa9d1115ae06c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1164974,
            "upload_time": "2025-07-16T11:32:14",
            "upload_time_iso_8601": "2025-07-16T11:32:14.959272Z",
            "url": "https://files.pythonhosted.org/packages/1d/14/3e0fcf0d127959f2c56ac09567ef40c941970228216e441c5325cde80276/ignore_python-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0dc31f202612782da3416dda36c4e48d3bc59c8a3ace2c24e6e6a75ef2edfc16",
                "md5": "1869efc37107f99f6209c43227cd4c63",
                "sha256": "de610b8d6dfb9b20f7322d7873d7845f4c01af142b42d173df89d59ede1ad75a"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1869efc37107f99f6209c43227cd4c63",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1135574,
            "upload_time": "2025-07-16T11:32:26",
            "upload_time_iso_8601": "2025-07-16T11:32:26.517460Z",
            "url": "https://files.pythonhosted.org/packages/0d/c3/1f202612782da3416dda36c4e48d3bc59c8a3ace2c24e6e6a75ef2edfc16/ignore_python-0.3.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "849f92ccfe29de093e82b095d809f060420420f83047e686e49b33512dde5033",
                "md5": "8bd0384810f77f97e24f743feb707e70",
                "sha256": "42a48afb6123822d56d4e3cf7872c4f46a6bceac35c44a1a85c1168f4216b363"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8bd0384810f77f97e24f743feb707e70",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1146699,
            "upload_time": "2025-07-16T11:32:37",
            "upload_time_iso_8601": "2025-07-16T11:32:37.703430Z",
            "url": "https://files.pythonhosted.org/packages/84/9f/92ccfe29de093e82b095d809f060420420f83047e686e49b33512dde5033/ignore_python-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27d2252bdcdc86f300c373ed8ab8b741360f5992ccddf935bf1da9ec5e94424b",
                "md5": "dffa06a497560f8e8d9f518faecc432e",
                "sha256": "737cd01ada9abd259900b67f4a991a58ff04093d3ac0c8c84d9bf76431f662a3"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dffa06a497560f8e8d9f518faecc432e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 921857,
            "upload_time": "2025-07-16T11:30:47",
            "upload_time_iso_8601": "2025-07-16T11:30:47.417192Z",
            "url": "https://files.pythonhosted.org/packages/27/d2/252bdcdc86f300c373ed8ab8b741360f5992ccddf935bf1da9ec5e94424b/ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b4892fa46efb82d0fd87af132ddcc4d45767a6286e2e85c60026ecf0f3038e2",
                "md5": "97f00a5de6e056b6cf610246c15d58d5",
                "sha256": "9c191e6e84898afbba400420d5976f462ee50ef9eaf578493667522e2e50bcfc"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "97f00a5de6e056b6cf610246c15d58d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 900815,
            "upload_time": "2025-07-16T11:31:00",
            "upload_time_iso_8601": "2025-07-16T11:31:00.906249Z",
            "url": "https://files.pythonhosted.org/packages/7b/48/92fa46efb82d0fd87af132ddcc4d45767a6286e2e85c60026ecf0f3038e2/ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d371ac1175dfb470cc8de52d5373f8bf575b3fbaf6066be188a7142660395ff",
                "md5": "1b74468a63633d7f8c428f170cec7f0e",
                "sha256": "549e16cb7628cfb7ce4a453039fffa38612f2927238c01caed47d9a4d24256e3"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1b74468a63633d7f8c428f170cec7f0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1188016,
            "upload_time": "2025-07-16T11:31:14",
            "upload_time_iso_8601": "2025-07-16T11:31:14.455144Z",
            "url": "https://files.pythonhosted.org/packages/6d/37/1ac1175dfb470cc8de52d5373f8bf575b3fbaf6066be188a7142660395ff/ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da12a856dfd95393507436dbdab1c8972fe1d6052f279de4ac4f4d1d55b3996c",
                "md5": "753ccdb54ad1e91cbdad5fa8b44e14fa",
                "sha256": "08038ac339b615b6ea32be51970a938bfa8cc38b5021865350a309d6b96abc80"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "753ccdb54ad1e91cbdad5fa8b44e14fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 968228,
            "upload_time": "2025-07-16T11:31:26",
            "upload_time_iso_8601": "2025-07-16T11:31:26.201126Z",
            "url": "https://files.pythonhosted.org/packages/da/12/a856dfd95393507436dbdab1c8972fe1d6052f279de4ac4f4d1d55b3996c/ignore_python-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a886c7959490f466900a66e5892517e7447fefa5e688eaeb055e7ce9093fd55",
                "md5": "96dd0e26642d271f3c02e26e87f1f880",
                "sha256": "3e49fe12bf04dea1800f304573eae212a6f54bd3965755a8d1d24475530cd03d"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "96dd0e26642d271f3c02e26e87f1f880",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1095634,
            "upload_time": "2025-07-16T11:32:04",
            "upload_time_iso_8601": "2025-07-16T11:32:04.817226Z",
            "url": "https://files.pythonhosted.org/packages/2a/88/6c7959490f466900a66e5892517e7447fefa5e688eaeb055e7ce9093fd55/ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2072e9ffcee50de3910365158a4e82b161ed2b042bdde4b609b8116a8df553a5",
                "md5": "8ed209519b528d9f839f2e8d10ef0315",
                "sha256": "473f0fd9a1c703dd9bf540efd248fd1d550e003efa6eb35e19fb3c2d00d2baba"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8ed209519b528d9f839f2e8d10ef0315",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1163700,
            "upload_time": "2025-07-16T11:32:16",
            "upload_time_iso_8601": "2025-07-16T11:32:16.017667Z",
            "url": "https://files.pythonhosted.org/packages/20/72/e9ffcee50de3910365158a4e82b161ed2b042bdde4b609b8116a8df553a5/ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fe04896e05739a39098fd04527cce89cf6912597da8f06791daa25c42508d585",
                "md5": "d6ce5408b60bb39b5dc70c92e2076c99",
                "sha256": "ee75813f04a9f2c5b3e9ce6cfe9d78d1e481fec0c92b5ffa700b687f62556c5c"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d6ce5408b60bb39b5dc70c92e2076c99",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1135415,
            "upload_time": "2025-07-16T11:32:27",
            "upload_time_iso_8601": "2025-07-16T11:32:27.557806Z",
            "url": "https://files.pythonhosted.org/packages/fe/04/896e05739a39098fd04527cce89cf6912597da8f06791daa25c42508d585/ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93e65563cdf9408bfbe55d60394b4376d06ed98cfd6c989c00ec22b531f2d1ce",
                "md5": "32de53151cb8d58ce8d734bd81583fef",
                "sha256": "8bbf3ccb8e8ce92e62b222060af657b436753e28edca82666fa977d1769ec25e"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "32de53151cb8d58ce8d734bd81583fef",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1146131,
            "upload_time": "2025-07-16T11:32:38",
            "upload_time_iso_8601": "2025-07-16T11:32:38.794142Z",
            "url": "https://files.pythonhosted.org/packages/93/e6/5563cdf9408bfbe55d60394b4376d06ed98cfd6c989c00ec22b531f2d1ce/ignore_python-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52a75be7e4288805c5cd829ec2b05161230d58089e1fdbc5a15823ae4dbf0b9f",
                "md5": "cfcbff148f9a72cc3362eff292ab7782",
                "sha256": "9720c0ef0c35740e5e45e7072d3168e77ac979509688902ed7977bb362e0226c"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "cfcbff148f9a72cc3362eff292ab7782",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 659439,
            "upload_time": "2025-07-16T11:32:56",
            "upload_time_iso_8601": "2025-07-16T11:32:56.003738Z",
            "url": "https://files.pythonhosted.org/packages/52/a7/5be7e4288805c5cd829ec2b05161230d58089e1fdbc5a15823ae4dbf0b9f/ignore_python-0.3.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "770c6591f44558c5a2ad01ffd0bcb83cdfd09a3279baa357e2a08ee227a0300a",
                "md5": "57ecc100e4d4b8f95ec6e5c3406b96e2",
                "sha256": "e3a2486241e7c1a8b67434592999e38e5792810e36e958915070ef1a7974d378"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "57ecc100e4d4b8f95ec6e5c3406b96e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 745398,
            "upload_time": "2025-07-16T11:32:50",
            "upload_time_iso_8601": "2025-07-16T11:32:50.301696Z",
            "url": "https://files.pythonhosted.org/packages/77/0c/6591f44558c5a2ad01ffd0bcb83cdfd09a3279baa357e2a08ee227a0300a/ignore_python-0.3.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "406c2f366ae7ac6ee490e620ff0e5d18191f9ae9bbec82ae0921861b4b219dba",
                "md5": "c6bf115e0cf310e34480549de5e6279f",
                "sha256": "e62ee34576275fbe3cabab9926fe767d8dd97f05c5667acf5854411e80703373"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6bf115e0cf310e34480549de5e6279f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 976674,
            "upload_time": "2025-07-16T11:31:46",
            "upload_time_iso_8601": "2025-07-16T11:31:46.574407Z",
            "url": "https://files.pythonhosted.org/packages/40/6c/2f366ae7ac6ee490e620ff0e5d18191f9ae9bbec82ae0921861b4b219dba/ignore_python-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94d7a6269312e526add75eee823ffa1b00671e639fca71875c60a304374ed16f",
                "md5": "74618edada46ca05f446f2592ec18a19",
                "sha256": "a9f71f33f48fc5534ec4e339ae7c1f6aa09ebfbb5274f5ce7d30f6a1af669118"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "74618edada46ca05f446f2592ec18a19",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 1003635,
            "upload_time": "2025-07-16T11:31:36",
            "upload_time_iso_8601": "2025-07-16T11:31:36.785689Z",
            "url": "https://files.pythonhosted.org/packages/94/d7/a6269312e526add75eee823ffa1b00671e639fca71875c60a304374ed16f/ignore_python-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fbcafb75ac35b6aa91be8c7bf7bae46eb523f5177475afd68772bcb99b493df",
                "md5": "e2dcd87a21865e4b8e7d26b788f869d5",
                "sha256": "edf594b86330d39bdee2995df8197d85ac6d2f43a81111d1a254730b55cf5434"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e2dcd87a21865e4b8e7d26b788f869d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 923921,
            "upload_time": "2025-07-16T11:30:48",
            "upload_time_iso_8601": "2025-07-16T11:30:48.738001Z",
            "url": "https://files.pythonhosted.org/packages/1f/bc/afb75ac35b6aa91be8c7bf7bae46eb523f5177475afd68772bcb99b493df/ignore_python-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82e4091a1e0eb371a6a5fa79f6bc376a98fdfd88fdf3390c724446ac09cb878e",
                "md5": "afc4a12a1c3f9e593e1ce1fe9284cebb",
                "sha256": "b29e4cbea6e25be63dc36e73ca7f246dd31ed5bb47908a14b136e65c91c64be4"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "afc4a12a1c3f9e593e1ce1fe9284cebb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 902670,
            "upload_time": "2025-07-16T11:31:02",
            "upload_time_iso_8601": "2025-07-16T11:31:02.314248Z",
            "url": "https://files.pythonhosted.org/packages/82/e4/091a1e0eb371a6a5fa79f6bc376a98fdfd88fdf3390c724446ac09cb878e/ignore_python-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "955ddfb7962f4d1983bdd19ff5c3f4a851a8157df525c3ff70a2be30b106a136",
                "md5": "497c09836787ebf7fe4964c581fa12a9",
                "sha256": "03679c00f72968770348d648baf276e2684a518ea7cfc5377f0cb8adbe1c1dab"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "497c09836787ebf7fe4964c581fa12a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1192525,
            "upload_time": "2025-07-16T11:31:15",
            "upload_time_iso_8601": "2025-07-16T11:31:15.609052Z",
            "url": "https://files.pythonhosted.org/packages/95/5d/dfb7962f4d1983bdd19ff5c3f4a851a8157df525c3ff70a2be30b106a136/ignore_python-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9353543cbf144883de0fc39823a8eb1bc20abfe1fa568d54e87929663c45416c",
                "md5": "9d35b7b8e46a043f790db65eb7856029",
                "sha256": "55071e094aa7149b8c6b27cbc745b4166dc0f40b66389c950df7327eea327022"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9d35b7b8e46a043f790db65eb7856029",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 968113,
            "upload_time": "2025-07-16T11:31:27",
            "upload_time_iso_8601": "2025-07-16T11:31:27.288066Z",
            "url": "https://files.pythonhosted.org/packages/93/53/543cbf144883de0fc39823a8eb1bc20abfe1fa568d54e87929663c45416c/ignore_python-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23d7eb0a9b3566eca7bc1ce1414c96869771120f0e30c15054d3d8e78ab8b7ba",
                "md5": "d0bbeb4e3ee0b8d6202b20d8fec08f3e",
                "sha256": "44326db6814a1b6cf46e1e7d3014bf017f55fe2a4a05872c157bba7fc8957121"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0bbeb4e3ee0b8d6202b20d8fec08f3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 977619,
            "upload_time": "2025-07-16T11:31:47",
            "upload_time_iso_8601": "2025-07-16T11:31:47.597078Z",
            "url": "https://files.pythonhosted.org/packages/23/d7/eb0a9b3566eca7bc1ce1414c96869771120f0e30c15054d3d8e78ab8b7ba/ignore_python-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca1b2c0944ed60f4e78a358ce9e31ec9fc3012a3fa8c781ddf8455b5a7c6c4fb",
                "md5": "6c41fc5e909b70a237f4be2977cbd065",
                "sha256": "2134cc03123f9d140d9b9e8cb4fc7590e229f595256a5e60c2a1e33a0ca6839c"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6c41fc5e909b70a237f4be2977cbd065",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1005051,
            "upload_time": "2025-07-16T11:31:37",
            "upload_time_iso_8601": "2025-07-16T11:31:37.810119Z",
            "url": "https://files.pythonhosted.org/packages/ca/1b/2c0944ed60f4e78a358ce9e31ec9fc3012a3fa8c781ddf8455b5a7c6c4fb/ignore_python-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "798036281f53450d1da38cd0b18be197cff7e2367c8f065ddf803d1c2f34ea19",
                "md5": "905bc21d6d2de88e93f800d979649bde",
                "sha256": "1e542549b0a91a7c8040b261a615ed79bf0ac4a79cd4ee05c5f640ba585d4b5a"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "905bc21d6d2de88e93f800d979649bde",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1097985,
            "upload_time": "2025-07-16T11:32:05",
            "upload_time_iso_8601": "2025-07-16T11:32:05.883814Z",
            "url": "https://files.pythonhosted.org/packages/79/80/36281f53450d1da38cd0b18be197cff7e2367c8f065ddf803d1c2f34ea19/ignore_python-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d3b41030d2791702a8807c2e9e46538f74450de4e266f014a98103ad832c9ae",
                "md5": "e8f75b03673e11343d14e14cab829bdf",
                "sha256": "799aa618e636aa1cbeba86877852487ee7b0d8a6f9f36415fc7bead73387f72c"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e8f75b03673e11343d14e14cab829bdf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1166158,
            "upload_time": "2025-07-16T11:32:17",
            "upload_time_iso_8601": "2025-07-16T11:32:17.337003Z",
            "url": "https://files.pythonhosted.org/packages/1d/3b/41030d2791702a8807c2e9e46538f74450de4e266f014a98103ad832c9ae/ignore_python-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c40f919e0236c3fd7c0d93db7d6e333c34f132baad3d216f246c00b0e658ae0",
                "md5": "2a6ce09812bc9e275117bac9b5f3260a",
                "sha256": "999520081b6a205202f0997b23a814bb02053ecf7f6fb3af661711444fa8fa7e"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2a6ce09812bc9e275117bac9b5f3260a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1137720,
            "upload_time": "2025-07-16T11:32:28",
            "upload_time_iso_8601": "2025-07-16T11:32:28.651647Z",
            "url": "https://files.pythonhosted.org/packages/3c/40/f919e0236c3fd7c0d93db7d6e333c34f132baad3d216f246c00b0e658ae0/ignore_python-0.3.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2caf319b09a7d7139a6c428fbe6ce5c0d58622d71e47e5e45a8afccaa0e85c6e",
                "md5": "76ab3d0ec521d2fafec4631d383ef70c",
                "sha256": "a2fad9c773c831e55b33c39e013b042b4e9159290bc7df996124d1a0d09607a7"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76ab3d0ec521d2fafec4631d383ef70c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1147619,
            "upload_time": "2025-07-16T11:32:40",
            "upload_time_iso_8601": "2025-07-16T11:32:40.358395Z",
            "url": "https://files.pythonhosted.org/packages/2c/af/319b09a7d7139a6c428fbe6ce5c0d58622d71e47e5e45a8afccaa0e85c6e/ignore_python-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "965f8803dd8d1f78872a6821b2d7728ad0c9fda16eb58b45c69dd2616b5be529",
                "md5": "a3e42235b20df44121d95a6ad01d84b8",
                "sha256": "7b4f9e2fad9867e1275b7be9b2dc4bc0b73af294409f31c6e2572ab0e962efbe"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a3e42235b20df44121d95a6ad01d84b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 924830,
            "upload_time": "2025-07-16T11:30:49",
            "upload_time_iso_8601": "2025-07-16T11:30:49.792310Z",
            "url": "https://files.pythonhosted.org/packages/96/5f/8803dd8d1f78872a6821b2d7728ad0c9fda16eb58b45c69dd2616b5be529/ignore_python-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4fc6759bc49a1f057f0f7bafa241996129073e86756558b27e0d2b336697d0eb",
                "md5": "8541095ea9739240fe980aa510442cc3",
                "sha256": "00e9035e60a3c150ee3949c793f41804bf2353cbe4ce76426afd3a9cc0b60581"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8541095ea9739240fe980aa510442cc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 902786,
            "upload_time": "2025-07-16T11:31:03",
            "upload_time_iso_8601": "2025-07-16T11:31:03.578251Z",
            "url": "https://files.pythonhosted.org/packages/4f/c6/759bc49a1f057f0f7bafa241996129073e86756558b27e0d2b336697d0eb/ignore_python-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33df245738b9bae97fd11b99515527afd34313e2f8199082a828bfab93f1fdc3",
                "md5": "b0110be9705d71a114b783259f96530c",
                "sha256": "356c4512a1d4c2868ad6f530f6ed021225b55ca3d1449f550a8f028bc5bc5162"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b0110be9705d71a114b783259f96530c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1193915,
            "upload_time": "2025-07-16T11:31:16",
            "upload_time_iso_8601": "2025-07-16T11:31:16.669293Z",
            "url": "https://files.pythonhosted.org/packages/33/df/245738b9bae97fd11b99515527afd34313e2f8199082a828bfab93f1fdc3/ignore_python-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "17f7a2ef748153bd52e25598b373ad94221549901e165bd7791c583210f254cb",
                "md5": "c9ee3bcf874e7e36d24cd09655331819",
                "sha256": "ac05ff62cd30afabd6770739bf5b32dd35d5d39b6884eb23f9fc50493cd35390"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c9ee3bcf874e7e36d24cd09655331819",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 968765,
            "upload_time": "2025-07-16T11:31:28",
            "upload_time_iso_8601": "2025-07-16T11:31:28.313374Z",
            "url": "https://files.pythonhosted.org/packages/17/f7/a2ef748153bd52e25598b373ad94221549901e165bd7791c583210f254cb/ignore_python-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f2a325f7b4e656b580fd8b339d56de466fc6f6876c2eeb2a0a616cb967eda969",
                "md5": "24d9912784725d0415fd7618dd08c796",
                "sha256": "47da765a72de25f7cbe22b9b9b1cacd0480692990f35861c4c7b2ab0d1b3de64"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "24d9912784725d0415fd7618dd08c796",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 978176,
            "upload_time": "2025-07-16T11:31:49",
            "upload_time_iso_8601": "2025-07-16T11:31:49.012184Z",
            "url": "https://files.pythonhosted.org/packages/f2/a3/25f7b4e656b580fd8b339d56de466fc6f6876c2eeb2a0a616cb967eda969/ignore_python-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2dc6b6bd9ac79a1fd97572a535d4f5a318a69950edde63a9bbb6bf238fafe16a",
                "md5": "a87fc07b1e5f6b7e60b81ccf5fb40d11",
                "sha256": "b992ac27585e6cffbf9f33a2038569f303e7ec7c499c09ddefe46c3732f65c10"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "a87fc07b1e5f6b7e60b81ccf5fb40d11",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1005495,
            "upload_time": "2025-07-16T11:31:39",
            "upload_time_iso_8601": "2025-07-16T11:31:39.115752Z",
            "url": "https://files.pythonhosted.org/packages/2d/c6/b6bd9ac79a1fd97572a535d4f5a318a69950edde63a9bbb6bf238fafe16a/ignore_python-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2519dc488cf6a8628732b9d7ba375b24f1e46645ad582254589dc280169f065",
                "md5": "a4f17bcee67acaeeef1e0fcaf7730e71",
                "sha256": "305ca4c6cbc18a0de710269296269beec204cd6af7c3162e7c044aceccaff470"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a4f17bcee67acaeeef1e0fcaf7730e71",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1099161,
            "upload_time": "2025-07-16T11:32:07",
            "upload_time_iso_8601": "2025-07-16T11:32:07.012409Z",
            "url": "https://files.pythonhosted.org/packages/d2/51/9dc488cf6a8628732b9d7ba375b24f1e46645ad582254589dc280169f065/ignore_python-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfc4704eb2f50487ca470d11b22ed02159e599c99650aefc838ee84676a7d23b",
                "md5": "b9f26d4af7243732a51aa9f5321500c5",
                "sha256": "4993f92ea155bfc42c4474d4ea87caf55300088513eb2bb1aeb7fb6c03732b83"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b9f26d4af7243732a51aa9f5321500c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1166215,
            "upload_time": "2025-07-16T11:32:18",
            "upload_time_iso_8601": "2025-07-16T11:32:18.697879Z",
            "url": "https://files.pythonhosted.org/packages/df/c4/704eb2f50487ca470d11b22ed02159e599c99650aefc838ee84676a7d23b/ignore_python-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5bd75a0f818e4324ef3e05714e527d51d8171e8a1f73012f1ddf3e80c5024762",
                "md5": "2b689d843741f81a6fe49d367f44cefa",
                "sha256": "3409c601d435a6991fa402f389cf9935646149d28705abe9dd94822db2a7dccf"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2b689d843741f81a6fe49d367f44cefa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1137231,
            "upload_time": "2025-07-16T11:32:29",
            "upload_time_iso_8601": "2025-07-16T11:32:29.922163Z",
            "url": "https://files.pythonhosted.org/packages/5b/d7/5a0f818e4324ef3e05714e527d51d8171e8a1f73012f1ddf3e80c5024762/ignore_python-0.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0dd632ab26d0c8a984b3162dff0f3dd5848618d82623c8196dc94ea246b7f495",
                "md5": "cd2c46755fda68beac4a6662b5293d90",
                "sha256": "41039b4adc4f0a14588bc1eb2a36e7e6d2e9882a6939f4dbbcde6a2f36c0dd26"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd2c46755fda68beac4a6662b5293d90",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1148386,
            "upload_time": "2025-07-16T11:32:41",
            "upload_time_iso_8601": "2025-07-16T11:32:41.381185Z",
            "url": "https://files.pythonhosted.org/packages/0d/d6/32ab26d0c8a984b3162dff0f3dd5848618d82623c8196dc94ea246b7f495/ignore_python-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eac6e67a79c4d3322987885f221b4798c4183154bd03e5489a781f06a4c0d0d3",
                "md5": "ee8710aeac4d6449224e5ac847661e3a",
                "sha256": "a2aadd19bbd5b197e8c2e7a4249043b45b9eca8c674af16d471c1a896ef335f6"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "ee8710aeac4d6449224e5ac847661e3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 660761,
            "upload_time": "2025-07-16T11:32:57",
            "upload_time_iso_8601": "2025-07-16T11:32:57.056113Z",
            "url": "https://files.pythonhosted.org/packages/ea/c6/e67a79c4d3322987885f221b4798c4183154bd03e5489a781f06a4c0d0d3/ignore_python-0.3.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4d31bc57c1d4559a2871abb341115b0078c0d29f2cc96dcdc4f91590a88603b",
                "md5": "3d4aee3568a01e413635f7bb9397eef4",
                "sha256": "7ff0b841d93262b50e806040f1e879e83d823aeed5c5b592f8a59fe4cd5cdc2e"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3d4aee3568a01e413635f7bb9397eef4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 746161,
            "upload_time": "2025-07-16T11:32:51",
            "upload_time_iso_8601": "2025-07-16T11:32:51.310317Z",
            "url": "https://files.pythonhosted.org/packages/d4/d3/1bc57c1d4559a2871abb341115b0078c0d29f2cc96dcdc4f91590a88603b/ignore_python-0.3.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "111f225f3f0173a99fa5091d91c51ea8fc0db32c9de511b494fa3630a3834180",
                "md5": "f4f1d396682e3ed3109dbfc9e12deab8",
                "sha256": "4bea40f28f13a4a74d15a4cb8d3ee5aab9c9e97ee111448190895d576baa9436"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f4f1d396682e3ed3109dbfc9e12deab8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 925069,
            "upload_time": "2025-07-16T11:30:51",
            "upload_time_iso_8601": "2025-07-16T11:30:51.131660Z",
            "url": "https://files.pythonhosted.org/packages/11/1f/225f3f0173a99fa5091d91c51ea8fc0db32c9de511b494fa3630a3834180/ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29caab7cc33c889cef6abdac2c5b5e3c712ab166735d1d8eafb06009a20299e9",
                "md5": "911939a0bd5c790983c85eb78d410e4b",
                "sha256": "3ae2b600d34bb963f01d1b9c2d9be76f9c4f6a3a6fbaf6fcb5d100deaf0aac10"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "911939a0bd5c790983c85eb78d410e4b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 902937,
            "upload_time": "2025-07-16T11:31:04",
            "upload_time_iso_8601": "2025-07-16T11:31:04.606715Z",
            "url": "https://files.pythonhosted.org/packages/29/ca/ab7cc33c889cef6abdac2c5b5e3c712ab166735d1d8eafb06009a20299e9/ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3541739770242160cb8e4379074043beda9af6ae58465bb0ba97622df370dd62",
                "md5": "a9957ff5172f366ad4373f8aa3cf8012",
                "sha256": "4631e2c5bf1a99c1cc2f2ab934aafeca08d44da1ec3dd16b973c8676ac6602da"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a9957ff5172f366ad4373f8aa3cf8012",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1189782,
            "upload_time": "2025-07-16T11:31:17",
            "upload_time_iso_8601": "2025-07-16T11:31:17.779397Z",
            "url": "https://files.pythonhosted.org/packages/35/41/739770242160cb8e4379074043beda9af6ae58465bb0ba97622df370dd62/ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c77a2f674bfda82cf1028f8e38910c9daf2d1c266c0f9603d7eea865b068ef42",
                "md5": "765e7c380e3093c9d3315c1ea39b4cbf",
                "sha256": "c88ffb63315e301fc3ca857638836a1555873eea295978e6580cf472c678ba74"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "765e7c380e3093c9d3315c1ea39b4cbf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 968641,
            "upload_time": "2025-07-16T11:31:29",
            "upload_time_iso_8601": "2025-07-16T11:31:29.330367Z",
            "url": "https://files.pythonhosted.org/packages/c7/7a/2f674bfda82cf1028f8e38910c9daf2d1c266c0f9603d7eea865b068ef42/ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f425d7a0a82947e66e2f978da564bcaca652009a478e19cd7e2d17888eb0945",
                "md5": "02b575600d58a9cd0a7283f70be5be9e",
                "sha256": "729324fe716f6d322d420f36a565b58fa54dc3a849adfd12d86cbcca1c19305d"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "02b575600d58a9cd0a7283f70be5be9e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 978315,
            "upload_time": "2025-07-16T11:31:50",
            "upload_time_iso_8601": "2025-07-16T11:31:50.099141Z",
            "url": "https://files.pythonhosted.org/packages/4f/42/5d7a0a82947e66e2f978da564bcaca652009a478e19cd7e2d17888eb0945/ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c8de4f3c1351350533c871b19ddcfab80e2242c60850f54d62dce9774a9c229",
                "md5": "5c5bc441535845febf5ba10801a606a2",
                "sha256": "e2e4e230ca844c3ac47da9d6643f2caaa9d97eb30fb0e37869b8104e72932ced"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "5c5bc441535845febf5ba10801a606a2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1005440,
            "upload_time": "2025-07-16T11:31:40",
            "upload_time_iso_8601": "2025-07-16T11:31:40.167198Z",
            "url": "https://files.pythonhosted.org/packages/3c/8d/e4f3c1351350533c871b19ddcfab80e2242c60850f54d62dce9774a9c229/ignore_python-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfe633906de01e4f5e25b9d1277a5f402912bdc86f907e67f3ad42b5e2185e8f",
                "md5": "09c5dc0c5e6edc3d3cb782d18deccbe0",
                "sha256": "42636af95f258961e7fb06f1049f62f9b8436bd350d3f28a794c489e92ae9a27"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "09c5dc0c5e6edc3d3cb782d18deccbe0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1099186,
            "upload_time": "2025-07-16T11:32:08",
            "upload_time_iso_8601": "2025-07-16T11:32:08.346791Z",
            "url": "https://files.pythonhosted.org/packages/cf/e6/33906de01e4f5e25b9d1277a5f402912bdc86f907e67f3ad42b5e2185e8f/ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f3cc4105cc47086d00e483ed4e0cc897fa830714abb84454d4bfbab3f0608cf",
                "md5": "b6451d03885ed96113cbf6d81e82ea4b",
                "sha256": "9cfe3660c8e1ac6d25b76304c9f53cb7127ee08984c07ea899feb2cf58cd6bdd"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b6451d03885ed96113cbf6d81e82ea4b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1166798,
            "upload_time": "2025-07-16T11:32:19",
            "upload_time_iso_8601": "2025-07-16T11:32:19.919709Z",
            "url": "https://files.pythonhosted.org/packages/9f/3c/c4105cc47086d00e483ed4e0cc897fa830714abb84454d4bfbab3f0608cf/ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c7e5a17ddfbc4ce71841880c197556f90aeb12e3322607ea98423e1a348c6de1",
                "md5": "fb2e43c6edf3048de68c4cdcd7761e58",
                "sha256": "a87340a62b326dd0dc8dfac0dc3dcd3f6e88d3f82d1664c17df35aac33e611e8"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fb2e43c6edf3048de68c4cdcd7761e58",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1137903,
            "upload_time": "2025-07-16T11:32:31",
            "upload_time_iso_8601": "2025-07-16T11:32:31.233640Z",
            "url": "https://files.pythonhosted.org/packages/c7/e5/a17ddfbc4ce71841880c197556f90aeb12e3322607ea98423e1a348c6de1/ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34d6f05475207c712fcd252cc5725285c776cba2011769aa7dfe51e5b14ae6f4",
                "md5": "9e5435f1c7238971469a7b7f3acfc1d9",
                "sha256": "1c45f30be9ddb116d464774583a0f6ce21089d2e1b728a34ef7f6b8145661c94"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9e5435f1c7238971469a7b7f3acfc1d9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1148426,
            "upload_time": "2025-07-16T11:32:42",
            "upload_time_iso_8601": "2025-07-16T11:32:42.392019Z",
            "url": "https://files.pythonhosted.org/packages/34/d6/f05475207c712fcd252cc5725285c776cba2011769aa7dfe51e5b14ae6f4/ignore_python-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56ba30185242b41a5e84b41ac6e0bf6910b8069c4fab37ef781a19c60cf476dc",
                "md5": "3ee4a93f541f1c7e829ddc0a309ac452",
                "sha256": "0bb5837d159602a55ca38d35e72f57eed11e5609532a358a101b7f87929a64ca"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3ee4a93f541f1c7e829ddc0a309ac452",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 924994,
            "upload_time": "2025-07-16T11:30:53",
            "upload_time_iso_8601": "2025-07-16T11:30:53.621068Z",
            "url": "https://files.pythonhosted.org/packages/56/ba/30185242b41a5e84b41ac6e0bf6910b8069c4fab37ef781a19c60cf476dc/ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f27b8a9a439f3c95b4e42b8f8362dd86bafd73db3a414bc894f448d92bea3c07",
                "md5": "550b036b171be482c7d3fb9d0451541d",
                "sha256": "955119e0cefc934858b4db961f5514ceeb2c2d09a8d1dc17c8240d836ca8ac22"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "550b036b171be482c7d3fb9d0451541d",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 902745,
            "upload_time": "2025-07-16T11:31:05",
            "upload_time_iso_8601": "2025-07-16T11:31:05.598986Z",
            "url": "https://files.pythonhosted.org/packages/f2/7b/8a9a439f3c95b4e42b8f8362dd86bafd73db3a414bc894f448d92bea3c07/ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33fdb7a4f45e18ba33e3ddf7d951a34e3084612d497b923631b6713dc63ebe61",
                "md5": "46cf0149d330a9b2410b500faf7c1505",
                "sha256": "0454a53e89c6fd874b2444d931c5b6fcd4b0b07ef39a4766c11a89d19db75cec"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "46cf0149d330a9b2410b500faf7c1505",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1190013,
            "upload_time": "2025-07-16T11:31:18",
            "upload_time_iso_8601": "2025-07-16T11:31:18.975217Z",
            "url": "https://files.pythonhosted.org/packages/33/fd/b7a4f45e18ba33e3ddf7d951a34e3084612d497b923631b6713dc63ebe61/ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b89c8f6b4136ba552857a133d253a963fb027193f290332ab70a33c8bd0a0700",
                "md5": "425f8bcdc23497ffb689107afea3410b",
                "sha256": "1aa3a22a53b0b766109433ea4bed7218c359d791e863b635dc91e28c8de7f8fa"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "425f8bcdc23497ffb689107afea3410b",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 968713,
            "upload_time": "2025-07-16T11:31:30",
            "upload_time_iso_8601": "2025-07-16T11:31:30.404683Z",
            "url": "https://files.pythonhosted.org/packages/b8/9c/8f6b4136ba552857a133d253a963fb027193f290332ab70a33c8bd0a0700/ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23173a40d19210c0bda5e1bab92c5f222133a4fee55adca304dc00b6dc87f0b5",
                "md5": "6cf93277a20286ca66e5fc52a367ebed",
                "sha256": "9a487e4ec8ab5724f295329a962d5aaa227453c6d6e88e271981a60cfaa52d9f"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6cf93277a20286ca66e5fc52a367ebed",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 977935,
            "upload_time": "2025-07-16T11:31:51",
            "upload_time_iso_8601": "2025-07-16T11:31:51.145480Z",
            "url": "https://files.pythonhosted.org/packages/23/17/3a40d19210c0bda5e1bab92c5f222133a4fee55adca304dc00b6dc87f0b5/ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76ebd03c342afb7373865efd6a6cf7dfb9c098074625f167828d69bfcb6b2269",
                "md5": "bbdaa58e3df2ca7e9e9706b3814dbeff",
                "sha256": "8383aab160f8e50b7f2e6eddf94c7ae2475a9cfcdab670f56fe8375031fa5d31"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "bbdaa58e3df2ca7e9e9706b3814dbeff",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1005934,
            "upload_time": "2025-07-16T11:31:41",
            "upload_time_iso_8601": "2025-07-16T11:31:41.195095Z",
            "url": "https://files.pythonhosted.org/packages/76/eb/d03c342afb7373865efd6a6cf7dfb9c098074625f167828d69bfcb6b2269/ignore_python-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a17337583187fdb15667328c29e2f9d0679b70affbd9afa070acf0481acab1fb",
                "md5": "41c052a35286711302998346fe9cffe6",
                "sha256": "0290687c7d5118d5a664b12c4c4687690aa3c891e358a3c2cbdad8076afa0056"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "41c052a35286711302998346fe9cffe6",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1099033,
            "upload_time": "2025-07-16T11:32:09",
            "upload_time_iso_8601": "2025-07-16T11:32:09.444086Z",
            "url": "https://files.pythonhosted.org/packages/a1/73/37583187fdb15667328c29e2f9d0679b70affbd9afa070acf0481acab1fb/ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16365212310de27dd7f9d5553fa5813c4b5148625b6babcbdedad656b0573fa3",
                "md5": "c853e8b30afbb1fcd695b254f206a28f",
                "sha256": "3fd269897bb79e1f4c7fb501645bb48ff7100fe0dc0f98f900713dec2eec73ef"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c853e8b30afbb1fcd695b254f206a28f",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1166855,
            "upload_time": "2025-07-16T11:32:20",
            "upload_time_iso_8601": "2025-07-16T11:32:20.903516Z",
            "url": "https://files.pythonhosted.org/packages/16/36/5212310de27dd7f9d5553fa5813c4b5148625b6babcbdedad656b0573fa3/ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30320e038c788366203a0db078f695d528a137df45a376d16d1b8dd324f3c69f",
                "md5": "894b455c13695099852c02db25bfaffa",
                "sha256": "3516f70c67d95aa2ddb9ac3a8cfd2aa7303835dfdb00f52e0a1eb5abd0253211"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "894b455c13695099852c02db25bfaffa",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1138067,
            "upload_time": "2025-07-16T11:32:32",
            "upload_time_iso_8601": "2025-07-16T11:32:32.252904Z",
            "url": "https://files.pythonhosted.org/packages/30/32/0e038c788366203a0db078f695d528a137df45a376d16d1b8dd324f3c69f/ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b32283dba804dc5798f0c5fcd67f1f65d9267576967fc6d09b3d2364ec7b221c",
                "md5": "d8a05c676355ebfc0e85927e57df2083",
                "sha256": "c1c95158a4be4ab076bbd9fd23decaa7f08d3f4882cd5f02419d7d0acc75d1e6"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8a05c676355ebfc0e85927e57df2083",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1148109,
            "upload_time": "2025-07-16T11:32:43",
            "upload_time_iso_8601": "2025-07-16T11:32:43.465292Z",
            "url": "https://files.pythonhosted.org/packages/b3/22/83dba804dc5798f0c5fcd67f1f65d9267576967fc6d09b3d2364ec7b221c/ignore_python-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a643040fdc505b4fded1cd33952d5fb7f0ceef934ca73394313a74ea61746dc",
                "md5": "96abbd87f8f70afa17ced1f05190b6f6",
                "sha256": "b35fd8aa1a41db5abff30baccade36dc09f2d7768e3fcdee3e0ab728af444bba"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "96abbd87f8f70afa17ced1f05190b6f6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 924963,
            "upload_time": "2025-07-16T11:30:55",
            "upload_time_iso_8601": "2025-07-16T11:30:55.362225Z",
            "url": "https://files.pythonhosted.org/packages/5a/64/3040fdc505b4fded1cd33952d5fb7f0ceef934ca73394313a74ea61746dc/ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59bb2b24960b0aa68645879a4cafa72bfa7dab44ba25458162937def16b5b59c",
                "md5": "cd77dd19994b15561212bed2285a9f78",
                "sha256": "7d7e12c32f6a89e2b708fc315e0d2302d255d424b6505e82f1c8edff68b3ea41"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cd77dd19994b15561212bed2285a9f78",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 903272,
            "upload_time": "2025-07-16T11:31:06",
            "upload_time_iso_8601": "2025-07-16T11:31:06.956244Z",
            "url": "https://files.pythonhosted.org/packages/59/bb/2b24960b0aa68645879a4cafa72bfa7dab44ba25458162937def16b5b59c/ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "40dd3d5592ef40528a436720cf9c09e304d9fad63aac4a2060de98d4a4419e0f",
                "md5": "2b7ffc6bfcbed3b1516a586be0d31627",
                "sha256": "46407446d96533df4e17d23bf8ddc257b2e20efaae1f2da30ed7cd605a8ac28b"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2b7ffc6bfcbed3b1516a586be0d31627",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1191952,
            "upload_time": "2025-07-16T11:31:20",
            "upload_time_iso_8601": "2025-07-16T11:31:20.427887Z",
            "url": "https://files.pythonhosted.org/packages/40/dd/3d5592ef40528a436720cf9c09e304d9fad63aac4a2060de98d4a4419e0f/ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e97d58215dd652eee09af8ef51a63342837e5eee06bd38631178d73c254e41f",
                "md5": "57adc0c50f5b43f5347ef95327199bef",
                "sha256": "c439e076252b7237a31f4199a6366ec10a55c366049cef73799177b9d9fbd0ed"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "57adc0c50f5b43f5347ef95327199bef",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 968476,
            "upload_time": "2025-07-16T11:31:31",
            "upload_time_iso_8601": "2025-07-16T11:31:31.486367Z",
            "url": "https://files.pythonhosted.org/packages/1e/97/d58215dd652eee09af8ef51a63342837e5eee06bd38631178d73c254e41f/ignore_python-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "abb2217436b789ba9e4f9af88c75c67249cfd6847a578feff754d2661fbe5b61",
                "md5": "fff3198bafe3022167fc51e9c3fd519c",
                "sha256": "1626fd9f944ea731dec3215d6f3d5fe49003f7b70381525ba4730d2c5a29f793"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fff3198bafe3022167fc51e9c3fd519c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1099431,
            "upload_time": "2025-07-16T11:32:10",
            "upload_time_iso_8601": "2025-07-16T11:32:10.478686Z",
            "url": "https://files.pythonhosted.org/packages/ab/b2/217436b789ba9e4f9af88c75c67249cfd6847a578feff754d2661fbe5b61/ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c09ab0e5b512e1e2e686cf88bb1564985e6616ca63e37146fd35267fba4ec8d",
                "md5": "e4d0a7605470ebfc687109f7a01831a1",
                "sha256": "162c1a5d1a8082cd52b371e264d4a332969bf6283ed334dab9ee542f3e36cb8b"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e4d0a7605470ebfc687109f7a01831a1",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1166828,
            "upload_time": "2025-07-16T11:32:22",
            "upload_time_iso_8601": "2025-07-16T11:32:22.272765Z",
            "url": "https://files.pythonhosted.org/packages/3c/09/ab0e5b512e1e2e686cf88bb1564985e6616ca63e37146fd35267fba4ec8d/ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8f2e7d0c8149f3530672a265f50dd5e4aff0ed581d9210d76a33b7f4c4a77bd",
                "md5": "4857445439a0486c0421351655eadb58",
                "sha256": "56a0210ec1156f1ab0fd8708abe78ae0165a397aaabcd6d44fee74640db5e582"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "4857445439a0486c0421351655eadb58",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1138106,
            "upload_time": "2025-07-16T11:32:33",
            "upload_time_iso_8601": "2025-07-16T11:32:33.323215Z",
            "url": "https://files.pythonhosted.org/packages/b8/f2/e7d0c8149f3530672a265f50dd5e4aff0ed581d9210d76a33b7f4c4a77bd/ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae3304f24225556cf2eef5c33cd3ea218bddf41c1752c797382616012baada1b",
                "md5": "44dd25b30fc004e51a72140d84ca628c",
                "sha256": "b27088f3639f3c8968c919dd71560036465ff4ea259497283bf67686a8640b6a"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44dd25b30fc004e51a72140d84ca628c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1148172,
            "upload_time": "2025-07-16T11:32:44",
            "upload_time_iso_8601": "2025-07-16T11:32:44.567828Z",
            "url": "https://files.pythonhosted.org/packages/ae/33/04f24225556cf2eef5c33cd3ea218bddf41c1752c797382616012baada1b/ignore_python-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fbd1fd458543147240d9c154de5205b87911b37cefae5841d9034459acec7db5",
                "md5": "03a0f9a5481c338eb26ae9af25e5aa22",
                "sha256": "7c3d255c51b36310daafc78b16a61b5e9fffbb5d1e3b5675b36ddc4ff8630797"
            },
            "downloads": -1,
            "filename": "ignore_python-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "03a0f9a5481c338eb26ae9af25e5aa22",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12160,
            "upload_time": "2025-07-16T11:32:46",
            "upload_time_iso_8601": "2025-07-16T11:32:46.002463Z",
            "url": "https://files.pythonhosted.org/packages/fb/d1/fd458543147240d9c154de5205b87911b37cefae5841d9034459acec7db5/ignore_python-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 11:32:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "borsattoz",
    "github_project": "ignore-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ignore-python"
}
        
Elapsed time: 1.51903s