# 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/e1/9d/39e1cccc84d65e0ec192002ee678cc182e37000d23210a055b8630a9e490/ignore_python-0.1.2.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.1.2",
"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": "9b2b20d4e5e97fa2fa0a9927b8c7cc34947a77f69c65fe1b5f158876e10ae05c",
"md5": "9417f4c7601516a7ef7e8f17ab92454d",
"sha256": "8f46f4e71b6c09566a6040ead1f1410d894f564339ad3a35a0e666afdd162e89"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9417f4c7601516a7ef7e8f17ab92454d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 829369,
"upload_time": "2024-08-18T08:31:18",
"upload_time_iso_8601": "2024-08-18T08:31:18.610285Z",
"url": "https://files.pythonhosted.org/packages/9b/2b/20d4e5e97fa2fa0a9927b8c7cc34947a77f69c65fe1b5f158876e10ae05c/ignore_python-0.1.2-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc565f093142f0983167729b882a389146d34ceba9ceaae80674a7822493617e",
"md5": "118b5d9071b0e29edcbf7601376558af",
"sha256": "c94b1fa8cfdca61e3e9ef85c67a1885b5cec8acb06377b5e0e62576981e6aa63"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "118b5d9071b0e29edcbf7601376558af",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 931474,
"upload_time": "2024-08-18T08:30:00",
"upload_time_iso_8601": "2024-08-18T08:30:00.978300Z",
"url": "https://files.pythonhosted.org/packages/cc/56/5f093142f0983167729b882a389146d34ceba9ceaae80674a7822493617e/ignore_python-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "518648a090ce165cdb88c959ba2aa3deefa7d9dcdbce97d9b6cb6f9f608103da",
"md5": "5d9a75086accd8b740dc554025e55410",
"sha256": "802977dfdb7e6424c58fe0d17fea7a32ca477553f23c07157d2de46197e53ac3"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5d9a75086accd8b740dc554025e55410",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 889369,
"upload_time": "2024-08-18T08:30:15",
"upload_time_iso_8601": "2024-08-18T08:30:15.910639Z",
"url": "https://files.pythonhosted.org/packages/51/86/48a090ce165cdb88c959ba2aa3deefa7d9dcdbce97d9b6cb6f9f608103da/ignore_python-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a8b3c5ce90082c1dd1ea9e940c3c36cdb8b5709858960d4a48851afd1ee97040",
"md5": "92ff8082ae935c901cd602a25656b2ca",
"sha256": "fa82b0c862b215611a3ff7c33b6d08aae724a1f6c1c9779db0c72dcc559d8746"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "92ff8082ae935c901cd602a25656b2ca",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 993077,
"upload_time": "2024-08-18T08:30:32",
"upload_time_iso_8601": "2024-08-18T08:30:32.508619Z",
"url": "https://files.pythonhosted.org/packages/a8/b3/c5ce90082c1dd1ea9e940c3c36cdb8b5709858960d4a48851afd1ee97040/ignore_python-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f33e89e299a63609380e2265dbc288fbd995b0d42324e1519d5914ea67b47ab1",
"md5": "6e7375c38fb16e4fbc5c0a4a0df909c6",
"sha256": "39499f4517daaadccb0266b2846a932a25a3dba6bad49564993f6b9321e151dc"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "6e7375c38fb16e4fbc5c0a4a0df909c6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1002980,
"upload_time": "2024-08-18T08:30:44",
"upload_time_iso_8601": "2024-08-18T08:30:44.178828Z",
"url": "https://files.pythonhosted.org/packages/f3/3e/89e299a63609380e2265dbc288fbd995b0d42324e1519d5914ea67b47ab1/ignore_python-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a4e2746195c23494506b3be5ce887a4f1c20f3b17722488b911aeb2cc0e633b1",
"md5": "c2598d8e176935f078dbf5d42d05e66e",
"sha256": "12e1f2c65407efd22d3497fea66f7f695da0daca5e22600e7784a5e69c8c07d5"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c2598d8e176935f078dbf5d42d05e66e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 961269,
"upload_time": "2024-08-18T08:31:08",
"upload_time_iso_8601": "2024-08-18T08:31:08.066599Z",
"url": "https://files.pythonhosted.org/packages/a4/e2/746195c23494506b3be5ce887a4f1c20f3b17722488b911aeb2cc0e633b1/ignore_python-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8d8691608dbd03210586efbbda911b7d6a997bd3db9f83349953e3ab3a7b3f52",
"md5": "15ec10ee9948f6f461f2ac724feccb89",
"sha256": "6940196abf85e92a22a35e4778e3cd18fb20721d0a7801c868beb9448a01f0f0"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "15ec10ee9948f6f461f2ac724feccb89",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 982860,
"upload_time": "2024-08-18T08:30:55",
"upload_time_iso_8601": "2024-08-18T08:30:55.658539Z",
"url": "https://files.pythonhosted.org/packages/8d/86/91608dbd03210586efbbda911b7d6a997bd3db9f83349953e3ab3a7b3f52/ignore_python-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd471bc14c65d54095d388ce84bb2eed16e281da9d76a0dfb8286280013e27e9",
"md5": "1e24a6d7856241fb7e24cf25f561305d",
"sha256": "dd3620d8ad78a9631a440fa04004c1e167418983a302254266a9d2c54fb868c8"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "1e24a6d7856241fb7e24cf25f561305d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1105807,
"upload_time": "2024-08-18T08:31:27",
"upload_time_iso_8601": "2024-08-18T08:31:27.840266Z",
"url": "https://files.pythonhosted.org/packages/dd/47/1bc14c65d54095d388ce84bb2eed16e281da9d76a0dfb8286280013e27e9/ignore_python-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e3f8478ac586a7aec2a3094a9f8ad0b6254201c51e663bec5ed98b25ef3f5fad",
"md5": "28dae9cc1392c212cb17da45dbfee149",
"sha256": "86414e9490277f9b388432e7f379b9eff182fc44c25f66160f63f505ed3e06f6"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "28dae9cc1392c212cb17da45dbfee149",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1151189,
"upload_time": "2024-08-18T08:31:41",
"upload_time_iso_8601": "2024-08-18T08:31:41.170456Z",
"url": "https://files.pythonhosted.org/packages/e3/f8/478ac586a7aec2a3094a9f8ad0b6254201c51e663bec5ed98b25ef3f5fad/ignore_python-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "67d47a590eb1b3a59bc09a5d6c1f14c5347d7cb84f2feab6508f1be5580b1dd2",
"md5": "84e93c273771ae9b0ffb5e9c990a1a37",
"sha256": "56346861b4c2258ff952f344c15439b4b23d3798b35dd90a91e5a80778b8ad7f"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "84e93c273771ae9b0ffb5e9c990a1a37",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1120273,
"upload_time": "2024-08-18T08:31:53",
"upload_time_iso_8601": "2024-08-18T08:31:53.755992Z",
"url": "https://files.pythonhosted.org/packages/67/d4/7a590eb1b3a59bc09a5d6c1f14c5347d7cb84f2feab6508f1be5580b1dd2/ignore_python-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a2b2ecbe723053694b6c8c2847b1e5016401c7c86bd3743a68d1056aa595d84",
"md5": "5c0f43d6eba95b62a69c447628e68c8c",
"sha256": "5c64e3961129a28b23124fc9cd40d1b768cc1234cae85ffe00aefd9cdb5fdc58"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "5c0f43d6eba95b62a69c447628e68c8c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1132786,
"upload_time": "2024-08-18T08:32:07",
"upload_time_iso_8601": "2024-08-18T08:32:07.593256Z",
"url": "https://files.pythonhosted.org/packages/5a/2b/2ecbe723053694b6c8c2847b1e5016401c7c86bd3743a68d1056aa595d84/ignore_python-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21001586be277c33ba2df91ecdfac189be53eb5af3f3dda4f465f20fc1c67ddd",
"md5": "35bd90f7feb33c3c50c72b4273ae1c8e",
"sha256": "5574159c146fe8356e562361ff8e2a433800639252b178ac3d196c8d61c685d3"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-none-win32.whl",
"has_sig": false,
"md5_digest": "35bd90f7feb33c3c50c72b4273ae1c8e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 657368,
"upload_time": "2024-08-18T08:32:28",
"upload_time_iso_8601": "2024-08-18T08:32:28.583408Z",
"url": "https://files.pythonhosted.org/packages/21/00/1586be277c33ba2df91ecdfac189be53eb5af3f3dda4f465f20fc1c67ddd/ignore_python-0.1.2-cp310-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "09607b7e268be603d87f21b145c9e67680bff8ef5a6d54b0fcdc48d970b71f78",
"md5": "4ddf0518b2de3a3a75f8b79656e075b4",
"sha256": "717b67bf6d38e6793b699da84622bf5b08aa1efde2a1a0ebb21742fcaef1b1de"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp310-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "4ddf0518b2de3a3a75f8b79656e075b4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 739069,
"upload_time": "2024-08-18T08:32:21",
"upload_time_iso_8601": "2024-08-18T08:32:21.417240Z",
"url": "https://files.pythonhosted.org/packages/09/60/7b7e268be603d87f21b145c9e67680bff8ef5a6d54b0fcdc48d970b71f78/ignore_python-0.1.2-cp310-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f25f08a5668dd5b5ebbea6aa0ce96116cb8f07d4259900e2c48dee11d7916942",
"md5": "6130ec637441ea65469598b479a2cfb0",
"sha256": "ed5877f7ea05884bde9af09b07f20af11c33191a106c6ae1ceff42dee02b49cd"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "6130ec637441ea65469598b479a2cfb0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 879480,
"upload_time": "2024-08-18T08:31:25",
"upload_time_iso_8601": "2024-08-18T08:31:25.081618Z",
"url": "https://files.pythonhosted.org/packages/f2/5f/08a5668dd5b5ebbea6aa0ce96116cb8f07d4259900e2c48dee11d7916942/ignore_python-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0f27f1d10b9654ace7f8af6a96ced3c3be000829a85d944a96526a4afe6651f4",
"md5": "f682106868e69bb0933a2cf3a00ea37f",
"sha256": "7c9af111e8c14b2fcdc60f16f53b4776d2ff9d781cf55e5537971b1e7d4fb4ea"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f682106868e69bb0933a2cf3a00ea37f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 829309,
"upload_time": "2024-08-18T08:31:21",
"upload_time_iso_8601": "2024-08-18T08:31:21.189891Z",
"url": "https://files.pythonhosted.org/packages/0f/27/f1d10b9654ace7f8af6a96ced3c3be000829a85d944a96526a4afe6651f4/ignore_python-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ada87e427c4df724ecb02cf3303663c4dc198830c3dc67dee357060c7e35ad7f",
"md5": "8469ee63e57f8927b0833c654ec040b3",
"sha256": "f42906460491351a51dcbb0b5609fd4a1fa019a0263872afe5615181aa59e95b"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8469ee63e57f8927b0833c654ec040b3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 931606,
"upload_time": "2024-08-18T08:30:03",
"upload_time_iso_8601": "2024-08-18T08:30:03.311913Z",
"url": "https://files.pythonhosted.org/packages/ad/a8/7e427c4df724ecb02cf3303663c4dc198830c3dc67dee357060c7e35ad7f/ignore_python-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a2ebcbe7d4606eb1eea9adf7e43fb265d24133244b325ff13be90e5b26c42b04",
"md5": "f48afc9f94783f70ddd5b3ddd186d7f0",
"sha256": "8c8981426c4845bb0ac35e3333a4c480285d3ec4bdf16ee1ff2c906114253092"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "f48afc9f94783f70ddd5b3ddd186d7f0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 889081,
"upload_time": "2024-08-18T08:30:19",
"upload_time_iso_8601": "2024-08-18T08:30:19.290806Z",
"url": "https://files.pythonhosted.org/packages/a2/eb/cbe7d4606eb1eea9adf7e43fb265d24133244b325ff13be90e5b26c42b04/ignore_python-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ee6a29f99406e20efdd25b4edd429f036e4f315ffc88451deb50bc0d5ca0870",
"md5": "e88e39d130b9f1d9aa99db0cb0acad91",
"sha256": "db9645b66ccf10ca710d3d5ec363c1cf77260858b270ef846eedf7b0eca02d0d"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "e88e39d130b9f1d9aa99db0cb0acad91",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 993032,
"upload_time": "2024-08-18T08:30:34",
"upload_time_iso_8601": "2024-08-18T08:30:34.250207Z",
"url": "https://files.pythonhosted.org/packages/7e/e6/a29f99406e20efdd25b4edd429f036e4f315ffc88451deb50bc0d5ca0870/ignore_python-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7163ef843e8ac95654ca307b3263324b12b6d298b9b22149fbe0dd179ce4fac7",
"md5": "dc4603487a25f13aefe411763238de56",
"sha256": "983b786654dd2bc937eecacba15a2dd3695c150821808aaa9fc16eeef9cb4937"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "dc4603487a25f13aefe411763238de56",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1002323,
"upload_time": "2024-08-18T08:30:45",
"upload_time_iso_8601": "2024-08-18T08:30:45.518631Z",
"url": "https://files.pythonhosted.org/packages/71/63/ef843e8ac95654ca307b3263324b12b6d298b9b22149fbe0dd179ce4fac7/ignore_python-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "793609e28e37a2f65ec465ed0d4186f40a679a5490159fe7860f607659f7e9a4",
"md5": "a057b8a1563910094f908950dc0dfb24",
"sha256": "6403d9e9cf82ba4d2eb1fe22a34dc1fc9ea718a8f8a4e008c3b9cf8971bff585"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a057b8a1563910094f908950dc0dfb24",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 960823,
"upload_time": "2024-08-18T08:31:09",
"upload_time_iso_8601": "2024-08-18T08:31:09.474056Z",
"url": "https://files.pythonhosted.org/packages/79/36/09e28e37a2f65ec465ed0d4186f40a679a5490159fe7860f607659f7e9a4/ignore_python-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9fa608c6c81837aa7d5a1cd53f09ccbecb50b6ab60592a976b0175b59149a46a",
"md5": "8fee7576a4a21cbe2065eb5045fb48b1",
"sha256": "d9e45d9450e7c9afce043c5eb7ff7ea087264cc9e73acd069f069087d9efaa2f"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8fee7576a4a21cbe2065eb5045fb48b1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 982853,
"upload_time": "2024-08-18T08:30:57",
"upload_time_iso_8601": "2024-08-18T08:30:57.285273Z",
"url": "https://files.pythonhosted.org/packages/9f/a6/08c6c81837aa7d5a1cd53f09ccbecb50b6ab60592a976b0175b59149a46a/ignore_python-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "746dbb002b261a6478a60f9a779bebf45008720149c29f84ab0037ad669af182",
"md5": "5f932e4697dfad3e2d2d8323b9fa48af",
"sha256": "e9037ceb8944e19a6bd17ccd908a3397905ed59d51d8a4541751bfcf7d351420"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "5f932e4697dfad3e2d2d8323b9fa48af",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1105486,
"upload_time": "2024-08-18T08:31:29",
"upload_time_iso_8601": "2024-08-18T08:31:29.574369Z",
"url": "https://files.pythonhosted.org/packages/74/6d/bb002b261a6478a60f9a779bebf45008720149c29f84ab0037ad669af182/ignore_python-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a09ad885a179cded644bd15a1dc8c6cdfed7323b857769003960d968c76d9321",
"md5": "307f72fbcd42e6e09f6cf557c747b322",
"sha256": "7d8d79dec0e5d3212d490aca4dfc731d7460181f94f73d4b7cf8708dcf0c7522"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "307f72fbcd42e6e09f6cf557c747b322",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1151285,
"upload_time": "2024-08-18T08:31:42",
"upload_time_iso_8601": "2024-08-18T08:31:42.655489Z",
"url": "https://files.pythonhosted.org/packages/a0/9a/d885a179cded644bd15a1dc8c6cdfed7323b857769003960d968c76d9321/ignore_python-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f925d391c3ec0062b9c33d32ca07c12502d3c0917b8ea3a47cad7a12415ce274",
"md5": "79f0fffc72ef3910c38baf0ba8382ea5",
"sha256": "546641905058b46ba51d68e0ce62b17fed7d5b0e483319ea7da0f6d834d154fb"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "79f0fffc72ef3910c38baf0ba8382ea5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1120226,
"upload_time": "2024-08-18T08:31:55",
"upload_time_iso_8601": "2024-08-18T08:31:55.491863Z",
"url": "https://files.pythonhosted.org/packages/f9/25/d391c3ec0062b9c33d32ca07c12502d3c0917b8ea3a47cad7a12415ce274/ignore_python-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0641ebb1dff6cc9869e3d5a81ffae24a0d8abe8e059d194ea4e7b06dd8cd4d51",
"md5": "538b491af82308f1943c57cef95917c6",
"sha256": "838b03d767a699fb93fc845407911f131e98daf530dde2a839d1c11591b38960"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "538b491af82308f1943c57cef95917c6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1132540,
"upload_time": "2024-08-18T08:32:08",
"upload_time_iso_8601": "2024-08-18T08:32:08.925099Z",
"url": "https://files.pythonhosted.org/packages/06/41/ebb1dff6cc9869e3d5a81ffae24a0d8abe8e059d194ea4e7b06dd8cd4d51/ignore_python-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "449fb8724910728346e5e169b9f0b36eb731ee4075246c2b8b688693a9b868b1",
"md5": "a61f3ec58900a3508d501e012758ccbb",
"sha256": "4e649801f3216373d2f8bb7c28f026afd63f1fdcdf0125f7acd0950ade5fa96d"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-none-win32.whl",
"has_sig": false,
"md5_digest": "a61f3ec58900a3508d501e012758ccbb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 657334,
"upload_time": "2024-08-18T08:32:29",
"upload_time_iso_8601": "2024-08-18T08:32:29.982976Z",
"url": "https://files.pythonhosted.org/packages/44/9f/b8724910728346e5e169b9f0b36eb731ee4075246c2b8b688693a9b868b1/ignore_python-0.1.2-cp311-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "938e62e5c59e7dded7594cc076a32b480255070db366314ac46451e44c62f366",
"md5": "04b9f25a7e161418544ce5bcc6e523e3",
"sha256": "6995063bf444530e38de8a14902bf8befaa093af5cc03343dce2cf1a8d41cbea"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp311-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "04b9f25a7e161418544ce5bcc6e523e3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 738838,
"upload_time": "2024-08-18T08:32:23",
"upload_time_iso_8601": "2024-08-18T08:32:23.177416Z",
"url": "https://files.pythonhosted.org/packages/93/8e/62e5c59e7dded7594cc076a32b480255070db366314ac46451e44c62f366/ignore_python-0.1.2-cp311-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bbee73167e63bc2dce49601329c9e423247c7ebe42777e7d638de5501d2ceb51",
"md5": "4497835bb6a6d0fc73b4ecf00c8830b6",
"sha256": "2a7e3cb5a457f7b06bdcddf32f4c7c5961367ec521bc33e996e1c7e4fcbef485"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "4497835bb6a6d0fc73b4ecf00c8830b6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 878856,
"upload_time": "2024-08-18T08:31:26",
"upload_time_iso_8601": "2024-08-18T08:31:26.468674Z",
"url": "https://files.pythonhosted.org/packages/bb/ee/73167e63bc2dce49601329c9e423247c7ebe42777e7d638de5501d2ceb51/ignore_python-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b5d6b6ae768d64d202f2f9ddf63b5480c50946c4580b885c6925f2b0391fa618",
"md5": "ea57c067875362002c11eef9bad65b39",
"sha256": "bcfa8675c293c85e2a68957b2e70f11ea19847182f37ed8b937edfca7d103f01"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "ea57c067875362002c11eef9bad65b39",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 828716,
"upload_time": "2024-08-18T08:31:22",
"upload_time_iso_8601": "2024-08-18T08:31:22.467217Z",
"url": "https://files.pythonhosted.org/packages/b5/d6/b6ae768d64d202f2f9ddf63b5480c50946c4580b885c6925f2b0391fa618/ignore_python-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e937fa1f42ab4308b3c222be0f85ceea4a79370beaec61e938b417fb29b64582",
"md5": "4fb438c5adbc404c65bc59bf69c61b20",
"sha256": "4ebc6fa95f4598adeaefdd26a7e29069792a2dad06d14428d86a46e86640b849"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4fb438c5adbc404c65bc59bf69c61b20",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 931245,
"upload_time": "2024-08-18T08:30:05",
"upload_time_iso_8601": "2024-08-18T08:30:05.021794Z",
"url": "https://files.pythonhosted.org/packages/e9/37/fa1f42ab4308b3c222be0f85ceea4a79370beaec61e938b417fb29b64582/ignore_python-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d8c88e76c50ac9f86ccb90c0995f35bd292011d9d4b1e9cfa7891fb8467e9e19",
"md5": "a4ac39ba73433783b8a1080b4f5de1b6",
"sha256": "54d217d0b1a0258fbfcbc2563dafb3ef1be9211c54ae92a27b073b9b418e9509"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a4ac39ba73433783b8a1080b4f5de1b6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 887742,
"upload_time": "2024-08-18T08:30:21",
"upload_time_iso_8601": "2024-08-18T08:30:21.089459Z",
"url": "https://files.pythonhosted.org/packages/d8/c8/8e76c50ac9f86ccb90c0995f35bd292011d9d4b1e9cfa7891fb8467e9e19/ignore_python-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "85cb21817020a2ee24001cf48e9cf6dd8c6b10c7b0253b75c18a89fc3f7b4277",
"md5": "30607947caca35015103bfc45a98cdc0",
"sha256": "21b4f9750a6bcba8fbb6b6b55f27d74b67a0833e610733ad65772831fe7ab23f"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "30607947caca35015103bfc45a98cdc0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 992456,
"upload_time": "2024-08-18T08:30:35",
"upload_time_iso_8601": "2024-08-18T08:30:35.572289Z",
"url": "https://files.pythonhosted.org/packages/85/cb/21817020a2ee24001cf48e9cf6dd8c6b10c7b0253b75c18a89fc3f7b4277/ignore_python-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "12d642ec32e19d5331bd068ec61038f281326b4e37ae95d9f9abcc8858f9a161",
"md5": "7fdfd793322482ca80cb23e7ae79722d",
"sha256": "31b0f087b348570870ae10fbf57093a85c96d39c533d6a58e5c372d6841cfb48"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "7fdfd793322482ca80cb23e7ae79722d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 998956,
"upload_time": "2024-08-18T08:30:46",
"upload_time_iso_8601": "2024-08-18T08:30:46.887779Z",
"url": "https://files.pythonhosted.org/packages/12/d6/42ec32e19d5331bd068ec61038f281326b4e37ae95d9f9abcc8858f9a161/ignore_python-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6194870b110d5a4ea68c5b1490194802aa5e338787100dcad6e68e594e7f64c1",
"md5": "e1b96e1713edb2c1c2de335235ded129",
"sha256": "f33dc3d10220e0957fbd09aa0f7cdb7abba17e884568173605eaa903c09b9b8f"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e1b96e1713edb2c1c2de335235ded129",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 960048,
"upload_time": "2024-08-18T08:31:10",
"upload_time_iso_8601": "2024-08-18T08:31:10.840800Z",
"url": "https://files.pythonhosted.org/packages/61/94/870b110d5a4ea68c5b1490194802aa5e338787100dcad6e68e594e7f64c1/ignore_python-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8be0b9fc08e262c0f714c2924c6a3b77114813de3be858212a7a538c71de49cd",
"md5": "2d846bed0aa2628a99131917fb7ded35",
"sha256": "a543a49c453ac25bb1b4df8573e8deb1c817a86888cabbf8ebc9e3495653d09b"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "2d846bed0aa2628a99131917fb7ded35",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 982837,
"upload_time": "2024-08-18T08:30:59",
"upload_time_iso_8601": "2024-08-18T08:30:59.496671Z",
"url": "https://files.pythonhosted.org/packages/8b/e0/b9fc08e262c0f714c2924c6a3b77114813de3be858212a7a538c71de49cd/ignore_python-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1df04f78353b54e8a5e2f2216e4b3b7fc909c3c07841d1689e6290e2666ee878",
"md5": "ce28c838c3ff661691c8663ee90d4b4b",
"sha256": "c7699540d7991a00ba57886e407bb8baa8b31c56dcf81dc26afe9b5d862dadff"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ce28c838c3ff661691c8663ee90d4b4b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1104898,
"upload_time": "2024-08-18T08:31:30",
"upload_time_iso_8601": "2024-08-18T08:31:30.964610Z",
"url": "https://files.pythonhosted.org/packages/1d/f0/4f78353b54e8a5e2f2216e4b3b7fc909c3c07841d1689e6290e2666ee878/ignore_python-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5ea66904f43e37cf6b779dde5131b94a58f21243cc4e6dfc0c1d9c84f5e84c7",
"md5": "f136adff81df98cd49aeba56468f97cb",
"sha256": "590f53615a9642846a4763ec0cce5a013434f077aade9986a5d4ced4173fc8e3"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f136adff81df98cd49aeba56468f97cb",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1150120,
"upload_time": "2024-08-18T08:31:44",
"upload_time_iso_8601": "2024-08-18T08:31:44.084359Z",
"url": "https://files.pythonhosted.org/packages/c5/ea/66904f43e37cf6b779dde5131b94a58f21243cc4e6dfc0c1d9c84f5e84c7/ignore_python-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "16269a15323aaff5aea2ba233c17d86990b6f1c53ff0165123ab69f7938f75ec",
"md5": "c633c40705bbb8af5545c4cbc555fda7",
"sha256": "ec1384004093ae3f63c69dcd95db9b75b8351f8b861ab0b13101f68ea129e454"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c633c40705bbb8af5545c4cbc555fda7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1120166,
"upload_time": "2024-08-18T08:31:56",
"upload_time_iso_8601": "2024-08-18T08:31:56.794944Z",
"url": "https://files.pythonhosted.org/packages/16/26/9a15323aaff5aea2ba233c17d86990b6f1c53ff0165123ab69f7938f75ec/ignore_python-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2b21dd8bebed54ce0cc6e712576077afabc2870930b9b82b633c0756a3c4376",
"md5": "9a5b6c568edf31123f401e237c836500",
"sha256": "f55deeb3e389bad7c7d5f614b80e5212d3ab906554e0c9e6c517ac384e5e31e9"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "9a5b6c568edf31123f401e237c836500",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1131776,
"upload_time": "2024-08-18T08:32:11",
"upload_time_iso_8601": "2024-08-18T08:32:11.031808Z",
"url": "https://files.pythonhosted.org/packages/e2/b2/1dd8bebed54ce0cc6e712576077afabc2870930b9b82b633c0756a3c4376/ignore_python-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4cc5e81b57a527ec1d2724f72d3d4c3e2a84ec529487ef91537e37482ca52f07",
"md5": "5b1ff013fd8b32e4614fc9e6e7c0f962",
"sha256": "1dc82fa28e0735228ea0d15065395b9bc121a1c079d37521f6fe62df3c6f66d8"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-none-win32.whl",
"has_sig": false,
"md5_digest": "5b1ff013fd8b32e4614fc9e6e7c0f962",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 656393,
"upload_time": "2024-08-18T08:32:31",
"upload_time_iso_8601": "2024-08-18T08:32:31.447728Z",
"url": "https://files.pythonhosted.org/packages/4c/c5/e81b57a527ec1d2724f72d3d4c3e2a84ec529487ef91537e37482ca52f07/ignore_python-0.1.2-cp312-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "26f2270809f611129126c7d012b7fff7a5f18bb5c02507eb70ecd15a49d1c0cf",
"md5": "36eaed604b29b2a3098357485377143c",
"sha256": "3a7717621c667a51c50f24c4507d8bb1161793e2bd563ccbe9f509d5d411bfd3"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp312-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "36eaed604b29b2a3098357485377143c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 735866,
"upload_time": "2024-08-18T08:32:24",
"upload_time_iso_8601": "2024-08-18T08:32:24.496448Z",
"url": "https://files.pythonhosted.org/packages/26/f2/270809f611129126c7d012b7fff7a5f18bb5c02507eb70ecd15a49d1c0cf/ignore_python-0.1.2-cp312-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "522d31cb7d6f441eff168a9812544836a0e9c0c7ea1c6b3ce331db56e27917b8",
"md5": "f41ed06c39441cf6669cb53c5c87b168",
"sha256": "c2c13adf5f1f4b0fa559279b1bdfdc5197dc7e00d571ba9827b5a0c029f154fe"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "f41ed06c39441cf6669cb53c5c87b168",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 933147,
"upload_time": "2024-08-18T08:30:07",
"upload_time_iso_8601": "2024-08-18T08:30:07.043713Z",
"url": "https://files.pythonhosted.org/packages/52/2d/31cb7d6f441eff168a9812544836a0e9c0c7ea1c6b3ce331db56e27917b8/ignore_python-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3a334e87762a66e18d3fb128d39585ed24612fb222c93b17f8b36a5b24674992",
"md5": "1320dd7e517db71b67a22a6b271f61c9",
"sha256": "039062cfbf6ce1778e6484dbac7d197cd854e2029e65d13e945885740fa72cba"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "1320dd7e517db71b67a22a6b271f61c9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 889343,
"upload_time": "2024-08-18T08:30:23",
"upload_time_iso_8601": "2024-08-18T08:30:23.929965Z",
"url": "https://files.pythonhosted.org/packages/3a/33/4e87762a66e18d3fb128d39585ed24612fb222c93b17f8b36a5b24674992/ignore_python-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e4026db336e071e4373707dd0eb5af4d82feb1a05c042b27034eb52b2ba734c",
"md5": "e53ac16487272243ce39dcea2569e596",
"sha256": "081ab554f167b29f7e261b6c5d6fd1ea14cff3d90266c014af437b4912c21f75"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "e53ac16487272243ce39dcea2569e596",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 993938,
"upload_time": "2024-08-18T08:30:37",
"upload_time_iso_8601": "2024-08-18T08:30:37.250350Z",
"url": "https://files.pythonhosted.org/packages/8e/40/26db336e071e4373707dd0eb5af4d82feb1a05c042b27034eb52b2ba734c/ignore_python-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "49a10a056ea1f911137d09e38f09ce3b0dcdad05588b4cab0cd1810430e547ba",
"md5": "619112f732b61fd4ebb062f4c822f112",
"sha256": "ec68d92d2be59926133a042958a7c2bae567ed5ad1abe4ce6bfd496447c999b2"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "619112f732b61fd4ebb062f4c822f112",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1004933,
"upload_time": "2024-08-18T08:30:48",
"upload_time_iso_8601": "2024-08-18T08:30:48.612067Z",
"url": "https://files.pythonhosted.org/packages/49/a1/0a056ea1f911137d09e38f09ce3b0dcdad05588b4cab0cd1810430e547ba/ignore_python-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "80b1531da7b1d96df5d45a52787cf0b16a62507addb2cc214fa0536f1308e625",
"md5": "082beb6c406e530d795c972499be544e",
"sha256": "ef0f53609b945ab73124206c764e5118b9cb752126a4fa0da90bb56cbde9d172"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "082beb6c406e530d795c972499be544e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 962104,
"upload_time": "2024-08-18T08:31:12",
"upload_time_iso_8601": "2024-08-18T08:31:12.555810Z",
"url": "https://files.pythonhosted.org/packages/80/b1/531da7b1d96df5d45a52787cf0b16a62507addb2cc214fa0536f1308e625/ignore_python-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3037330710977f8c4161f8b803279cc5be6fa17391f85d2006baa4f93312067d",
"md5": "e805a0f3393393b51bc78aa449d09dca",
"sha256": "f9b82302590403194038fa4887e9984953345d91d4647988d85847636f5aa020"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "e805a0f3393393b51bc78aa449d09dca",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 983184,
"upload_time": "2024-08-18T08:31:01",
"upload_time_iso_8601": "2024-08-18T08:31:01.317861Z",
"url": "https://files.pythonhosted.org/packages/30/37/330710977f8c4161f8b803279cc5be6fa17391f85d2006baa4f93312067d/ignore_python-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7089fb683dbd26a8f1eac4cc85d2351763133afd1bb6dc8890713da93ad45221",
"md5": "404d30b78e6da0021999b8057792b04f",
"sha256": "b2612eede619f9218658f7d68848382a5ab6393654e2f70740165eea4a0e817d"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "404d30b78e6da0021999b8057792b04f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1106910,
"upload_time": "2024-08-18T08:31:33",
"upload_time_iso_8601": "2024-08-18T08:31:33.111412Z",
"url": "https://files.pythonhosted.org/packages/70/89/fb683dbd26a8f1eac4cc85d2351763133afd1bb6dc8890713da93ad45221/ignore_python-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea04f4a163c4008d10381628bd98060c14f4d7b6f7879acede812632a9079946",
"md5": "1539c5d9bd5f673a30ce4a161863dfbd",
"sha256": "f71a72bbd103deaed7100c53dfd2a1e79165124f8aca39c37626187bc1a03a7b"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "1539c5d9bd5f673a30ce4a161863dfbd",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1151330,
"upload_time": "2024-08-18T08:31:45",
"upload_time_iso_8601": "2024-08-18T08:31:45.477664Z",
"url": "https://files.pythonhosted.org/packages/ea/04/f4a163c4008d10381628bd98060c14f4d7b6f7879acede812632a9079946/ignore_python-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9710e44394a117e29055fe4ca68384c123837a5e2439b1535a1653b149a1a968",
"md5": "18c762036a684ef6c617e1bcd5a96847",
"sha256": "c06b1e09118b74ed4df01e884c16b4062cb24d8692bde48aca7a388fba702480"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "18c762036a684ef6c617e1bcd5a96847",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1120917,
"upload_time": "2024-08-18T08:31:58",
"upload_time_iso_8601": "2024-08-18T08:31:58.769631Z",
"url": "https://files.pythonhosted.org/packages/97/10/e44394a117e29055fe4ca68384c123837a5e2439b1535a1653b149a1a968/ignore_python-0.1.2-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "44d207386f1c9c8602d6203e819a2b926ece8d5f0cf4882add54ae3a33078a58",
"md5": "7ba32c9f5a0ab0e94590da939640b530",
"sha256": "d591987732933564e6e3aee21b8b8275912b63e6d973e83c61fae8aad1169456"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7ba32c9f5a0ab0e94590da939640b530",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1132947,
"upload_time": "2024-08-18T08:32:12",
"upload_time_iso_8601": "2024-08-18T08:32:12.362276Z",
"url": "https://files.pythonhosted.org/packages/44/d2/07386f1c9c8602d6203e819a2b926ece8d5f0cf4882add54ae3a33078a58/ignore_python-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "260589780428d8f58479b4e9df750ffe1662624ab151025c566a2fcd6bf9fc34",
"md5": "75dc1d7678b0d3b807f7cc6304915a8a",
"sha256": "2461b42d992b9f40637427b500f5bfff390a63a8563e60d2a32de587f696c888"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-none-win32.whl",
"has_sig": false,
"md5_digest": "75dc1d7678b0d3b807f7cc6304915a8a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 657111,
"upload_time": "2024-08-18T08:32:32",
"upload_time_iso_8601": "2024-08-18T08:32:32.818839Z",
"url": "https://files.pythonhosted.org/packages/26/05/89780428d8f58479b4e9df750ffe1662624ab151025c566a2fcd6bf9fc34/ignore_python-0.1.2-cp38-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d8c889cff6fd32f82ad337542bb9d6d2b40b5ed64fb0b39b336585c147e3873e",
"md5": "0bc80849a9dbc59585ce4817b7cef6bf",
"sha256": "b2ea6181645fc4be4bcbf9f562b06f19d72de4cc0d2a657ea14a8de3f2e1e4f7"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp38-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "0bc80849a9dbc59585ce4817b7cef6bf",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 738984,
"upload_time": "2024-08-18T08:32:25",
"upload_time_iso_8601": "2024-08-18T08:32:25.907302Z",
"url": "https://files.pythonhosted.org/packages/d8/c8/89cff6fd32f82ad337542bb9d6d2b40b5ed64fb0b39b336585c147e3873e/ignore_python-0.1.2-cp38-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "69a6c1d45d7638a9092716ad9d941da9b8422930782ceba3bfa584ce8bc1af89",
"md5": "c87e34952876c8e46b97b396b97872af",
"sha256": "552463f6bddb223b9b98aa4771b5214f06c2c4c4292e42383e5c51956136ac7d"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c87e34952876c8e46b97b396b97872af",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 829848,
"upload_time": "2024-08-18T08:31:23",
"upload_time_iso_8601": "2024-08-18T08:31:23.845669Z",
"url": "https://files.pythonhosted.org/packages/69/a6/c1d45d7638a9092716ad9d941da9b8422930782ceba3bfa584ce8bc1af89/ignore_python-0.1.2-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f611a59eefb4ac4681b88ea97828674791f7ff1860a02b38eb496270a8c457f",
"md5": "98b1b89cfe691e11075e74c9ca7d610a",
"sha256": "67738a9495ca3d04b63402797e89afdf103a8385006756934ff0c278433be300"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "98b1b89cfe691e11075e74c9ca7d610a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 933260,
"upload_time": "2024-08-18T08:30:08",
"upload_time_iso_8601": "2024-08-18T08:30:08.764604Z",
"url": "https://files.pythonhosted.org/packages/9f/61/1a59eefb4ac4681b88ea97828674791f7ff1860a02b38eb496270a8c457f/ignore_python-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "481a9b42b3cce3de4d31d66643a1a5462f8918a8774aaf8a797f7bdc39f41b9b",
"md5": "5576085f3155795c6b09eccabe0ae8e7",
"sha256": "cec28f77b87b0176070e7d27f2f101ef7d01e080683f1156d84f8a071c276a93"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5576085f3155795c6b09eccabe0ae8e7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 889406,
"upload_time": "2024-08-18T08:30:25",
"upload_time_iso_8601": "2024-08-18T08:30:25.692215Z",
"url": "https://files.pythonhosted.org/packages/48/1a/9b42b3cce3de4d31d66643a1a5462f8918a8774aaf8a797f7bdc39f41b9b/ignore_python-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91f679d76d1bf03a739aa353a2c6ba69456be5a81009cce5311d4b9d7d661145",
"md5": "a1620aa7e2961be70943c3f84672aff7",
"sha256": "3af8a0f23effca3f7f5acbda0ff2f6d53de708eed875b21404ac45a977693daa"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "a1620aa7e2961be70943c3f84672aff7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 993855,
"upload_time": "2024-08-18T08:30:38",
"upload_time_iso_8601": "2024-08-18T08:30:38.611957Z",
"url": "https://files.pythonhosted.org/packages/91/f6/79d76d1bf03a739aa353a2c6ba69456be5a81009cce5311d4b9d7d661145/ignore_python-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e4cf19a3e0f06dc4e450363733a166e66828f676134fabea3f111833eb0ce33b",
"md5": "72dbeb423dceafd9c27260b9d5d901a0",
"sha256": "2975b46115453051fb99e4f214ac695f9d6c99c966b884077ef0900de7eb9102"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "72dbeb423dceafd9c27260b9d5d901a0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1005122,
"upload_time": "2024-08-18T08:30:49",
"upload_time_iso_8601": "2024-08-18T08:30:49.895471Z",
"url": "https://files.pythonhosted.org/packages/e4/cf/19a3e0f06dc4e450363733a166e66828f676134fabea3f111833eb0ce33b/ignore_python-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c7f55de91014f9cdc7c88c36bd2df9b380a3b0f2f799758da01b961aff80860",
"md5": "4ca1ae1683a46f9ed7d7ef0d3dcf14b0",
"sha256": "f7233a0398a99f2abc6fa7f0d3dfe2ca9413ce3e38b31eed773760df6bc371aa"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4ca1ae1683a46f9ed7d7ef0d3dcf14b0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 962202,
"upload_time": "2024-08-18T08:31:13",
"upload_time_iso_8601": "2024-08-18T08:31:13.931315Z",
"url": "https://files.pythonhosted.org/packages/0c/7f/55de91014f9cdc7c88c36bd2df9b380a3b0f2f799758da01b961aff80860/ignore_python-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "69e4989fccb041694996a6a4702b0f6c3ec7f1a25aeb79ff8759ee0781a73982",
"md5": "5e745abe63873c135926246f0dc9589b",
"sha256": "985e271aba9d669a60146e39276f32551375a14c7f7d350cfdca587f321271bf"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "5e745abe63873c135926246f0dc9589b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 983242,
"upload_time": "2024-08-18T08:31:02",
"upload_time_iso_8601": "2024-08-18T08:31:02.661743Z",
"url": "https://files.pythonhosted.org/packages/69/e4/989fccb041694996a6a4702b0f6c3ec7f1a25aeb79ff8759ee0781a73982/ignore_python-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ff6178757d1f00df419a474abd56c46ec08e65ee1d3295491dc1bd38a3ff8ec",
"md5": "4c4d0a34996bde5629da49ec7d362497",
"sha256": "5f763cbd991a5370d862f3a9f7447e98cf482d4b8d2c2b7ad5328c4d0f7833b7"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4c4d0a34996bde5629da49ec7d362497",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1107265,
"upload_time": "2024-08-18T08:31:35",
"upload_time_iso_8601": "2024-08-18T08:31:35.144315Z",
"url": "https://files.pythonhosted.org/packages/7f/f6/178757d1f00df419a474abd56c46ec08e65ee1d3295491dc1bd38a3ff8ec/ignore_python-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c07d6b7b772fd112f09be17cc28a7f497e1280d46b6e173489147519e9cb1866",
"md5": "8fd27a50dc55377c9694b65144e8fea0",
"sha256": "36a41f85ebfe5a3e9667f5959a4681c1dd3055e93e7a2f5aae0a172bdb9f9f1a"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "8fd27a50dc55377c9694b65144e8fea0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1151754,
"upload_time": "2024-08-18T08:31:46",
"upload_time_iso_8601": "2024-08-18T08:31:46.821429Z",
"url": "https://files.pythonhosted.org/packages/c0/7d/6b7b772fd112f09be17cc28a7f497e1280d46b6e173489147519e9cb1866/ignore_python-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d6f8425121420dbad3b92b2c5a22568687b463cdea3b9a90c6c74d5ee2742840",
"md5": "1124f53e01e6c0b05dc5feb878bdf13e",
"sha256": "9f78d9f2f4a1a2be9142ff006b76e0b04741b26a66dec4974219861e930ec07a"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "1124f53e01e6c0b05dc5feb878bdf13e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1120810,
"upload_time": "2024-08-18T08:32:00",
"upload_time_iso_8601": "2024-08-18T08:32:00.203975Z",
"url": "https://files.pythonhosted.org/packages/d6/f8/425121420dbad3b92b2c5a22568687b463cdea3b9a90c6c74d5ee2742840/ignore_python-0.1.2-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9044e8136406be1e03d5f4758ab65403a817426e7ff44cad963fa50bc27f967",
"md5": "68887a3a9494f0ccfa95487217f7c117",
"sha256": "6587c8f3c318552f2ffb8d65fe6183de14987fc367e17f074599f7ba7ba0b1fd"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "68887a3a9494f0ccfa95487217f7c117",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1133507,
"upload_time": "2024-08-18T08:32:14",
"upload_time_iso_8601": "2024-08-18T08:32:14.155244Z",
"url": "https://files.pythonhosted.org/packages/d9/04/4e8136406be1e03d5f4758ab65403a817426e7ff44cad963fa50bc27f967/ignore_python-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "656d359be8e00282e1fc695dbbff0183b48ba42501c37630bb57c15d46906f0c",
"md5": "743fef847f668e76ef0580882dc13db3",
"sha256": "b9519b1f2cb515ae2d0b14b7c0222d98ad979a1dcb661c385db425a01cfa5c76"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-none-win32.whl",
"has_sig": false,
"md5_digest": "743fef847f668e76ef0580882dc13db3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 657473,
"upload_time": "2024-08-18T08:32:34",
"upload_time_iso_8601": "2024-08-18T08:32:34.589997Z",
"url": "https://files.pythonhosted.org/packages/65/6d/359be8e00282e1fc695dbbff0183b48ba42501c37630bb57c15d46906f0c/ignore_python-0.1.2-cp39-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "291a32cb3f43a75eb6be58988e8e553e28647f182255a1ac8eae483488ff8e19",
"md5": "74af78664a0ab21b7953741313b6f88f",
"sha256": "70d53f13d88843978ecd175acae90d6847d402aad34ba70e92b2778a4cce44ec"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-cp39-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "74af78664a0ab21b7953741313b6f88f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 739056,
"upload_time": "2024-08-18T08:32:27",
"upload_time_iso_8601": "2024-08-18T08:32:27.285231Z",
"url": "https://files.pythonhosted.org/packages/29/1a/32cb3f43a75eb6be58988e8e553e28647f182255a1ac8eae483488ff8e19/ignore_python-0.1.2-cp39-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "894a8b961c5561ac98cd7a320e6c879067240dccb39043b38f99b8c467ec465e",
"md5": "426f6976ef89fb0a3c73173de469c66a",
"sha256": "9964804f3b0e0c3e5cba99583a330a9417ac7dc7c96f7ef758794bf0c76a4316"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "426f6976ef89fb0a3c73173de469c66a",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 933373,
"upload_time": "2024-08-18T08:30:10",
"upload_time_iso_8601": "2024-08-18T08:30:10.709088Z",
"url": "https://files.pythonhosted.org/packages/89/4a/8b961c5561ac98cd7a320e6c879067240dccb39043b38f99b8c467ec465e/ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "666862c28392aa59847d3c1058fdc1be5305c51356f76a1d744c0d1237a1d4f3",
"md5": "2ff0799fdcdce80c42389e4307b3b133",
"sha256": "e9596806f512b757fd650450c15bd912595210cbd5c0945e9c40c86dbe121cbc"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "2ff0799fdcdce80c42389e4307b3b133",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 891354,
"upload_time": "2024-08-18T08:30:27",
"upload_time_iso_8601": "2024-08-18T08:30:27.518247Z",
"url": "https://files.pythonhosted.org/packages/66/68/62c28392aa59847d3c1058fdc1be5305c51356f76a1d744c0d1237a1d4f3/ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc5f93224efd025ab364f09ecd97dafaa17aea621f074043fe38809de84e8c14",
"md5": "b3c97085e4d86b530a0c6d02febaaa07",
"sha256": "ff58d968c91a90cbfbbb3cbc28e38a8c6b64bfff6feda7b087100596487afec5"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "b3c97085e4d86b530a0c6d02febaaa07",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 993838,
"upload_time": "2024-08-18T08:30:40",
"upload_time_iso_8601": "2024-08-18T08:30:40.212323Z",
"url": "https://files.pythonhosted.org/packages/cc/5f/93224efd025ab364f09ecd97dafaa17aea621f074043fe38809de84e8c14/ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "97e461d47b1b55f8ec85baea8614611929957b2e3370ca3b20005927b5cca416",
"md5": "e9111af9082d7a870ee75295ebe4014b",
"sha256": "ecfa6a9c216027172d358d3d3a08c6b15c4fbb880402cfe21e0d198fce0f3f2a"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "e9111af9082d7a870ee75295ebe4014b",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1006302,
"upload_time": "2024-08-18T08:30:51",
"upload_time_iso_8601": "2024-08-18T08:30:51.312800Z",
"url": "https://files.pythonhosted.org/packages/97/e4/61d47b1b55f8ec85baea8614611929957b2e3370ca3b20005927b5cca416/ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2a009f3f63bd24276abb8411ca1e08ea1dc757e711d1feecad713e28c5530554",
"md5": "b30762d0d8243d276c04c5de17c04dce",
"sha256": "01bc9d9d95b3bdd688b6760a9f6b16de65b1c00e1c3e2fa15222b348f69e426f"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b30762d0d8243d276c04c5de17c04dce",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 962183,
"upload_time": "2024-08-18T08:31:15",
"upload_time_iso_8601": "2024-08-18T08:31:15.304818Z",
"url": "https://files.pythonhosted.org/packages/2a/00/9f3f63bd24276abb8411ca1e08ea1dc757e711d1feecad713e28c5530554/ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f7933636c240a22fa3ecf97ad3270cc9fa8326b12c9a580e0cfb90da50d7589e",
"md5": "b4b8a895b63d67fe9a3afad93751cb4a",
"sha256": "894d328979f829387ad47c163145167ed74200289d70bfbf436d9391c8abf9ad"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "b4b8a895b63d67fe9a3afad93751cb4a",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 984474,
"upload_time": "2024-08-18T08:31:04",
"upload_time_iso_8601": "2024-08-18T08:31:04.283508Z",
"url": "https://files.pythonhosted.org/packages/f7/93/3636c240a22fa3ecf97ad3270cc9fa8326b12c9a580e0cfb90da50d7589e/ignore_python-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22d5324662731dcb7ed9c537e08d7191d38c44866fe7b86b99323c192aa014e7",
"md5": "2113586146af72c1126b44fcbc6abfbb",
"sha256": "46499ccdba2bea88074eb1cd2208963676578dc2c2a9143897ceab0c92fdbf2d"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "2113586146af72c1126b44fcbc6abfbb",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1106991,
"upload_time": "2024-08-18T08:31:36",
"upload_time_iso_8601": "2024-08-18T08:31:36.606984Z",
"url": "https://files.pythonhosted.org/packages/22/d5/324662731dcb7ed9c537e08d7191d38c44866fe7b86b99323c192aa014e7/ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "56d811c884f6a95787b7201ef3366c6f3c4d7fa1fee545403c996ff2044f8e12",
"md5": "2ea27f29e9edd67a0759d236bc5fe8fd",
"sha256": "894bf9fbccb9df0b0ba4c506676a17fb6b82a7a949e2aad91419556570949f98"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "2ea27f29e9edd67a0759d236bc5fe8fd",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1153826,
"upload_time": "2024-08-18T08:31:48",
"upload_time_iso_8601": "2024-08-18T08:31:48.764525Z",
"url": "https://files.pythonhosted.org/packages/56/d8/11c884f6a95787b7201ef3366c6f3c4d7fa1fee545403c996ff2044f8e12/ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8c47b0380cc5ed410f42a162074383e04c5b28a8d13ca371f7666e63e0d58c7e",
"md5": "c8254b3c884be438e760bfef57f356a8",
"sha256": "f6d0e30e68cbdd070383bbcdc0f4c5c5721a17ad32598eebda4a7ff66c2ea583"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c8254b3c884be438e760bfef57f356a8",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1121505,
"upload_time": "2024-08-18T08:32:02",
"upload_time_iso_8601": "2024-08-18T08:32:02.296766Z",
"url": "https://files.pythonhosted.org/packages/8c/47/b0380cc5ed410f42a162074383e04c5b28a8d13ca371f7666e63e0d58c7e/ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e4f5b12c0e36582364c4cccf1e3b71c7b8e20d5f2b50ccfd25a401fd69a44dae",
"md5": "ce575de6cc087ceb2b54392e44f08fec",
"sha256": "0f6bfd7044995c6a44230c1c1885d45d80af6eef6eb22d90dfa1828ecabe3dbf"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ce575de6cc087ceb2b54392e44f08fec",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1133519,
"upload_time": "2024-08-18T08:32:16",
"upload_time_iso_8601": "2024-08-18T08:32:16.236555Z",
"url": "https://files.pythonhosted.org/packages/e4/f5/b12c0e36582364c4cccf1e3b71c7b8e20d5f2b50ccfd25a401fd69a44dae/ignore_python-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf4bfc7a776dd29966b19f7cde9584354330d8e639cb6e1532903baeb566fdc2",
"md5": "85ffdd692f744bab728bac7fa947b7fa",
"sha256": "8a646166bc6f41a10fdc1db657065a9974976e089ab4a07fe23d5b9403055544"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "85ffdd692f744bab728bac7fa947b7fa",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 934142,
"upload_time": "2024-08-18T08:30:12",
"upload_time_iso_8601": "2024-08-18T08:30:12.675811Z",
"url": "https://files.pythonhosted.org/packages/bf/4b/fc7a776dd29966b19f7cde9584354330d8e639cb6e1532903baeb566fdc2/ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "58f06299f9b4706d38622074dc77e282791947a356eb1abb6826fdad11cb4d4c",
"md5": "2586025c65f40d7bb6062a1684d4267d",
"sha256": "43fe9de8c159948333919e9679df152afa95ba836a10ab27077391a1efb3df32"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "2586025c65f40d7bb6062a1684d4267d",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 892551,
"upload_time": "2024-08-18T08:30:29",
"upload_time_iso_8601": "2024-08-18T08:30:29.513807Z",
"url": "https://files.pythonhosted.org/packages/58/f0/6299f9b4706d38622074dc77e282791947a356eb1abb6826fdad11cb4d4c/ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "142a1201d57aca2b8cea3d98bd773a61dc15ad1ec789b1f8498913cc5d54e0bf",
"md5": "80611ee99ac20eafde2fa8d2a15022fe",
"sha256": "d45f832215c2f1cf58d10e8dfb1220bddd4eaeafdb41ef1e933afcd6c3327807"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "80611ee99ac20eafde2fa8d2a15022fe",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 995654,
"upload_time": "2024-08-18T08:30:41",
"upload_time_iso_8601": "2024-08-18T08:30:41.527622Z",
"url": "https://files.pythonhosted.org/packages/14/2a/1201d57aca2b8cea3d98bd773a61dc15ad1ec789b1f8498913cc5d54e0bf/ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1103625f5c25aa4ce2d54f84c901f99486718362cae41a9b618519544a9bc5d5",
"md5": "ecdf323a420350f2955d61faee740a96",
"sha256": "fe880cb3bcf733c6fdf7b66e83e50c73b1622879799c0710abdc19dc2c19c6da"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "ecdf323a420350f2955d61faee740a96",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 1007485,
"upload_time": "2024-08-18T08:30:52",
"upload_time_iso_8601": "2024-08-18T08:30:52.701451Z",
"url": "https://files.pythonhosted.org/packages/11/03/625f5c25aa4ce2d54f84c901f99486718362cae41a9b618519544a9bc5d5/ignore_python-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65c66e2bca5b6f6a3a3e7f8cdd3620cb84ef50dc8a258814b89ced7db9b47643",
"md5": "8e053eead0f23c35a86b2da6f881bda4",
"sha256": "4501b853464d82ccc7668daecc966a79e791bbad1572b66aad5d0edcb58d4c01"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "8e053eead0f23c35a86b2da6f881bda4",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 1107928,
"upload_time": "2024-08-18T08:31:38",
"upload_time_iso_8601": "2024-08-18T08:31:38.260746Z",
"url": "https://files.pythonhosted.org/packages/65/c6/6e2bca5b6f6a3a3e7f8cdd3620cb84ef50dc8a258814b89ced7db9b47643/ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d28e7d2de737dea9c8e82c974a31e83a71d483c3a29954b45a804e0dddaf7ec2",
"md5": "b32741f08f1c1d0cbb92ff8656b48c9b",
"sha256": "5f268dfb3728851caf3950333857094903e1298d7c2efd63e3ba540957b96364"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "b32741f08f1c1d0cbb92ff8656b48c9b",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 1155136,
"upload_time": "2024-08-18T08:31:50",
"upload_time_iso_8601": "2024-08-18T08:31:50.259890Z",
"url": "https://files.pythonhosted.org/packages/d2/8e/7d2de737dea9c8e82c974a31e83a71d483c3a29954b45a804e0dddaf7ec2/ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc5c9ef3bf6d3573b410b0c623e7ce0b9212176e36a163ae197af9954569fe15",
"md5": "889200cd47098f4a4dedbc3e92b0da61",
"sha256": "42c6c784e855dbd28afbccc0296b34e99edbad40ccbf9e82447c8476450d4c4b"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "889200cd47098f4a4dedbc3e92b0da61",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 1122545,
"upload_time": "2024-08-18T08:32:04",
"upload_time_iso_8601": "2024-08-18T08:32:04.297564Z",
"url": "https://files.pythonhosted.org/packages/fc/5c/9ef3bf6d3573b410b0c623e7ce0b9212176e36a163ae197af9954569fe15/ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "92b16f4fd7bc9ddcac3aee370c75b5e922a3a186ead46291944daa50adf374f7",
"md5": "b265b4ae2ee82290757d79c5ade2c139",
"sha256": "bb34089ca0386ef086f4cfe1781d685bbcd5a0f078f06b50f07c90051b10d69f"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b265b4ae2ee82290757d79c5ade2c139",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 1133890,
"upload_time": "2024-08-18T08:32:17",
"upload_time_iso_8601": "2024-08-18T08:32:17.816452Z",
"url": "https://files.pythonhosted.org/packages/92/b1/6f4fd7bc9ddcac3aee370c75b5e922a3a186ead46291944daa50adf374f7/ignore_python-0.1.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "073c3ae8eed173c1c887eefa9c047d765a39c884f8be0d7f7f05ab55985001b4",
"md5": "378965622802e18e8e741c680fb9186f",
"sha256": "6e71936ca2340d534f56e893599b76c6d5faf1e71230960d79e5ce33b424bb52"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "378965622802e18e8e741c680fb9186f",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 934059,
"upload_time": "2024-08-18T08:30:14",
"upload_time_iso_8601": "2024-08-18T08:30:14.491878Z",
"url": "https://files.pythonhosted.org/packages/07/3c/3ae8eed173c1c887eefa9c047d765a39c884f8be0d7f7f05ab55985001b4/ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c62b221fb2622aab55e32439809f9fd4f6f2dbc964fd61a5eaf8f246900c9883",
"md5": "6d51ddb68a0a0e48f5f37eae08f32df6",
"sha256": "31de139c6995b446d362dac2aa9d11430a990740ef0d8c290a2d971abd4259cb"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "6d51ddb68a0a0e48f5f37eae08f32df6",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 892383,
"upload_time": "2024-08-18T08:30:31",
"upload_time_iso_8601": "2024-08-18T08:30:31.189790Z",
"url": "https://files.pythonhosted.org/packages/c6/2b/221fb2622aab55e32439809f9fd4f6f2dbc964fd61a5eaf8f246900c9883/ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "768a263f845aa33a870a0260abbd066563c915fe5f13d0ffee4d0be3a724d02c",
"md5": "b30301b84fddc161e006f6a298626998",
"sha256": "42eab38d2894221a377a5bb3f67725a795d08a0690b13e058ce6b803bd842e24"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "b30301b84fddc161e006f6a298626998",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 995266,
"upload_time": "2024-08-18T08:30:42",
"upload_time_iso_8601": "2024-08-18T08:30:42.813942Z",
"url": "https://files.pythonhosted.org/packages/76/8a/263f845aa33a870a0260abbd066563c915fe5f13d0ffee4d0be3a724d02c/ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5734363d8268bc259dbf18eceb2f327a06378557625da8175ad99d3f430d845",
"md5": "5adac988b3cf7571432dd0376ea89e48",
"sha256": "9d994040939e7dedb9a967df92ec0737e1d2e836d656cecaf4b64f874fccb748"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "5adac988b3cf7571432dd0376ea89e48",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1007426,
"upload_time": "2024-08-18T08:30:54",
"upload_time_iso_8601": "2024-08-18T08:30:54.307580Z",
"url": "https://files.pythonhosted.org/packages/a5/73/4363d8268bc259dbf18eceb2f327a06378557625da8175ad99d3f430d845/ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c097a2d89c5869063382a40058f934338f753ee054e67e2a9f3a31d567c9a88a",
"md5": "d9af5b1a3ccd7e6629f816ad33cce2b9",
"sha256": "eeb750607e4492f0e4f938fcfbd3a9981af1dc71afe29b221009099f4155bc5d"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d9af5b1a3ccd7e6629f816ad33cce2b9",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 963229,
"upload_time": "2024-08-18T08:31:16",
"upload_time_iso_8601": "2024-08-18T08:31:16.917707Z",
"url": "https://files.pythonhosted.org/packages/c0/97/a2d89c5869063382a40058f934338f753ee054e67e2a9f3a31d567c9a88a/ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5abdaa4ba6a1949f3115c37a7ed2b460e963f876cd2a6c3f694b0285a2999b53",
"md5": "3f56e64d02915931e0ee1a474468ccb2",
"sha256": "e68f074821ef9273c07f5fd5d8c41631f2b1a5d8a63070d77faa98fdc93ec37d"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "3f56e64d02915931e0ee1a474468ccb2",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 984979,
"upload_time": "2024-08-18T08:31:06",
"upload_time_iso_8601": "2024-08-18T08:31:06.015932Z",
"url": "https://files.pythonhosted.org/packages/5a/bd/aa4ba6a1949f3115c37a7ed2b460e963f876cd2a6c3f694b0285a2999b53/ignore_python-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96d01da92f38063e4f2a9423981d34b5259639106550f694e4bae6b2c090f0b8",
"md5": "2197d3cbcb45756a82301b1c3992c951",
"sha256": "9ef93c9e88a027334615bc0f91f52ae155af8b1402f28cbbe76a68e38c892e13"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "2197d3cbcb45756a82301b1c3992c951",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1107950,
"upload_time": "2024-08-18T08:31:39",
"upload_time_iso_8601": "2024-08-18T08:31:39.713534Z",
"url": "https://files.pythonhosted.org/packages/96/d0/1da92f38063e4f2a9423981d34b5259639106550f694e4bae6b2c090f0b8/ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "72de0b65694fa8d0881684dcc7460e7086f67b57c73a77b22c77572244903f61",
"md5": "85420881a58a503be204a96b27a8a63b",
"sha256": "9a32a63ba8baffcc6c21f7c53eeadf839d95c0e2ec818d211402bb12c3ba148c"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "85420881a58a503be204a96b27a8a63b",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1154940,
"upload_time": "2024-08-18T08:31:51",
"upload_time_iso_8601": "2024-08-18T08:31:51.923293Z",
"url": "https://files.pythonhosted.org/packages/72/de/0b65694fa8d0881684dcc7460e7086f67b57c73a77b22c77572244903f61/ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e89788df02f40d29a30bcc0eeb55b59833a597608c7bcfb8c390a5145e761531",
"md5": "2d69e6a1b270e1175cde6c38c238e1b8",
"sha256": "e3f1ad917f88794fa5b32f161453f1b904eb6eee0c4be88764ba45c9c46c9e0a"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "2d69e6a1b270e1175cde6c38c238e1b8",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1122398,
"upload_time": "2024-08-18T08:32:05",
"upload_time_iso_8601": "2024-08-18T08:32:05.975965Z",
"url": "https://files.pythonhosted.org/packages/e8/97/88df02f40d29a30bcc0eeb55b59833a597608c7bcfb8c390a5145e761531/ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b8a44323352c55893daf16b28166c1fea4e76cea2e087ca9fc01653e9267b36",
"md5": "67cdb1551be42cb25afde0b8a7145cc6",
"sha256": "b9901314121bfd31d831ec0049338d899a3063d1a07a0413e2075453c4af9ed6"
},
"downloads": -1,
"filename": "ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "67cdb1551be42cb25afde0b8a7145cc6",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1134029,
"upload_time": "2024-08-18T08:32:19",
"upload_time_iso_8601": "2024-08-18T08:32:19.210325Z",
"url": "https://files.pythonhosted.org/packages/2b/8a/44323352c55893daf16b28166c1fea4e76cea2e087ca9fc01653e9267b36/ignore_python-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e19d39e1cccc84d65e0ec192002ee678cc182e37000d23210a055b8630a9e490",
"md5": "03dee7c465e84831e19775ab3dbd0a55",
"sha256": "d8ac7b6b1778c35cc6c24f6262142c80f8b4950351b1d2c6296f7dd0e4ff799e"
},
"downloads": -1,
"filename": "ignore_python-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "03dee7c465e84831e19775ab3dbd0a55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11532,
"upload_time": "2024-08-18T08:32:20",
"upload_time_iso_8601": "2024-08-18T08:32:20.471985Z",
"url": "https://files.pythonhosted.org/packages/e1/9d/39e1cccc84d65e0ec192002ee678cc182e37000d23210a055b8630a9e490/ignore_python-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-18 08:32:20",
"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"
}