Skip to main content

Python Bindings for the ignore crate

Project description

rignore 🚀🐍

rignore is a Python module that provides a high-performance, Rust-powered file system traversal functionality. It wraps the Rust ignore crate using PyO3, offering an efficient way to walk through directories while respecting various ignore rules.

✨ Features

  • 🚀 Fast directory traversal powered by Rust
  • 🙈 Respects .gitignore rules
  • 🛠️ Customizable ignore patterns
  • 💾 Efficient memory usage
  • 🐍 Easy-to-use Python API

📦 Installation

You can install rignore using pip:

pip install rignore

🚀 Usage

The main function provided by rignore is walk, which returns an iterator of file paths:

import rignore

for file_path in rignore.walk("/path/to/directory"):
    print(file_path)

🔧 Advanced Usage

The walk function accepts several optional parameters to customize its behavior:

rignore.walk(
    path,
    ignore_hidden=None,
    read_ignore_files=None,
    read_parents_ignores=None,
    read_git_ignore=None,
    read_global_git_ignore=None,
    read_git_exclude=None,
    require_git=None,
    additional_ignores=None,
    additional_ignore_paths=None,
    max_depth=None,
    max_filesize=None,
    follow_links=None,
    case_insensitive=None,
    same_file_system=None,
    filter_entry=None,
)

📝 Parameters

  • path (str): The root directory to start the walk from.
  • ignore_hidden (bool, optional): Whether to ignore hidden files and directories.
  • read_ignore_files (bool, optional): Whether to read .ignore files.
  • read_parents_ignores (bool, optional): Whether to read ignore files from parent directories.
  • read_git_ignore (bool, optional): Whether to respect .gitignore files.
  • read_global_git_ignore (bool, optional): Whether to respect global Git ignore rules.
  • read_git_exclude (bool, optional): Whether to respect Git exclude files.
  • require_git (bool, optional): Whether to require the directory to be a Git repository.
  • additional_ignores (List[str], optional): Additional ignore patterns to apply.
  • additional_ignore_paths (List[str], optional): Additional ignore file paths to read.
  • max_depth (int, optional): Maximum depth to traverse.
  • max_filesize (int, optional): Maximum file size to consider (in bytes).
  • follow_links (bool, optional): Whether to follow symbolic links.
  • case_insensitive (bool, optional): Whether to use case-insensitive matching for ignore patterns.
  • same_file_system (bool, optional): Whether to stay on the same file system.
  • filter_entry (Callable[[str, bool], optional): Custom filter function to exclude entries.

⚡ Performance

rignore leverages the power of Rust to provide high-performance directory traversal. It's significantly faster than pure Python implementations, especially for large directory structures.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgements

  • ignore - The Rust crate that powers this project
  • PyO3 - The library used to create Python bindings for Rust code

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

rignore-0.6.2.tar.gz (11.6 kB view details)

Uploaded Source

Built Distributions

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

rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (872.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (895.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (976.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (872.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (895.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (976.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (894.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rignore-0.6.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (974.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

rignore-0.6.2-cp313-cp313t-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rignore-0.6.2-cp313-cp313t-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rignore-0.6.2-cp313-cp313t-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rignore-0.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rignore-0.6.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rignore-0.6.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rignore-0.6.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (871.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (891.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp313-cp313-win_amd64.whl (720.0 kB view details)

Uploaded CPython 3.13Windows x86-64

rignore-0.6.2-cp313-cp313-win32.whl (641.8 kB view details)

Uploaded CPython 3.13Windows x86

rignore-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rignore-0.6.2-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rignore-0.6.2-cp313-cp313-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rignore-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rignore-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rignore-0.6.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rignore-0.6.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rignore-0.6.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (871.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (974.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rignore-0.6.2-cp313-cp313-macosx_11_0_arm64.whl (818.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rignore-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl (881.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rignore-0.6.2-cp312-cp312-win_amd64.whl (720.4 kB view details)

Uploaded CPython 3.12Windows x86-64

rignore-0.6.2-cp312-cp312-win32.whl (642.0 kB view details)

Uploaded CPython 3.12Windows x86

rignore-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rignore-0.6.2-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rignore-0.6.2-cp312-cp312-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rignore-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rignore-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rignore-0.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rignore-0.6.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rignore-0.6.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (872.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (975.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rignore-0.6.2-cp312-cp312-macosx_11_0_arm64.whl (819.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rignore-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl (882.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rignore-0.6.2-cp311-cp311-win_amd64.whl (721.1 kB view details)

Uploaded CPython 3.11Windows x86-64

rignore-0.6.2-cp311-cp311-win32.whl (643.0 kB view details)

Uploaded CPython 3.11Windows x86

rignore-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rignore-0.6.2-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rignore-0.6.2-cp311-cp311-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rignore-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rignore-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rignore-0.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rignore-0.6.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rignore-0.6.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (976.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rignore-0.6.2-cp311-cp311-macosx_11_0_arm64.whl (824.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rignore-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl (884.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rignore-0.6.2-cp310-cp310-win_amd64.whl (721.2 kB view details)

Uploaded CPython 3.10Windows x86-64

rignore-0.6.2-cp310-cp310-win32.whl (643.1 kB view details)

Uploaded CPython 3.10Windows x86

rignore-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rignore-0.6.2-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rignore-0.6.2-cp310-cp310-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rignore-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rignore-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rignore-0.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rignore-0.6.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rignore-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (872.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (976.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rignore-0.6.2-cp39-cp39-win_amd64.whl (721.2 kB view details)

Uploaded CPython 3.9Windows x86-64

rignore-0.6.2-cp39-cp39-win32.whl (642.7 kB view details)

Uploaded CPython 3.9Windows x86

rignore-0.6.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rignore-0.6.2-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rignore-0.6.2-cp39-cp39-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rignore-0.6.2-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rignore-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rignore-0.6.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rignore-0.6.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rignore-0.6.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (976.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rignore-0.6.2-cp38-cp38-win_amd64.whl (720.4 kB view details)

Uploaded CPython 3.8Windows x86-64

rignore-0.6.2-cp38-cp38-win32.whl (642.3 kB view details)

Uploaded CPython 3.8Windows x86

rignore-0.6.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rignore-0.6.2-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rignore-0.6.2-cp38-cp38-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rignore-0.6.2-cp38-cp38-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rignore-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rignore-0.6.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rignore-0.6.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rignore-0.6.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (872.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rignore-0.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (893.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rignore-0.6.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (976.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

rignore-0.6.2-cp38-cp38-macosx_11_0_arm64.whl (824.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rignore-0.6.2-cp38-cp38-macosx_10_12_x86_64.whl (883.7 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file rignore-0.6.2.tar.gz.

File metadata

  • Download URL: rignore-0.6.2.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2.tar.gz
Algorithm Hash digest
SHA256 1fef5c83a18cbd2a45e2d568ad15c369e032170231fe7cd95e44e1c80fb65497
MD5 8b316b054260a80d032e595c6951d862
BLAKE2b-256 37989d939a65c8c55fb3d30bf943918b4b7f0e33c31be4104264e4ebba2408eb

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c4ccfa785284e1be08e58f77445c6a98b2ec6bce87031dd091ee03c4b9e31c6
MD5 acd37c374a078abd3155062297ae4ee8
BLAKE2b-256 3dabf8db4231df14dcb7c8a3d6e28a9ea655a5016566f12ff64312f5f59b278c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8c362ff5067fb999e850be1db98a54b35791cea7aa2a037f7f9540383c617156
MD5 5b211ca58ff1611fa696323c3661487b
BLAKE2b-256 f233b4cfe5d4cb40bf9abfbea410c15e61df3994cc2013d2047f2e6f63014cfa

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 973794e2379b7b7bdb57d0862e5b49224d393bb6cc27455f423c768c8e84e2aa
MD5 f0859d3ea44ff8d69610ea5508814d78
BLAKE2b-256 a5a915421a3448053e236a5f82deaab40d09612fda09bd1d225ecb511b6ac802

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e314f9e95ff9a6b303591c4d5307c7f9267cee28be88d83e2f76e0acf3c4288
MD5 1c549a7b5c97dc2f7047085c4026ee56
BLAKE2b-256 82fec394efe043a17c91e1a3667e72f206ee24fac4afe3d879731927d009cdec

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbc82beee24d5fc82ca3872461da3d2ceb371acbf2b154da87db82995d18c613
MD5 5bc6e32bbdc4dc079de1118eec5937e5
BLAKE2b-256 9b14265a0a7c51a33f2c3bd61559c1cbf3061fc34a2b7fa437ecaab35afceb11

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ca6d5016b0862848d2bd1b2491ba50b2ded0e578d0c7faea6bb475831d6a076b
MD5 ad802cfa3f750bb2aa83bda6d153d4c7
BLAKE2b-256 b9f570fe4059f7f9dd7f21a56953ab30f3e9ca89c3b1d64f7e1172cee1981e03

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 618c3b01398b293320e401ce3eb70f9f191262a93d6414258e73e5e059efee3c
MD5 8f8af4b4b0f16dff9e1d8128925d0c65
BLAKE2b-256 ad7eee6cc7247b5a454d67fcfbd208f1505614a8e98c9e150db594891d36f34f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 912319d741069fc371bb334f43bb541fa9dd825296956279d1b3544097945fc6
MD5 cfc2952c74d1e37f9b2715fd97d58f38
BLAKE2b-256 42a2318afda713dd94bf2b47ebe91ceec555e0ef432818c0d4832f6272fc2658

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee1cb4eb60624a8b4cf3931b907de184a0ef963b2d76e7eb2a63fdd177fbf368
MD5 0c56aed037b239d8b30c098fc7072dc2
BLAKE2b-256 96ffbad5a49b7825d144bcb0449f43a405d06e88017f2471f12670594deeb0b4

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5a91270cd3506129fb22a60f88c177dc185f49c07cf65de57515be5851ae53b8
MD5 1d570234e47279d8e39ae71bf1458861
BLAKE2b-256 30347fd0a9100bc005b11b1dcee01e6738c0c35478b51639ef6d33af885776a6

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2071f1b70b348a25195149c5e2c09486649b4127390c54349272668a7d895314
MD5 9af2b1d81f6c543f5391a33850195c20
BLAKE2b-256 60b2d8aff59c6edcc9865571580c91483ee6c331773994486770293cd7014703

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bd26826ea6077101f7f25c2968fce20d3c8a01a7a18665ced682ce89e64c68ed
MD5 4ddb7699c2cf56b1d2650bf2e90c4791
BLAKE2b-256 c5aab446e4d88682aa3d535460161fc8aae3812dd528742991bf3d86a948debc

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3a3c532cedb25114022582465d66958dd8c793e96e17677b8660dcfe8239e1d6
MD5 1145d172a63fa6ee81f8909fadf6f11c
BLAKE2b-256 dca69a7d3c267c2e0edb7fa946766545376423640688a1bb218e7ff4efbfc8e0

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a73660be1dd5eba7f6be8ad4f6726d429d438e2f15edbd30e1e2ee2fdd674630
MD5 95b1e6eba91cefc588463cb5413338cb
BLAKE2b-256 15a8f43b4944e31ff525f0017b36234dff98805c58387515c7df7e37f32fc355

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 679ea98f5796579fadc32542f7a345c0bb22bc872d8d3f3901999c344037cf2f
MD5 4a9e5c8804f866c9a4cff67f7926f40a
BLAKE2b-256 749aa467b8b6dd251e149675f7280968802d3905ca29ef4ac2efd5911430f77d

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f896d3a44cb395c89317d4920a1af459f63d2c467edd5d46461446647850454e
MD5 1c2ad24e1d4892e4ffbcb1c84a0784e2
BLAKE2b-256 ae489a6aae123b173c475087c43c1d16cd1e6e185bdcdd217c372787cedbe1b6

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 150e8d29ec2c9e3eb9c5fe92ec4e4d1f5c048ad3ae497f7aa62b63adde88ba6f
MD5 5c15ba07b1da5effd26d1d0fc6025ed8
BLAKE2b-256 df965dfe551f85f303f6ad838ae14fce4346db6591354ac6c201156c655c2124

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 701f84035b2b9a42727a240118eedb9bdeebe5a887aa823587f5f9881cad1e7f
MD5 9aa047531cbb9d2f6eb884bab81229a7
BLAKE2b-256 cfa6f220b1331d7d18bc94bd35169e00597af1ba9d2e05d72c977e5b332dbac4

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d434f4c114ca1c8fa1ae52e4ee9f5db525c76d8d6516e35f27e3e7aca60117a
MD5 57c23b11bf9b4b04302e32e56d9d55cd
BLAKE2b-256 6ad2dd66db542be2a396ea09829895614d14ed6ac7c4768881e6a601f709f5bb

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 285816d7f469dd0e240fd1897de41ec6bad6a30a768d81422c85613ef367addc
MD5 7662ce1fec10e4ba33caf19691f82354
BLAKE2b-256 b39f29fb3836dd936a34cb5b56a766bcb85839b96c8c06795fce0faa2f812467

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb6381703a0b71f7ad44aa28463249a904f6a014f0598e5540b3d7d0fa5e23f5
MD5 0854a6738214d4a44eb7ae17a23108be
BLAKE2b-256 a522b58e23d04964c04b50df99cca3d1bc9d58437e4994acf3e578a66eb4956d

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 714f7c582913f98ca3bcebf644820706e61ced4f3feddc35708050c3db02c973
MD5 3c2c91aa5fa4bd49d307d73b2ec7c141
BLAKE2b-256 6e61e7ce5a9e2fb6e423564ae5ae34f871c39056278e0099d5199ebc984398c5

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d38ac7971370dd47f3d41f15fc73ca91377e28deac9ce2e02eaa9f6533003576
MD5 cca8004a447e5ffd51448d4ea2dfaa05
BLAKE2b-256 37a56bf7b19fd6822462b7a81c6999f9d4ddb7f4125646836b82ed6603e7d38f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2695b9dbb44ba484f5e37cf4e7a42f357420bf24617b5325797475beeaba686d
MD5 42158f136913d36f7bd6673111d592b2
BLAKE2b-256 0a72d16a180a4e0534db8ca591f7fbdf5f77c5c730eaf6926480ef43bbe08eba

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7770dc9b633bf5a005dd20ff479b50d4be643d6905fb553f510d9dc19f2e52ef
MD5 8887e026f95ea98638a70e844b480546
BLAKE2b-256 4766b7c43914ab22e9e6a76f8491a12e9cf982d3605537beff5afe6e32d589c1

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 50ce036fe2a9d6c7b6b756a18e8b62c9f2d5ab5aee24654cbdf55e9b38ebcbab
MD5 455b4953ff05f2f7ae9828a75330a25e
BLAKE2b-256 fb05b808d6d9b3e65a897b19eaca3c8dbed06aa83dc37c797d807ab295d18003

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 231a47c3cd527a86e3f32141ac1a3cb39699c228500d5ac79486802a572de9a6
MD5 a3b9626c916abacfd4b8fd3f99d13a68
BLAKE2b-256 e6d6878261fd7cf3ab3214239c499c8ddaff35bb94d43060f7b8ac751d65b99e

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c61beb81593bad4e28f105155b7080514e9b944bdde6a17167d5383405151732
MD5 c43fb0f37e59b51955374e44aee9f5f3
BLAKE2b-256 18ee692c783be5ac19412b7e57a2a72e3c077ffc92289f3277ce8b0771465ca7

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c27e1e93ece4296a593ff44d4200acf1b8212e13f0d2c3f4e1ac81e790015fd
MD5 e007e8cce7e0b5b790f1f6298bc3e330
BLAKE2b-256 eb877f362fc0d19c57a124f7b41fa043cb9761a4eb41076b392e8c68568a9b84

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d2252d603550d529362c569b10401ab32536613517e7e1df0e4477fe65498245
MD5 9b1e69d71dc73898df9c54ac4e4f5204
BLAKE2b-256 1d9f0f13511b27c3548372d9679637f1120e690370baf6ed890755eb73d9387b

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7907763174c43b38525a490e2f9bc2b01534214e8af38f7737903e8fa195574
MD5 20628c75a5109bb1e9565b0343b7437c
BLAKE2b-256 9c4d73afcb6efb0448fa28cf285714e84b06ee4670f0f10bdd0de3a73722894b

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd8dd54b0d0decace1d154d29fc09e7069b7c1d92c250fc3ca8ec1a148b26ab5
MD5 86fd0e5e27d729ffce6113f7c40d9486
BLAKE2b-256 60d9be69de492b9508cb8824092d4df99c1fca2eada13ae22f20ba905c0c005e

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8949da2148e1eb729a8ebc7725507a58a8bb0d0191eb7429c4cea2557945cfdd
MD5 3edfd871dfc52690a623653b15de9de0
BLAKE2b-256 d5d9855f14b297b696827e7343bf17bd549162feb8d4621f901f4a9f7eff5e3a

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 206f1753fa0b2921fcba36eba8d280242e088b010b5263def8856c29d3eeef34
MD5 6560c1041ee1b0b7660b005502334bc2
BLAKE2b-256 451e4054303710ab30d85db903ff4acd7b8a220792ac2cbbf13e0ee27f4b1f5d

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8d47b76d30e434052dbc54e408eb73341c7e702af78086e0f676f8afdcff9dc8
MD5 3d4cd2bed9933876e8f7c5604fe7a724
BLAKE2b-256 d9178431efab1fad268a7033f65decbdc538db4547e0b0a32fb712725bbbd74c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c345a1ec8f508db7d6918961318382a26bca68d315f2e71c7a93be4182eaa82c
MD5 d46c8ba5de428b1debf06fe859c142cc
BLAKE2b-256 aeca1607cc33f4dd1ddf46961210626ff504d57fb6cc12312ee6d1fa51abecb4

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 763a1cac91430bad7c2ccaf6b032966448bbb44457a1915e7ad4765209928437
MD5 01100f6862ffce52c3dfd4a314032bf6
BLAKE2b-256 b8a3f9c2eab4ead9de0afa1285c3b633a9343bc120e5a43c30890e18d6ece7c4

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 235972ac52d0e38be4bd81c5d4e07459af99ae2713ff5c6f7ec7593c18c7ef67
MD5 f5c731c637a74be6f05b6d16b7fd772f
BLAKE2b-256 ca4918de14dd2ef7fcf47da8391a0436917ac0567f5cddaebae5dd7fd46a3f48

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rignore-0.6.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 720.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2f454ebd5ce3a4c5454b78ff8df26ed7b9e9e7fca9d691bbcd8e8b5a09c2d386
MD5 e88d92541a06c9c1910d56509552f173
BLAKE2b-256 29c290de756508239d6083cc995e96461c2e4d5174cc28c28b4e9bbbe472b6b3

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: rignore-0.6.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 641.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0b1e5e1606659a7d448d78a199b11eec4d8088379fea43536bcdf869fd629389
MD5 7a779d38164deee25f7d3215ee64d7d8
BLAKE2b-256 93e234d6e7971f18eabad4126fb7db67f44f1310f6ad3483d41882e88a7bd9cb

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17b15e6485b11dbba809836cca000fbaa6dd37305bbd35ef8b2d100f35fdb889
MD5 fd17e2fd7015593a6fb183dbaf54bfff
BLAKE2b-256 b63a720acc1fe2e2e130bc01368918700468f426f2d765d9ec906297a8988124

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fe3887178401c48452984ea540a7984cb0db8dc0bca03f8dd86e2c90fa4c8e97
MD5 a402764d40ec81c8db72c6b2c1f5556c
BLAKE2b-256 a0daa076acd8751c3509c22911e6593f7c0b4e68f3e5631f004261ec091d42b1

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3e639fe26d5457daaa7621bd67ad78035e4ca7af50a7c75dbd020b1f05661854
MD5 c0fcc66de5cdd8e9077a4e97dca1eeb5
BLAKE2b-256 db55548a57ce3af206755a958d4e4d90b3231851ff8377e303e5788d7911ea4c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b2eb202a83ac6ca8eedc6aab17c76fd593ffa26fd3e3a3b8055f54f0d6254cf
MD5 f4d9a79dcf89bce6fff227f740696e16
BLAKE2b-256 5790f3e58a2eb13a09b90fed46e0fe05c5806c140e60204f6bc13518f78f8e95

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8cecfc7e406fdbbc0850dd8592e30f3fbb5f0ce485f7502ecb6ce432ad0af34
MD5 3f56994982606f66ffd0211338c42c62
BLAKE2b-256 3fc73fd260203cd93da4d299f7469e45a0352c982d9f44612fc8ae4e73575d4d

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0fbbfdd5efed90757112c8b2587a57868882858e94311a57b08bbc24482eb966
MD5 e6da70423f46ff539e4e5001d1ea9986
BLAKE2b-256 4423f5efe41d66d709d62166f53160aa102a035c65f8e709343ed8fdddcad9c1

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c7af68bf559f5b0ab8c575b0097db7fbf58558581d5e5f44dba27fcae388149
MD5 50822a4b95b45a5bf0b4fb148369f3ca
BLAKE2b-256 1e08eb3c06fa08f59f4a299c127625c1217ce6cc24a002ccec8601db7f4fc73f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 819963993c25d26474a807d615d07ca4d61ca5876dbb4c058cc0adb09bf3a363
MD5 962cdbdd077c38cd4005a95eb6a9c284
BLAKE2b-256 3f3f480f87aaab0b2a562bc8fd7f397f07c81cc738a27f832372a2b6edbf401b

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38c5bdd8bb1900ff529fbefa1e2ca3eeb669a2fafc5a81be8213fd028182d2cf
MD5 98ef8eb660ec821f8824abcc980183bc
BLAKE2b-256 eb032d94e789336d9d50b5d93b762c0a9b64ba933f2089b57d1bd8feaefba24e

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3165f07a8e95bbda8203d30105754b68c30002d00cc970fbe78a588957b787b7
MD5 69be8050eff240023ff7646f206de157
BLAKE2b-256 1249c3bc1831bdeb7a4f87468c55a0c07310bb584ae89f0ef2747d5e4206c628

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f9d7e302e36a2fe9188c4e5553b66cf814a0ba416dbe2f824962eda0ff92e90
MD5 d29103bd9f46a6c7eb732e1dd5b7c063
BLAKE2b-256 9dd16ede112d08e4cfa0923ee8aa756b00c2b8659e303839c4c0b1c8010eed32

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b50d5221ca6f869d7622c228988609b6f82ce9e0368de23bbef67ea23b0000e2
MD5 3c027f816e40c86581845e53535b9b22
BLAKE2b-256 8cd736c8e59bd3b7c6769c54311783844d48d4d873ff86b8c0fb1aae19eb2b02

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rignore-0.6.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 720.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 170d32f6a6bc628c0e8bc53daf95743537a90a90ccd58d28738928846ac0c99a
MD5 41d5c572fe08e1743253ec51581d21ab
BLAKE2b-256 b627aa0e4635bff0591ae99aba33d9dc95fae49bb3527a3e2ddf61a059f2eee1

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: rignore-0.6.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 642.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 68926e2467f595272214e568e93b187362d455839e5e0368934125bc9a2fab60
MD5 e53096c331d3f1964b8a78b2272ddd15
BLAKE2b-256 a53f89ffe5e29a71d6b899c3eef208c0ea2935a01ebe420bd9b102df2e42418a

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9280867b233076afbe467a8626f4cbf688549ef16d3a8661bd59991994b4c7ad
MD5 4aabd8d8d209bdeae754c3eaf214e37b
BLAKE2b-256 17301c8dfd945eeb92278598147d414da2cedfb479565ed09d4ddf688154ec6a

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b5c1955b697c7f8f3ab156bae43197b7f85f993dc6865842b36fd7d7f32b1626
MD5 663193f9bf82944e420496e25627e1bc
BLAKE2b-256 6834418cd1a7e661a145bd02ddd24ed6dc54fc4decb2d3f40a8cda2b833b8950

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3b2a8c5e22ba99bc995db4337b4c2f3422696ffb61d17fffc2bad3bb3d0ca3c4
MD5 2fc2db569824aa4b572d12237927f6e2
BLAKE2b-256 20c34f3cd443438c96c019288d61aa6b6babd5ba01c194d9c7ea14b06819b890

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83fc16b20b67d09f3e958b2b1c1fa51fedc9e177c398227b32799cb365fd6fe9
MD5 31bdfd6aa7d246830c3e0b36760995e0
BLAKE2b-256 59758cd5bf4d4c3c1b0f98450915e56a84fb1d2e8060827d9f2662ac78224803

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c269f543e922010e08ff48eaa0ff7dbf13f9f005f5f0e7a9a17afdac2d8c0e8
MD5 e449d8cf685580bf2062b95176b124b9
BLAKE2b-256 f4f1ee885fe9df008ca7f554d0b28c0d8f8ab70878adfc9737acf968aa95dd04

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1e5defb13c328c7e7ccebc8f0179eb5d6306acef1339caa5f17785c1272e29da
MD5 465690062d847d09efdbdaad99552148
BLAKE2b-256 910eaa3bd71f0dca646c0f47bd6d80f42f674626da50eabb02f4ab20b5f41bfc

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8e9230cd680325fa5a37bb482ce4e6f019856ee63c46b88272bb3f246e2b83f8
MD5 07a5ce24f4014f020fd2af35518cf73f
BLAKE2b-256 4aca4f8be05539565a261dfcad655ba23a1cff34e72913bf73ff25f04e67f4a0

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e91146dc5c3f04d57e8cda8fb72b132ee9b58402ecfd1387108f7b5c498b9584
MD5 70d73f7ccee57f8c4bc513000fa22085
BLAKE2b-256 335711dc610aecc309210aca8f10672b0959d29641b1e3f190b6e091dd824649

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd1ef10e348903209183cfa9639c78fcf48f3b97ec76f26df1f66d9e237aafa8
MD5 f4b6b3087a9c248eed6ec9aa125a4eed
BLAKE2b-256 9cf09dee360523f6f0fd16c6b2a151b451af75e1d6dc0be31c41c37eec74d39c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 71042fdbd57255c82b2b4070b7fac8f6a78cbc9f27d3a74523d2966e8619d661
MD5 f2de8afa8d4a6f7c2fb5dccdb3a9b50b
BLAKE2b-256 111a90fda83d7592fe3daaa307af96ccd93243d2c4a05670b7d7bcc4f091487f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ed1bfad40929b0922c127d4b812428b9283a3bb515b143c39ddb8e123caf764
MD5 05bc8fb6e374031f6ad03206abe84af5
BLAKE2b-256 805ee16fbe1e933512aa311b6bb9bc440f337d01de30105ba42b4730c54df475

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d71f5e48aa1e16a0d56d76ffac93831918c84539d59ee0949f903e8eef97c7ba
MD5 1e304729b1c824ab1edeb42734fa8bb8
BLAKE2b-256 85bb44c4d112caf1cebc4da628806291b19afb89d9e4e293522150d1be448b4a

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rignore-0.6.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 721.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b56afc3ad3114e7f6e592c2aef75a40548073c086e96a2686423e0f038113027
MD5 aaef15a5e433b9fcfb7a2609f9bc3b91
BLAKE2b-256 fcb25d5869bdd429e78afc2097c9df9f325ae9b1220b14ee0a78eac213062b07

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: rignore-0.6.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 643.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5dfee0390640d1b70c672e93e09a909088afd0f030098e46609e2ed6c72f735b
MD5 2cc7fd56d91de8c529e7af3337ee9fc7
BLAKE2b-256 aee9f2cd38032016a429ddd0befb029c67a9f05a502d2c460ec3ce9047b2d959

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aaf91280106c0c696148eeab83b1744caae7372d1f55570f82a6b7e480367b5e
MD5 028cba3b3762e5b495e535e5cd16d6db
BLAKE2b-256 2dee02e9708ed34b1a36bffb11259ed0e93c7742060f82a89c19ef2c372eacb7

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b0d7ace3b10d87a742e5665501c55978a593b6e0d510f6b53acc6b595923218a
MD5 85253de9817d9eb134c14383c35e83b1
BLAKE2b-256 1b9038bc08017a926b382713389c737597cb9e3368135d9ab165bf01e190662f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5dd7bce7f1feba0d828e34f63f5ab12b3f410590c0a55e3eec8658fa64cd7378
MD5 22d39799e79cf99e145c6b6dadd5ba27
BLAKE2b-256 99f9d11122ea9683d40df0d991dbd7cf06c66e1eb4d1cd476e752f67fb92981c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1300c1b0827bb9bc0b343a9e4a42b73dfd2c2ded010b30ba13807f746e3e6f51
MD5 9fde946fa453443aa53dabc5d10d9b9e
BLAKE2b-256 8318b7274d1967c7b33030b111a60b433fc621fa5c0556a837c0a2b78ee7a454

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 177c5ed48128a33d74c0c77bcf2d57e764ef1005f9ada63637b04075a9c75045
MD5 4c74a5aaa1aa40907a5dd64b971f8ad3
BLAKE2b-256 7198b1cf5ecbdabc0bf697b2605bf2fc78d628171a00ce78b6136e2f2f8f4352

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d286840b255f750b3abe5ecb265b9dab93f18a002da4f500d8b0088b01ab9140
MD5 f3210a46f3adfefffff0b63241184420
BLAKE2b-256 6960112a8983ce33e64c1bb204308298f8d818340af3c7f3cb50716de633d00c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8341122d2453867e793cd350412734f7d34d9ab4c6ce23062ea38450db46d758
MD5 8f5edd166f1af333d02cfed57324147d
BLAKE2b-256 e9db6dc8066c42940feffd1a91ee78de4270fe3dbd2758f33df1e78457807210

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a16c32b1845d41e4c39350c3392ed389053efd40659026e3aad927339e6cfb2c
MD5 618d39f120d9e827a6e5073248e83b1a
BLAKE2b-256 5da0cb1be880406187844db5d7b7f15058bab21615743820ae3e54bc5d97cf65

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29e7382c053eb62b916699ce6e4ccff335ecbcf14ce4c9d8786c096c236dd42d
MD5 5a64d6657950d8ee6d7de2817d7b5557
BLAKE2b-256 5c36e77b3b35977619b668f12eced8b083af9b7519f8656589b1a52a4142d307

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cb46444e2ed3cf340979967c6f83ebe3782d7e8882accb5cf0ef63d26c339c2a
MD5 231a03a8c12d636218f81e03a25a8e51
BLAKE2b-256 5004655a13e7eab74b14d507cab93c40ac445072cdcead7cb12d63260cd1b5de

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd03d343ec059258269aaa6b4c51aab878e2b2ff92bf62269010d2f7bd584ab4
MD5 79b469d156bb34dda45702d379e09780
BLAKE2b-256 3adfa3611ee0bf6d3906bfd16102c5996842f471fe88ed95ba7c2c1da1154704

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 20da9a861a95ef82beebfbc9201896bb04f66ba0d4a52d65b956037c70a60590
MD5 f06b2ed4513545207ed06cbfcea3c84c
BLAKE2b-256 4edb8a9226283e65d7855699a365000aadeecc2a02b5c5bbc4551e76d244abfe

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rignore-0.6.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 721.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d91e1458c0c8142fc07ba1901d26c4413a4d0aa6f152eefd0dcab15e1a699c84
MD5 670680db928b5dd97b834b9579c62313
BLAKE2b-256 537d03745abcf3eb1696107095f5711279503638b8962212e4ee8d9fbdb3a9aa

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: rignore-0.6.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 643.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2fe22933bd498ec6bd16a9bdfd9fe42004b5b40d36b9dd0ff3bb45000a0a0761
MD5 c9537f8c0b0ecc8360f8608f5a7a0d15
BLAKE2b-256 a0b73beeb4c5436aef9a9faee4f71d024bad9e44b2f51e87a211157fbb9d04eb

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84f24acef49f61289c4ac51fbdb418bc394e54267b86723bd5802d2bd388bf05
MD5 8657d785b9184c9b2880a5ecd357dd25
BLAKE2b-256 25efe5627f436d33d1a046f2044e3b8042c14f69bae326615073762dd168c89c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7306cec150c8942507a540fa8ff417962e8aaf327135929be8270a33b645f218
MD5 1484a6fcf74f72a57825407b9763b764
BLAKE2b-256 414cb1c9cfbe90f40a635313faa65fa35f441edc6b77a1a88374c4e05eedff05

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 24fa6a3f85b97b81f122fd744dfbbff8c05b35b4bf968a77374f4e9123463e7d
MD5 91b0bb384a36f2e85a4cfdf1a855785b
BLAKE2b-256 396eae7ad5d4f8113fcad7e7796f437989702b26044cc866185b578231ac8444

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09265fab1b913e636d743602d325d49e4304a36476a9f14727188476fa99f221
MD5 f06ce9f48890ae7e6eda37404a03000a
BLAKE2b-256 54acf5ba51ba5e13f39c9558472e8f5e52667165e9f7ff27324cfcbc842850ce

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92c7224bdf715b24cc2166af01b8f1d79ad1af1bca1aa91310e5aa5933b41872
MD5 63cfb3ab268becbdb7bb0f6b79f54f0a
BLAKE2b-256 8ac1dd5b0edc11ca0e401c8124f95ba9d7dd28eb4a056b904c5cb671414d5ae4

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48ca296c0dec4a2eff7e38812434f01cdea49339fa09def9b31a8c85f35ffc0f
MD5 e2cee6a242a1f39b6e56baa2cfbdc065
BLAKE2b-256 274edb9c4c135a3f2e3e2661f2611900bbf56f97d19a758e96b52a37b33ba033

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5cf62660a521b0f0b350205964aa20af6dc2d11a9ec694809714a09e005079b3
MD5 227c2088b6dc3a09ae07e6449a4b16cb
BLAKE2b-256 9e4e391e4d73dce76721b5e159ae354fe16646fdc55e089dee071eaf97461a83

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2eb003ac18a0269f727ec4ad5d8d5da1ac66a1c75a01f1fbea31b826c89346ee
MD5 ffaa3c2de1848c88f39c678ee07fd359
BLAKE2b-256 aa033f7c7ca1489c9bd8891ea989e7973b84251ffd9c0e31ade02743935bc0f0

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a87091687678b3537012f26707641386f11b92e78da6a407af39193fd74a1d96
MD5 e7b7444abee5ce7ffbf18f9192567d8e
BLAKE2b-256 0d6f9cf728233cfd7de35ab173aefe729ea3c1369cc34a79c0b9a1a8cce5ed5a

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 178503a244e0823e9be94f36d42b238c500f44580adc26c17f6b05abc0fbbbb6
MD5 282ebfc20d6411873cdb687ada705343
BLAKE2b-256 6bc7a6bf70f3427e0c0f0714513cf698d50950c6cc83e16903846320980550e6

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rignore-0.6.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 721.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 89b21a78d2ec205e3b0bcb29348894f58a7d22ae44806666cc1c1903c488b548
MD5 ee30ffb0994e91d7c1eba77a72a1c404
BLAKE2b-256 2553f392ada8c09ef5eab33e54a997b491ee18118d11733e655adeda8e7117ea

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: rignore-0.6.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 642.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1be8c358e4a850a6fee8b05db55a8373c8e6ede9ce72e2c9345ad03065b5e1aa
MD5 22cdae71eb1c77d2e01997e06a731ec2
BLAKE2b-256 7b2ebace51f5f23d204ba2bd9e9a192514dc1c8db51bf720b1176a9e3f6d9dc4

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cab1fb76e42cfd17b37b4fc69a367f4a98d1724b01d6b569b90a66c18ca7fa07
MD5 ede3568144dbc52110f7add309e3f9b4
BLAKE2b-256 1e1f433ca2e864e5ef429d3e748b875c02ec16f2e09fb4901a7c1dbb253a4ab5

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 97c75cbfb2e9dcfb2a1724a3df98078d646edebf4ad6b2672221b0f27893afaf
MD5 f1b76a25183a433baf679f4b8a3432c5
BLAKE2b-256 7e8f67d4fa03d16ca33ab17270dfd68c94edd1a2a08d7a1876d436712e78d9b2

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 63061107a0b97c97399b5e73fbbd40314849c5f24d7cc2b78858cf9e29223a1c
MD5 7411836401372a394f8e284b3bcd8c68
BLAKE2b-256 0b7874eff9f0328ba04a829ecf26cb513d9cfc3ce3f167e10192904d2e4f3896

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd7ad37ce8260925d3ce5cae4cd9ed96476468a6bb5f3277738555a8813efb0b
MD5 e63f98013f42b7869f15b120413a9b3d
BLAKE2b-256 06453e91a0026930afab15b1da88c3bb27c2a8dd9aa6d0bb3a053af56d0b09c6

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 704529e3d1f107f7a1a20f234a2c4f7d126bc64cf2effbacd4d5dce4271ce11c
MD5 2d47cabb6b7f1feac81bbc4c3df96112
BLAKE2b-256 6faed821b2aaf8ffc613d16723e70694ea1cea049a708b789acbc42afceefd75

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db11fb019a7695d9f0b5c02b8ddd9c7d74a517edf692138e6c76ee7503d2dbac
MD5 af460bd35e72f8d3deef4e87e6922ff3
BLAKE2b-256 3563842b4712b6c26fbfe84063eb1509373946b7d0733319456129c53b058391

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 51ad94352ce8c91a9d6472f56dc6980537b04700d380f7f9ef8d4b3090545b59
MD5 d8d394773863c304ac9c4f6fa407e61a
BLAKE2b-256 c962190bd36f5900a5320e6655102b38afd68fb981d5eb25fa02d8a2e9eae40b

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 52c4476332568016df3fb4aea8fe29aeb22739652a0f1259257c05ee8e4d453b
MD5 6ca0e3d462fe86243e01ceb73a026d2d
BLAKE2b-256 d38e2eb8fb0794bfc20869b669925a5141b0090dd0e78ec835ef1fc75dd39092

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 208b18aa28855bb48f03b3e2571a61089b48ccaf3239c8df023a01af5d89dcac
MD5 8b59cf9a8f94a5c2144fc480620efde5
BLAKE2b-256 7e7a6ae6d3a38999f0a4a84d7114d1acbe2a4c60298c0e3f768433ea7212ad73

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bbb9884db4b76ba1782164200481c62ad5236b07e2c818496d5864f5ac2cdbaf
MD5 3633b9ed3a8a140669b77598c02b79de
BLAKE2b-256 67e2117dc821c7c5d78f49b8bafe48d507dfdeb379dccc14d8136209c56ed2fa

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rignore-0.6.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 720.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6fddda6c5280b05755e93c6879c763e2b646bd1b0deeeabbe9c6bc05d4666c05
MD5 ecdadc60e79d46841b5b7387c83256bc
BLAKE2b-256 974e3d5013a9ee06138c32a5f6d7bbf2d246ec7517fc9b9af0d8ac8ea665fb3f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: rignore-0.6.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 642.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for rignore-0.6.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8267eeda42b5e907f2423b6f4298f64f27acc4adb768577a8c1130c5c80a167c
MD5 77a7f46d2c55c0b3462888522b548012
BLAKE2b-256 f4c041abfd4547ed5c4d8612f0d7eba323048077ac4e01f6743d3a0ee693a25d

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6379149257d3251732e272bccc607238a1174f3912ba14e3068332b1b0d0cae9
MD5 c5caae53d38aba59cfd43f20583e3401
BLAKE2b-256 b81804be9a0a1f3fa872da39a15eb2a4f0748eefeaef87d4ee26fb00e5795c84

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 edb2f839d18c5e07a6227cf4d3e665ae6fb8114235039613014f2f7ea2c841ed
MD5 d5415db6f72ddb781c9f9af12a39bb98
BLAKE2b-256 27d1cad103fee00bad39583e2cc53c4c4a28e00d4621451da56f347ccf40fd5f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0e95c770035b8ec996cfc110b4f496f7dcebb1eac2908642f60be06de21ab57a
MD5 4cecfaac266c4ba899f289f3eedb6339
BLAKE2b-256 f6f6ecd54a0eb562f6ab5a9040b9bf3782ac0cef6f218213b0717debe2715b5f

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a556775a8fd6142d39707bb7fbec0f95361288c099b43700813227988c4d07f7
MD5 c85eb492d00caa9153b9a2212cbecb5e
BLAKE2b-256 0ab6e66cd8d820cd6a6321f3e5a2f75142a978984afa149639ac70e3868a526c

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 739729cb0ed7a42684989219aeb33f951cb0ed9f62c3345ab89592befe9c4e6e
MD5 32a8cf1dc158158044c521aeb2c448ec
BLAKE2b-256 8c350213be4789ec875c251bd77c67c2fac32e260e3077b12e82b9f798440e82

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 11500184174fb477b7547c12412ee1dff041864f7ee1e88fcd8a3c223646766b
MD5 8fed082eb1a2381d86d4bc7e8c040c9d
BLAKE2b-256 28b7e158b2360df5a86c33a29586438cfd1a18080cb50e0a64010b81ed848963

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e034f8701afb53d3d3223a3ad10ecfc7c7d1f5b313e5355b5d3151e51c43ce87
MD5 a5e58849091d54185fe6a703ae20d68a
BLAKE2b-256 fd462687e66133dbb931a5c9523ef62df8052554a605709c930c737c143c4d00

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f91c1842220f3450db2c4a56f4836082633d1940be23f9485850326cd1c3ec33
MD5 e537af50664fda43cfe5cd95aa21850c
BLAKE2b-256 ca294661bf656874a9763d83fcce921a5ba239791465410e6602d37e33cb2b66

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6fffb5d844762087d67f2014a2417d11585c0596b75dcaba90611dfcbf6f605
MD5 8295115ca9c5a3e5af568a44a9d0606d
BLAKE2b-256 be6b3e610395040aa73fe677bba93a7265abff090f0cb86f9815cc7dfabcff66

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6ed1fcaba15c0872862dc6ef3012198bdf4ab01d2d31346a8547e4522251371a
MD5 7dead7c4f80d603549d8913fbed4d45f
BLAKE2b-256 76c4fe3d7940502070368c53e1986ba6f8f15c8f24caa8fbead9d307feb32ad2

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1fa16c7631a5c14679f54e0b0fcf124d5bdaeb550ae2130fe5bf9205f13d073
MD5 b89a735b0862581470d6042209ccbf05
BLAKE2b-256 b1fb5845ec55bad82b4cdac2bf870a9a331c0cd11122bdbfa08402f087b1113a

See more details on using hashes here.

File details

Details for the file rignore-0.6.2-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.6.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ba06c53e5aac7f0cfcfb60e18c84d2dacf3f0580651e67cf5b4908f0a3e3e92d
MD5 2a5abbfaa32af658750a857dd28e62fc
BLAKE2b-256 f5ed1656b23012a999ec744a7e8ed19809f2cd810e8720b9f9a35916d861511d

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