Skip to main content

Rust ignore crate Python bindings

Project description

ignore in Python

This is a Python library that binds to the Rust crate 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:

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:

from ignore import WalkBuilder

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

Refer to the API documentation for more information.

How to install (from pip)

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 and maturin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ignore_python-0.3.1.tar.gz (12.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (910.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (939.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (909.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (939.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (969.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (910.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (940.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (906.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (937.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp314-cp314-win_amd64.whl (767.4 kB view details)

Uploaded CPython 3.14Windows x86-64

ignore_python-0.3.1-cp314-cp314-win32.whl (669.1 kB view details)

Uploaded CPython 3.14Windows x86

ignore_python-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp314-cp314-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

ignore_python-0.3.1-cp314-cp314-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (994.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (969.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (908.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (939.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

ignore_python-0.3.1-cp314-cp314-macosx_11_0_arm64.whl (854.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (967.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (906.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (937.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp313-cp313-win_amd64.whl (766.6 kB view details)

Uploaded CPython 3.13Windows x86-64

ignore_python-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

ignore_python-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (992.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (908.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (938.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

ignore_python-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (854.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ignore_python-0.3.1-cp312-cp312-win_amd64.whl (767.1 kB view details)

Uploaded CPython 3.12Windows x86-64

ignore_python-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

ignore_python-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (908.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (938.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

ignore_python-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (854.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ignore_python-0.3.1-cp311-cp311-win_amd64.whl (766.8 kB view details)

Uploaded CPython 3.11Windows x86-64

ignore_python-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ignore_python-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (908.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (938.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

ignore_python-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (858.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ignore_python-0.3.1-cp310-cp310-win_amd64.whl (766.8 kB view details)

Uploaded CPython 3.10Windows x86-64

ignore_python-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

ignore_python-0.3.1-cp310-cp310-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (909.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (938.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

ignore_python-0.3.1-cp39-cp39-win_amd64.whl (767.4 kB view details)

Uploaded CPython 3.9Windows x86-64

ignore_python-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

ignore_python-0.3.1-cp39-cp39-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (909.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (939.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

ignore_python-0.3.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

ignore_python-0.3.1-cp38-cp38-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

ignore_python-0.3.1-cp38-cp38-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

ignore_python-0.3.1-cp38-cp38-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

ignore_python-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ignore_python-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (968.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ignore_python-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ignore_python-0.3.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (908.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

ignore_python-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (939.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ignore_python-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file ignore_python-0.3.1.tar.gz.

File metadata

  • Download URL: ignore_python-0.3.1.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for ignore_python-0.3.1.tar.gz
Algorithm Hash digest
SHA256 a9c691ca0f5002391fc10c7d8c29859d38594b4751a5eb43f95b5a9f7bda30bc
MD5 e743af54ab6ae3588166e10394a65320
BLAKE2b-256 5ac139cfd73def936e6c9c06ae6227b314c90f7a57d725cf1cd15e3f576906c6

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa24e417f987b50e1e8d3d5cba3eed9ed870c2d40c42fe70d2a86d2239ffafab
MD5 eef911feb6751d2756ae97ad66039637
BLAKE2b-256 796979ce65201588538c4ac498ab1e8fe6c5886a636c45007ef662cd72c74108

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f56d3a02c68cc5455f6f52709a43331da9670249144a4425d14be413936ab3f8
MD5 68c0259dbe216cb9a3df6f35bcfa06fa
BLAKE2b-256 0399a236cfd92665eba4b1203d8423ada044e2da0f19ee6eaba2b871ac9a8fb9

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 209ac051c485a99548c7886efe779001ef75326eecee5a28a02e72fa2f4d015e
MD5 bfbbe22417bec0758df3fb9c4ee81763
BLAKE2b-256 0ba25a78565c8d8d0e6730868f09fc96e745ce006d3492d28de0f18693667692

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ee11a3f8fe173bb694945bc52f8690ddf15c71fee8a07071fa24aedbf9d94ae
MD5 4c8471839448f4677ea0d1b398368fdf
BLAKE2b-256 59353b2ea5c34173cf01240f43b59b92606ed000e81e3430f7f90dd82f867df0

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2386c84efef666455482853f0c3cc72ea43bae00c2bb0cbd17c5bebf3f8fddb8
MD5 c400e5ce7839165eee910dd4d57494ee
BLAKE2b-256 976aa195dcc2b11c235970033b460eb46aa1dac17b78da586716d9e77fd8ab63

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b68708db73677944248c359775036044f40da74f99924788a37b3d28e04e422f
MD5 c2b4f5b89a9af62f42abe453d3f906e2
BLAKE2b-256 a7d4033c36d82b8dae3d2b3e4d903c4b79edd8ffe53a5e009f1d9ca4b2f9c69a

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 582d679c57e23ea2e7ea74cc3c52c2697f57824a3544541f397fa7331fcef101
MD5 63eb47c6bf5db8a69e0575324a529d5c
BLAKE2b-256 a515e06974e2e1dec17cb9a090e0cc718950f478e0afb568bf47387cfe1da6de

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 51384d847b5c3f874dfb2431382da7a79c1db6842b27ff8513757ab5f7dc5a05
MD5 8fe5b5a7865f9bcab01849edf398012c
BLAKE2b-256 6d4103ab40a8ddb33e226c5e85da9c2c767957a5d2fc337224a211ae5163211a

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16791deb85693d7b394d37bf0701414d068d43300a4bc473005641f41294170e
MD5 95a357ba861af0d159aea4394d44c0ad
BLAKE2b-256 48c4c507ca338c40905aad50427ec982da2b39e4ae29fcd7f0a6f07a31710911

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b570276c66d50593d40935ee15da7c73435127b9baaed2e569b80c6b1d7fc99f
MD5 a0227be23ed61b59a035ac2323ed76f0
BLAKE2b-256 82c3648d937e941ec70962b1916d1f9edb4137e01defe8381d393e53b7f0948a

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6b714bd2c0cb20c29ebb6ba23ef5a077b1e53e7b51b9fcf2be27087839791d8
MD5 24060dc4136c473bbd4e9fe4f594e46d
BLAKE2b-256 c0af3831a57bb22aed111d67da7338b18f6dc0f727e54501c23d25082dfa4be0

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 21f59934bea66e896deedb21f9738486753b83f5990637846c1349118014a612
MD5 f9de4e5a558354078246be2e7ee35309
BLAKE2b-256 1ec76acf038a57d2e25d0942da2f3be24f91b999470471f65690d1f7707372ce

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7a31c49ca80dbdd4eb364f77b1db027af5dee68f6a01622f9d8fbadc269703f3
MD5 778f891269eb6ed208fb8b2b2384b5cf
BLAKE2b-256 c5883353fab33e6c030cf3cd95ddb9ff50036e529a58a5a95772fbd48e7c9b5b

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 543bbe9c819dc31bdc4ae5d777a1112304929fea6c1a763d592c4e0829f230b4
MD5 f68982e5ffd27cfdf439f0b465f05bbb
BLAKE2b-256 144585d7f9c282572f4d38669865d259b7b2fe99be3b798801a953c2de6a3f94

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 087c29dc8f4de0617683be22b2e4fcc92015862f1ca984bb66b86cc9bd6f4212
MD5 8acb531f7b0ad2a80303b570f2c39b18
BLAKE2b-256 cd0f1d8ebb13d7b5b9d4cdbded87f047d37a1b3831deb9ec7610f173f882318d

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4032309f25decd3d6ee745e2290fe4248481f68ac0556238fe451d2aa231df75
MD5 69ba11f2554d143b8c34afa5d9a29d76
BLAKE2b-256 0100d426abc9ea8315f923852d8e8a69597862af83bf023f64dbc8f189cc383f

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ec7ff2254edc3ade6de939cb216bb4a5068532760dea1246453503cc39c0d60f
MD5 d43e722c7d95673904e8fee8ef06ea5b
BLAKE2b-256 c3f9eb6da9cd6e92e1ddba245e08cd14aa7bc87e8ee2c35803b430a73d02520b

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c45f1df923ae6caecb5ea60e681691e989befe3c1e2212fdcea196831ab7abf
MD5 986f82093d826fadcdabf21c945574f4
BLAKE2b-256 837c7c882e16518625a40a1d33257fd82246c46616bf878e0be27a3b9df1f504

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18c1e98f3766804107d7ecab06c260b0c646a31873c50f3918744c1e04064e98
MD5 f457c9f9e53f80eb9783ead72b100845
BLAKE2b-256 e3992a40b9c534d8cdf7fab01995f73931e0786c6ea6a8249cc1efd101795a47

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7a923d633d93bd0ad3f9e59b8ca32f36385db250e683fd9b2c1ab3d642bbf15
MD5 8be2e3672bd5ddf81fd9ebf16ca07a23
BLAKE2b-256 fb3210dcad6eefd9b4d987ecf468a7cfeaef146aed9ebe5023fba2e11dd9c542

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 42c866a1f83fdd5f764e9ca90dadb1cb0bbc3436827fecb323f4433d91270b7d
MD5 61606241c0b0eaacddd4163e1eaaf5fb
BLAKE2b-256 c6be1167dbb2dcf8e1343446f1a09fbd18edb6380d307930df8bd20e0cf3062d

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3c4276905a17ba6125386bf4595e68a8429c3ac7130602a9446f6e23f071837
MD5 6750b67d5ce261a09e80289c312b6456
BLAKE2b-256 d0ded6664de8fa42b26a46212a6b63ca24562773abb2ab13a9fc1bcf0010f9ef

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4bd5617ad68b72a2ada18fa950aa9bd15f4be367c18e972e0750be677abcc5ad
MD5 eb5fc5440476f2209b17038fca5d707f
BLAKE2b-256 952170ae82f0d6803fe1069b6f070f7fb2e4aba52d8ca7b245ba047a9da995c6

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7970505d9fb7dbe79970c247719c7598a28b9f88efc2c8ccda27738fac751a72
MD5 1fff73d765578500f023894857a63fc8
BLAKE2b-256 736b69f5fe27b823e4776ffac643c52b39c6be0d80de7e6e1e014f27d4b26286

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a3d3c691b802d24977f3c58189e669321abf1c996f47cb4a694cdecc3e1fe980
MD5 06546021320e1e16de054163c123585a
BLAKE2b-256 03fb08311d358f7adfd0717892d6eee6eee1ce804d30fcbc00abd5ecaff37c91

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80f78ac44b22dc21c306f0ccdd274c1934012a1c5b3323897bef72d0fac2f129
MD5 40e011b966d01cb2c64d1f47c769cd92
BLAKE2b-256 85613c9451e0690b9a426c6519028f26bd3c61e89f32bf4747ee5ba08ea1178a

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 654801392603b04ff450522354a8717d8ce16081ca63c7eb4f3b6e3332ff0aee
MD5 d1c35bb974e66ff300c94fa823568e9a
BLAKE2b-256 08b2f6447c2cc887ea8c0804e0e232dbb10967b0d348f7033605aa484af63e37

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ddde1581459a129dadfddcf1525d78537f13d55577f2e87261e454df05148969
MD5 a9eafc02cc74de5f4e974a646c926471
BLAKE2b-256 23747176dfbdbadc7fc7c253ac299fc40bfbcfa5861dffec612c0290c158fb48

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a139ef459ff8f75fa1d556ba7b295083ac128def68b7003ddb341ce3ff99ea7a
MD5 a081a82f70e5802677805ccffaf1b7fb
BLAKE2b-256 750b09be9c5fee825bd57544d88d195e8fb032443c91078ceaaeacce02e4de8d

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf93cd63583ff45bcf6f4fc26bd455681c6963d8363e57a9cbe5568f6db14927
MD5 71077a17ea93c8ffcae4573e557de4d5
BLAKE2b-256 91d981b4fe73406ab9e09205bafca18d49789873755722f8880776f88608f3dd

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e5bc7b4c1dd9cb5b845ea8d37bba0f95f49f588f70c122865b9e741a293d6ff
MD5 f7f0141c0b46062395ff2355ef430689
BLAKE2b-256 8269eb7f94a2754a6ba59298506f9134e0c48a7fa7979a00564a409236513f74

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e5747b4ba2f92e13b779e6b6385c5635318675435829f025ca3e9fb6cafe93b7
MD5 7f504ae0d92afcd66d117700faa558f5
BLAKE2b-256 9f2a37b86619a262bba195bba3d203036ad6a92b6e597d1184033c49377e3e85

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b903d0cd54e3eb2f69c6ce9807cbf8fc879d0eb73a5a9047d5e701200b6aa10
MD5 cae95421446baac57d40cbb0fd109b34
BLAKE2b-256 3a77be022667fa642f0989e3cbe31328ffe58d3497010543f0124da0f40b5dcf

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8526e95bfb791d4a7db288175cb29d99d58126883715e73136c8b87deaef4101
MD5 16be8ac9eec5b0b4f1bb0f5a2852df24
BLAKE2b-256 c4804a0fe5190965c05c69c56fb864a4730293dce6823fcd9886c7dd67020082

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c529580d5c0940404dabb4bd34446aa7b3326ceda84d0302cc9e11ae2090b6e2
MD5 c6a1479881c0694a202f47a130ee39df
BLAKE2b-256 71eafc0edb902a42e1f1215ec56b3872a689658eb37e418d211c312a30d6a30d

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0ff5a6e7aa75d6d77c8a1056183876ef82a22655d0b263abc7acda9514574d29
MD5 2d49beaa5c487216d76c63c89f979878
BLAKE2b-256 9abcf346ebb009ebc51f23c23b0977a32fd806132ae8a6b1d2c31810b859a1cb

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7eb518630d68b171bef31a7895bd1563d1dcc980b75c16c8d205b6c6e07dcd5c
MD5 8d3f04b50e63d9cf975eb90297be7bd9
BLAKE2b-256 17d7056c717e04eeda91e8cd6844b3f5e5192b2eb31897121716fb782c93e8f4

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8bad994adf33a01772e57ad398e9e5636d497b50c3f70f948af12f040c040eef
MD5 a61078cacd527cf1a50732bf602b0d78
BLAKE2b-256 14241d3a403a11139c1c52ae9f8f5c222dcf9d9760a2617aa5e6a3ffe931750e

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cb75b7d3c7aa8fc9e579362e574146c052ec3ed8d2f7e9ff7af07fc8f8e3f991
MD5 e57d804c27267bd9b677512bd53b957e
BLAKE2b-256 026482cb50c805407364ad34c1faff6e4def7dc1d3b145eafddd708f1643f766

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11f32fe5edadd8a6f27f5a431064609d7c08db249803843b3d2b99b4267a3d31
MD5 d0982df6a6a282d84031612c29338e14
BLAKE2b-256 5d3c8f1092e4cd9ed53c3c84b508e136a50c81f4c59450e1805620d9b0511980

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba7ff62f5c5be0f62d486a3f9de4ebba1bc99df9c987457aebbfd86e053238b3
MD5 57118bb6f26fecc74a0d2845c1dc8b14
BLAKE2b-256 c8b3ed32ca6092e7ef96de9ec05c972c52d32f0c95e8e8315ace3c5e3ee01195

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 978d7ecb698bd0ca3da97c1c36aa3b8e1e09964b73f84b92d4c3fd8649cd5214
MD5 7a16abecaae10b1c01340cf542c81725
BLAKE2b-256 205a061d001e856cf4fd6237092a9d3473797d45f97119b272f820d9d710751c

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c49b938779439ba6ce7a69addd2fe6b91fd254d69772ff2336e3321b7916f7d9
MD5 ebee89b40f49fef738c4d97eb26cc66f
BLAKE2b-256 bbc18cc90c6903f895245f18eae9d06300818e7b12029b922f3cc3905c66f8e8

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c33ca8ef82a0e26219e0d5559c922c7600acdb3a0c7117e9c0a6750e28f9d257
MD5 388f160f352a7588bee8f47ed22f8083
BLAKE2b-256 e20fbf1e37565c29c192532a34f8028918be21e883e8e55696faef6d020d5056

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eddb5ac319fbe725eb142e3d438af8ef5004ad2759c36f9f9bf305142ac5aa36
MD5 9266ed0a20340d69995fc07e2c576672
BLAKE2b-256 d2567e8110f01c5455b3db70290ef8a0be91540bf8152d25faaed16bd4230519

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7604248692b16b4dff8964fee55d082f66516047d8bfef2fd9e00106ac64d58e
MD5 a097d432be515fcd218e3d4b7f0838fc
BLAKE2b-256 98b0d3ad3a731a881d5f10e29a5b62fefbaf6c09c1a3e12aab649f19082e57d0

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76c354f4b719e1b4b98f9f8f4373c1da064d0acb9aaceae3ea26b0856dc9f6b5
MD5 6648a19f3fe57f4e4828e595c2395b70
BLAKE2b-256 44b1811939253476aec6c07495b2d22a0f7200134704266cb922975bdc50fdee

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17c97c47f40e338011d8e11dcdc5cd711fef370825d15916b7af72db8826d59f
MD5 cef364aa2f3dab1353323353f81331cb
BLAKE2b-256 e1b634bdcc5cf547b38fb28b0bbb53f57a032ed69119faf5484b01ce44de1541

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fadd661e5747ce32b24c3e34d6a1ca9ce2da44aeb37367861e073f464d05ddb9
MD5 2a2f50972f5219800577cc310297c429
BLAKE2b-256 5371b979e9b12bf065b1469dcac842811f90c5a8c6f57dbb8252fc5aa0d4a892

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7616d8dbd80d5847d582e535c306250d0e7a3f6231efe63bce65e55cf0429397
MD5 3d96b601b5ea3a1858a47cb58b75d409
BLAKE2b-256 124dabb820fe7975f94eb6a1b1d791bee5c8636bd038d7fc5fa0c3e1c4f31b3d

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd51cbe5d324ce5951881bc2599292b9d41fc5449d7a7d583f43d250f403115b
MD5 a5e09222bdf979d1a4aa8ead1566a695
BLAKE2b-256 09bede092c0b9c3d100710f87de28d40c62d010c7df7c7da5d03dc91e306284a

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be994d013a6b25635cb89911b48ffe3e8b9760c833954d9146b7b92da58d5de4
MD5 cb6204f5dce77dbdf6306c02a15882d8
BLAKE2b-256 543848657fb224e93c3944131a3d9c76592137ba24e7f214e522a8e8beece301

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b877c5c9483311b6e1e0c33eab4135830761f663b741e763df46effcc0c58b40
MD5 a5b51af180e084ddab525624a8d9d846
BLAKE2b-256 7d9506f65dcd881ad2758cfed66abb5d151a0a33881d58042683bb9a7781dd3d

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b0319de2fbba792fc54370a5e7e384a866815009dd2ea36907234d326c934de9
MD5 c9588690e3c31fc57a28e1945672e1a4
BLAKE2b-256 5f5d2eac84a4900d51b0c81c6e7c9929dce9f978dbb665601bdbe0ca33d03753

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa27c8bf3f64b44c7b947dcf34d19f012251f30184bb41054f699189c413f5c8
MD5 d16dd63798776fc1103f8226af3737b7
BLAKE2b-256 e93b8e826a4d78ee955f73b4b8c8c9d20a7b872a380fc284a28345201f487528

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3e4f0764fed6647089dc8097b438a4497f65652f3ca0f1398e7423fb97cbcb66
MD5 442fe91e97decd1d09ac6ea07551f598
BLAKE2b-256 95cdf4c003a04787a93482d7ed5f5516ae67e9fec4896b093fa9720e036e5a25

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ba525489e4df67f51c581f3c9299103e7062b3fa3491ec065d74f534cd3dbbf
MD5 bd0dcb8fd7cc937bbc794d73a3bc7654
BLAKE2b-256 7507bd7ced963fad838e06c010f29e5b66ad6b5bf4e505640030d32ce707be1e

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b3aa1866361d41c9144ca26992f0d413f821b49f4fffe9ba63a1819519f83b30
MD5 b6f790ef68277141f1da89dc4292e7de
BLAKE2b-256 611e64c103123207d8c8a55ef6ba97fa68da90f8dd31d1ac8a85764dff333b67

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9a8b4b5e1415231a6b8a2f5fa1b1ab52d8843b302193f4824dae9d0918cc94f1
MD5 400d19db14a09b60f5881058e3baaac5
BLAKE2b-256 6398a3e0b42c3a584de66133a73541e70faa960ce695a1338a0eb76344b0836f

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 118b883e05b62b83f7183ca840bfd21ac08be848815320bc68af84fd47898672
MD5 ded8347f982dd8caf939c7a54e1b2ba6
BLAKE2b-256 f4b74f953257651edf6fef2a7c0e654a0316e76ef154a2e52fdfaa7a3a080fa4

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 427351b2303547de08988c9ff0b55ba7133130697b270d7d747c26f8c4ede4a4
MD5 5f8e3cdde37cd69a97d85d3ccc77d25a
BLAKE2b-256 78e91e401412ee22299b1a69e5f1fbf05b032229c0b8555073cb2d536a9b6c1f

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b62d68cf19daac17489c28c7963e2fed92a13a76f0eaa3744cd2dcc953d7edc
MD5 4699cd15b03270b572fa81acb0d2f636
BLAKE2b-256 cd89b62216c2c04bd8e3d76f00a2a4cf1800409862a5d7336c4414ddd6cd9892

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6022dbfcdc613f32b69d495f4bbb057a55fec84e8c83e247e8ec6faa8197825d
MD5 dc9fc66daa5431fafc2cadc26f55b7f3
BLAKE2b-256 94b5ab213b3edc38e6d8abb77006d92915eb2f3480eaef78e32a374264a8af80

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c6a7e82fde948d92d76a392312b170551f37e7430da6d769db544472c39f9d8
MD5 91e5fe5ddbaca6e5581cdc0924900cab
BLAKE2b-256 59f49a2210315d2d56d827dab6cb0aa865bf8630034e30cc6bb4064aefe6540e

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 203e35f0af15a58f093e4f9f20cfae7e1dc84cd3e9eb6e7b26352b5efb6a67e8
MD5 9ba11375b42dfaf8d907ef2a2088c2e0
BLAKE2b-256 195666e25545ceae9a324fdb1eaee6ffa3df9736705fe04a7083afdb144f4693

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cd02b2f6f180af3f22d8bfa14508893aa18390f3f6c3845c2410959d8209a2c9
MD5 73320900a76d12e6db349a7ed38566e1
BLAKE2b-256 84eb2595db5e460777467bde4422a7441d23d9e3ecc2c4480366a70fd897f570

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 850aa738c7389a003c5fc3cf8b1477c787556aa54a1e3ac6863785f2444fa356
MD5 19895ab90534399250dcf54c8c299f99
BLAKE2b-256 8537444da7cf95d1142b3155fd31713fa9cb2adb7372543060c222474ac2b1e0

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b20a1f098a74dd56213d6f3e644c493994cfbebac24098323ad58a0eaa1f165a
MD5 2ae17a45f67c19e6ac97adda06a3af24
BLAKE2b-256 2de69edd828b1c0cc8d3aeddf1bf0e279ec97032f5207b1115138d8be01c2ed5

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fff11fb094c7d4789a55ce800e8cf1c92b101bf4f012313f0d2f416d45c1557
MD5 55bb66b006eac0a9a5bba256e4cabbee
BLAKE2b-256 9239e868e6ebf62c7d9a3e7130fcace7f0d719349fd9d10eeab5ed36b79c115a

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 72b36dd1c8ef956f91b2e0df8a7dc922c7eac5e1f47045c374f67dfbdc7168fe
MD5 1f2564fd83fa24fc27e67df09a33c390
BLAKE2b-256 321bf1c3dea89106e76d1de5a6eaf6b25e92ce95b97c2845b85a7d350113e3dc

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 020bad52cb76f441a2cf38eea8c775f7a864bb853bbdc52df6646d139af4131d
MD5 67dd1f2d612720e21b3553b17b6de4d3
BLAKE2b-256 ba4931c9bad63f924a428dfb26aaa5dfdd999b82dfc42cc79b8de447187b0032

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bdce4a4aa7275e74853c2209483fe0726b9bf1f4ad7efa4337251c4b54cce433
MD5 8c760169f7b83395172361c725a0f314
BLAKE2b-256 6c744d49ef3f3cd50c4ece192f22a6826cc7f5912161a2c99077ff6d303d3c29

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f85f2424fc8adf50ed1fd725ad837c8a9dcec65930d14a8b22ade631cdce39d8
MD5 bad6354a69b1fbaa854f440e59351cb0
BLAKE2b-256 ff9113ea4f79bf8e0e364f67d6c1bcb93f831c65f45997fc6dff2643f765fc73

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c39c514282d232c399a9b6e89d916fe787ae6706528b4749b877908a70a28f3
MD5 b866537f1930ee25a293d4875df426ea
BLAKE2b-256 8606b45c35a9ae836dd854fd07610b68c9bdbac010fcbf66585cd40d724c9cc5

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa69e9a84ec46bb6ae9f3b945fea78ed1e3eab4be7c777615514e74336c7fb0d
MD5 8551a9f0d45ff036b7d5674854ce0256
BLAKE2b-256 71b18c081ce32d4b31b02ab1b717f5971ea7d2ef061fa10e0708f532e2d9f8b9

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 17db7a30f5703eb6118f5f600eb31cc1e5c3e8253b6393acd128a5048c63811e
MD5 74830ab2af10ee725097aef2a2392852
BLAKE2b-256 efa637c2b2075133cb580e2ca53ef70183fbee92aee817948acdd7a115e85a66

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab2eea0af4c07a13285d5f4af6dfd592ea2b0b2a946058f6d3ec221a416b9b6c
MD5 be6bdb9fb53f7b3b74514c535c70e183
BLAKE2b-256 2915939fd099bdaac2bb35d0787e72d9426cad4f911bd142723c3726dea84154

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1049aeedf616a979520d51c8fddaa63bd6e58dcfcae3d32eeab003a8339470a1
MD5 b2972dda9c793246264429a5ce9215e2
BLAKE2b-256 3ccfbb698520ede85377f621440870afcaa3120d2ef22aa34e11c3c51f2c1fcf

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffb5897f2f0e2890b6b88ab91de197af08da56ba6d1aee9681eb183e46df2b13
MD5 a7b6a64f7978ceee87e36c0f70a4b798
BLAKE2b-256 97eb4f575f0d819f86f23141e45d486939db8e781a02b69eb611e430259d0d9c

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b408cbc6e58589910427e14c702d6e3bea1f82fc7ad75ce7e3c8a11f588cba63
MD5 d9b580ee74ba4256ad0f2c5cd5387886
BLAKE2b-256 36cfa480d8702265303b321a8ef60fc2245860dcf6f94c627fe0f6fa8a0306f0

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a64502ed8ad67dd55c7584d74d94ad2928f00fb66e9a925d90eba7d9eed9d22
MD5 4014928aef751ec8eec7b0433524ddcd
BLAKE2b-256 3cd070498d5c3a4a2f930755129141611bf55f3cab76772e0a04bb22b0e83a43

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a32732917da119b0cf926a5c0227f7525d32ceda72b870ba9cd5a7698299d6a
MD5 dfb872dd8507ca6147a98ef13c453a36
BLAKE2b-256 b63d2927fcdb314d2c7fa20b413373ee76ebf7cd47d2c65f9b6e2329a8fc1175

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8ab68ec7a4019b434f3f0f2fb4c5ce013fb19eaf85554cd9b4adfa521856c9cd
MD5 a04f001b452eb9fb7aa7cf6cb43b6560
BLAKE2b-256 02afbab0ebdfc8cc556774e281b36c0f10658306aeea11dfd1bb541432093e38

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfa5a5d59f86fa0402eacb7976b90e8dc7170b07b9698454ce76fdb0f6d193e5
MD5 1c6a2d441c598012a14caa6a28bf866f
BLAKE2b-256 a9b793036b6a2711cd3f8cf49ab3e28654a351079c19aa9db8dc448736f10da8

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5983921a40114a68343a682d59d3ffc4e562d4c828bee96263adb47e8a2f6d4
MD5 9f0375473f2121a6c4c36883aa734c0e
BLAKE2b-256 c23cbbba0999d844208d33957d08ff35968ce8be2ba2324001250384bfdea88c

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd26e6b4caf0a136aced602850cd5909fd661e6981fd7575bffb1dee83c71302
MD5 3340c7279938b3dbe69bc2ab8dc0439b
BLAKE2b-256 f5238ebb2055b78869607bf90a0fc7230fc0b22dcea5f246623127bf7743faef

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3ac24be6f32fd1d23ef1d4c17a76925a7ac1d59d80895f6b8a43d1a82d25b4d6
MD5 438df9e555f0f05de19358191e9bd2a5
BLAKE2b-256 10fbe3a97c2184c4b54d75b69fde7510493066b6d75ed8e55230e690fa8c3898

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 918cf4bf394bf1ead5d4b01da635d71308fd2778db8ae8aa5996f1e57947cff4
MD5 3d4e89c0f3b33a5ed793d0c08f3bdd86
BLAKE2b-256 b28ce021961951e7c0a11cf9ba92214eb4772e594b89d316b0d1dd4e02d21609

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b9fe619c376b6e0f200df561ca8159a6f5757559569c18931a8e0de698d3896
MD5 05fbcc5a889e941807f26d0c9a57e321
BLAKE2b-256 0fc2525a7e92ed89d812cc5f9b33d69426f6453e95d94da3293aee54ec316981

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e7d951029b12c53a04857039da5dcaa613606b274eb4d7f686e9aca71f23c93
MD5 e63833e679f3ac42c1ca9c0808af5542
BLAKE2b-256 5613264d2b5aeb48d920038a15bba84bc000fc9965882849cf1892d078cdd7ec

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9ae47ebe3bdcbae5bbeacd7891870b6bca4a81cd331e508375e65f8d24258d4
MD5 024eea24907144a0883fd889e940c583
BLAKE2b-256 1ebe1e67c16ca9f710bf5fd64af04a11f604e8813feca5e8f1910d0e267331e5

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 16ee55253a503496e87c5bf19ddc8af8f0fdde4c10ba432a3d1c289c79f34b69
MD5 f7c13abc797ac9399705af5734e07caf
BLAKE2b-256 363cfe9467b79330a2061dbbd77aae515c59c0b6a5773ad5c3e94f25a207ba07

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bfac6fc369d3a733c0ef7b0f628a157124668f8316c8b9081a3c19eb43c9160
MD5 ec311983420e9b3c8cac9ca41c40841b
BLAKE2b-256 05f3932cafa8c68832b798ee71a33ca1f47095bb437afa697205fc2e0b759282

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dfdddeb690012d9a9ec19135757824089297a511c76acfcfd0d61e2aa25544a4
MD5 444b98e4d23033cccafd9fae59028883
BLAKE2b-256 9a859c80348c481f7e0df68cd285543e5b6ffdbc75f74360f92963d9b0c8cbe3

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 209dec120a6e4dc956615144c2aa56ffba99d2f4196d422f1f0f6b2562546ca0
MD5 64c05832ac560c758c1dddebd37d364e
BLAKE2b-256 29521aeefd8fc9c46f67cfb210c3785679ce3474ce29446561b2d9d67ea10239

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e2a1961766fedbf31fb06c5e0b0becb542b29bb6d0d596bb62da936ada0c87d
MD5 dd3061722bda37696f477164093bfc37
BLAKE2b-256 12aa6c399fd0941ee9a8a619187f7d8a944bfef10ede9121240f32e8d478df10

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2469fd56eec59968de6994735d7daf1c80aa9286f07bcb0a6c280b2c2c8e5665
MD5 4b5440e9ac3b677e6595bb4469f7c6cb
BLAKE2b-256 8df484e62d8c045bb546441248e1601e8c317027b84cad46cda9c07e57b41941

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a47d5a68a2f18dc84e7966b9866cb8ca777f7823f56a5f1815b34e4ad53cf802
MD5 ceece920f9c414b343213401a53c2026
BLAKE2b-256 af9dea68385c1f920864c3863e0fe78225961f4a2ad467a30f0f5ba7c4858db6

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ccba4901e0bbe4b1094152db7d0336a692e513acd978ac77cfd0955448fa2f6f
MD5 df560144fc482a1ca2f2ecf3909ce41e
BLAKE2b-256 972508afac662766175bd175bf8e81fcd5aa753164a6b683685194bde39a4305

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 023a7f7edec08f3077fdcfd5a4a99faf60d8a80afb7c4f848bf55bbaaca8b2fb
MD5 6cf914575a0cff1bd611e4270e9759f3
BLAKE2b-256 07292a1f666d5bdedf4efc8740dacaf31d66304b1aad82602a7d015099a83013

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1831035315fad08b7b8c16c7a6bcd7f18bd29c131813bb4b68e89746f5781a96
MD5 5a163e5bd257cda32560e29bd614e204
BLAKE2b-256 4036badc4b65cf480a372abae4ab0f9d8f3bd1dbe50f8d1efdc944476e4c01c6

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f978dec2d8095b9a84e8af5f71a4805d6f3ad8e7dc956fcec0c11245231b6cf
MD5 1a05feab9d035d2eb02020f57d76e80f
BLAKE2b-256 1d01956090a17886f8e0e1431b9cf399cbef3d0e503eedfd328d5db48549d904

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bece8f718d9a71796b60220fa085f78356eb043c8f82fca5886bed9e5c8f1e1b
MD5 d41fe7682eece84a51ee04ff6b31ee43
BLAKE2b-256 21a69ff81462b593f04b1729bf5d9f8aef69bba62ea493f470848b2a8e908791

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a9b76cbbd8a85fa09be7a0a95e99215d1a7fef47790b05ad18341a2bd5a73df
MD5 396c68be4f878ffce1e72ae51899b8a0
BLAKE2b-256 84b77a5291e4cdfd635a9ba42bd920af9aa1a82d8d5e52a9fda1fae57fbe9ff8

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 502d87a1f8b4c562f91dd8d6410992e955ba9cd3a46e04235b8827683bb37a63
MD5 d537fa3e92666f7a3ca93d88769ae11d
BLAKE2b-256 7ff8c95932fdfa86300c0561ef77817da76c9e056f45681f55fde29adefb3bd5

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a41512304098d1c5964b2e23e4b8d0bc0a90fa5d21daff9be3ea6e3462f41630
MD5 cf097d576c9ce7025564bc788e441dcd
BLAKE2b-256 372212f4b4662d03c8664fb47eb09526aab69a36c3a09437a218608bb6786dfe

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6756b414747e7c4de5a894d7902e2b083e8887b61c94b6151c2741934f433cea
MD5 91adc6d1bff31bcd142c3c2d225d5653
BLAKE2b-256 e9786c1d098915e48a901d8fa5bd0be18fb3413cc2ecb57a70123a3553fccc0d

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d857cf15a9fe674ea9502e4e88fdcd2fd7097a0a770456ef7e2045f74407bac0
MD5 8afc58b99b2c7b46e701151a113dc17c
BLAKE2b-256 f539f02c3cba95dfa271c7e5d50cf096c359c77072b36b00366548a9b0f52553

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16b241ba57e9f5d250a82991d66809ce4142d9def529390b64c807e00021640e
MD5 37930c42a1db74ee24972f5329c7d26a
BLAKE2b-256 a1f930a3d94c57e9fb93a324d15346f3e38890ac3f224f950394cf0c38a4e636

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f6db8c643045a2fc0b21c7b1a19639baca6175a9bd5f3525fceac66fef3814d9
MD5 f5ee3a6a6abf14b96c0f548ff429fc42
BLAKE2b-256 52cd7040d026cfd8efea270b9175508064831af6503c336090863cdd27b3aae7

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da4f7b811a48689a32c35f7e6c503fd587a5f8d38dbd7c0503115bf4e7f8d330
MD5 ae67a60c3a7213e9ab618b3d333f9285
BLAKE2b-256 21f2226b98944345805874336cca383b89f81f0892e2ce60ed4719a6f6a48275

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d23ed8ce9176e3597e471361bbe6d3cc09f2fd71e73680922145a053470bac98
MD5 f4b8c140576d13714d77f86e2643c2f5
BLAKE2b-256 23472e4c041952cbb228f63abe0f59a5431caaaeb74900677fa703d18cd62785

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f98e0d67f23daa78c5f7c763e05531055ed69ce6bca4b16cbcce8325d9dc0d21
MD5 2fa9c921cf2a2464296cdab5dee64db1
BLAKE2b-256 730e00c3fa7287580b676e4f23dd08fb73200f2003927e101b695aa37db999de

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f52b50dd04614353a994b32070e089f2c73c2cd05a02c5b5b5aaa648904c4f7
MD5 201be121236a4c91ca632871d5f4e827
BLAKE2b-256 22171d04dc93e075178ca14f94f86aa544a66278c0e0a241eafa3229e1088484

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51a24c46d8c03794b2a116a721cfaf248077765c01af74360c8e6c1474d85001
MD5 3807c17d9a92f2f031d0f52b9f9ce012
BLAKE2b-256 e20e47dab511792eef65347eb95bc3bda39120a6664b1fd53abdeca957efea5b

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 62c2c2639d6c90d4a371a81abb5cea252200afc3e2fe1f5b94c666b9c9685502
MD5 1a3abeadfab6a73bc9110a0ee4a9ff8a
BLAKE2b-256 9ed77b6cf40c8bf431a61faa30675af3b1630da805564cdb970d87bd39e7b700

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ac2140eaa13fe9fb4f358dde44e2f64f707f6b5db69ef90d7c1a1f55749d41a
MD5 cee0ac7ffbdaa448eef59ffc3d85b363
BLAKE2b-256 91b3e68a3e7a431f50cb0f34372fd2f517d495eb4799abc93c6f6c4ecc24b0c0

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a265225b2f7df0764f3f9b045b9c247d2bd17de0834d5cd1f99cc5a6cde3e118
MD5 c59afe3074c4ee44e27335d4465d5875
BLAKE2b-256 52490a5834142ea4360086e9751aa770200427a1a9691027a1dacf7e696114ca

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7650068d128fe86946ac013b047f0f9f6e339444ec2e041108d488b353dad656
MD5 1e3969ea57049dba965aceeffa18b61d
BLAKE2b-256 bc1a42da0e6df57d22f07a9e714e1127810f39a1f4d4f246c1c3b09b82011eb1

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 98638ce4e0411473c734f2afd58b29a6c739cbda65022df15f09c6b6c7beea2e
MD5 4f51ebf0ca6a9b5dd3e275f3dbbafe52
BLAKE2b-256 35ea40d207bb64ec3cd060965eb696a3a51349ea0194f4877cc90ce8cbba9b57

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 027126afff71e995a4e80ec3cf58238e53bbce8d76d0ae1f502129891cb3d4d2
MD5 b9aa3fc77264e24b207822baee957ccc
BLAKE2b-256 a052346115e8dc447072e12964f1ef5d4ca545d1204f61b7c51f650bb36da557

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b31f73358726d7689fde1319730ef96b571b748a7d82994c6751b798546bba4b
MD5 a4c21de54c1a8c3feae8761cba201af7
BLAKE2b-256 0ef7fc140b24e74643e764871cbf43c961e64e6bc0302c9c0c2a45b8f6f3398e

See more details on using hashes here.

File details

Details for the file ignore_python-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for ignore_python-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 88d3de6dc6ee1e1cc332b707802887a37eddf9f5eb4eb3f3b7116fd78669083d
MD5 030212fc93e6691c24510e864c93cf68
BLAKE2b-256 5c5fd083564fb05bc1f2536f2ac00364895063778cb467005188b46ab2165b14

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page