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.3.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.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (895.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (976.7 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.6.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.6.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.6.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (894.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rignore-0.6.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rignore-0.6.3-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (974.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

rignore-0.6.3-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.3-cp313-cp313t-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rignore-0.6.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rignore-0.6.3-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.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (871.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rignore-0.6.3-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.3-cp313-cp313-win_amd64.whl (720.0 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

rignore-0.6.3-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.3-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rignore-0.6.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rignore-0.6.3-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.3-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.3-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.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (818.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rignore-0.6.3-cp313-cp313-macosx_10_12_x86_64.whl (885.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

rignore-0.6.3-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.3-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rignore-0.6.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (949.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rignore-0.6.3-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.3-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.3-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.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (819.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rignore-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl (885.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

rignore-0.6.3-cp311-cp311-win32.whl (643.1 kB view details)

Uploaded CPython 3.11Windows x86

rignore-0.6.3-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.3-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rignore-0.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rignore-0.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rignore-0.6.3-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.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rignore-0.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rignore-0.6.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (976.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rignore-0.6.3-cp311-cp311-macosx_11_0_arm64.whl (824.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rignore-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl (888.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

rignore-0.6.3-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.3-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rignore-0.6.3-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.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rignore-0.6.3-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.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (872.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rignore-0.6.3-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.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (976.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.9Windows x86-64

rignore-0.6.3-cp39-cp39-win32.whl (642.6 kB view details)

Uploaded CPython 3.9Windows x86

rignore-0.6.3-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.3-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rignore-0.6.3-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.3-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.3-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.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (873.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rignore-0.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rignore-0.6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (976.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rignore-0.6.3-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.3-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rignore-0.6.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rignore-0.6.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rignore-0.6.3-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.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (872.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rignore-0.6.3-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.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (976.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: rignore-0.6.3.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.3.tar.gz
Algorithm Hash digest
SHA256 3b19ae3a8dfbeed4ef12ef0d65e4314e9f4b1ef8dae9267ab4d58790d31bd8d5
MD5 69e9876aba3a8bb4075a8e8215fb622b
BLAKE2b-256 4cb9385a9a5e41bf2c541228186aab40890c7d6dad15ed53258c11f2af46b483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb66e0077599290c4d607ca146ac5f8cb143ec25a35c27ac35bd7bf9aa092331
MD5 fed83740efb753b7e3244967c0ea76b1
BLAKE2b-256 f1bf24f6ecdbfdda524f1cad62be18c17bb4bca327446cf4b7fedd8fde18f867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac5cfa8a300b58b9e80766cb9fe80b72696c55ec253fbb09a833ea53d45cb73c
MD5 1a27f426d09c1c5a8c4a2dbd7902a0f9
BLAKE2b-256 ecebc9f745ddf182dff20b712b03dbe5bdce97b0ced736047c9c25c3d29647d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 87e0d99e249b73f5bac9e25a6432f5f7b53817a2df8e8d8cf4f65492d1bcbabf
MD5 4c94f5f443e4b97d5d2ee984d525fa43
BLAKE2b-256 dc38e376ab9878f462dfde64088dad346a363e46df1787af71ccfc749684af7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbffd5a4a1cd98f99c93add32dd30f87ab1b1c30043f09aa25c2d2f6af367b8f
MD5 69df28cfc68db8c9e27fbf00007f81f2
BLAKE2b-256 8a17b1f4a1eb97d2973245fa350beb70e9e2fd118e12bea5204907ae1ff736e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81a7ea9c49c4ffcab3801861ec348e61899ab8ed5ea6c92e0379025b8668976f
MD5 f3d5243d37a1f908a46732e67d1d3f3c
BLAKE2b-256 55f1ad35ed6109abccb249f9c3979747e19c53314f7cafdbdee13a52fd5ca51c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6d66b29755f78bc41d9dbe270ec3df4a96de1af833319d6285e67268e1dd7a62
MD5 3fc2f78a509df95cf9cb262260d0ae0f
BLAKE2b-256 3daa4c9b27a3fa99e1c580b6bb814c50b84c83f87dab43b18204906c9e33a626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aad8f0698b0cf7e03794d791fc08af7f5a7e13a1ba6b0fab19b77413babc4bc1
MD5 3f30fd41708c09aa50a93347a0cb5f45
BLAKE2b-256 dedcce269a6918a6e483483b0f2d0df97404f8d93f8f19c1d161d26b04d72f3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8b4369f888609c069476d3aa7b20da5abfe6c275013c383e4daf8deace9e09e
MD5 77c7b0db23daac87777237d9cabc0526
BLAKE2b-256 2bd702dba05f5dd191438f8d4c68b031100c7474d7a7225eee858545289b5e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c564c47e6e528e166d9b6fa42abc9834dfbb691f6c19a0236ca3f390bcc75a81
MD5 1f787cbbb8fd97c5ef1f1fcc642b7dae
BLAKE2b-256 fc7905481ea48fc078a33f7dc6424fc2fbe342f9aea90bed50e42f07ff6ca327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b7252d1ec7f248bbb5fec1f7edf7e613744542fd4839e9f270b58bab9ad16d8a
MD5 55ed951c8939ddc7f2a3b8bf131431c8
BLAKE2b-256 b432bc88ae0ba873263883c5bffd49b6874bb2ef97a5914d3838c0173b6fd74f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e7c39d0a0dfd2e426860e1f756facc814896b0bfdd697da14925a92a30c1f09
MD5 2843d82b5f9816f4c4a6bde5ba7df07d
BLAKE2b-256 cca12effecf39c2a2f0c4bfd01c93a384c46e3d979180ee73cb7b0a9883f0926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c776dc0c19b4ee4c8a66bce43a61f0ef1445c1998ed98301ce0b2ae941d2129c
MD5 2e3d9d0b6e71a15b932f6f06f090ef60
BLAKE2b-256 00d82b3610bc4e86fb48acebfe8a2c3a826ed97123949e864cad5fccb92a9206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c8facca92fa144d096943a8d54513c7ac779ddaa47ca638c7d9824e664e4ef6e
MD5 fc1459d4423d496d6bf2974f2653a981
BLAKE2b-256 7ebfed82d36a14693dd3027cd1e24d5214bd9a5a7280561f8804a8ff0020f155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f2f627eadd1af557804e769440afa85dec3153c2463f4ea0dc02b22c6974b11
MD5 03e0c8f6605573c19e31a5a89d412c69
BLAKE2b-256 d4759f48948b93431e3e847c1888c1643278d46de16b134acacfa3129d8e2358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f006aa06532b50cb88393b9bcedf85a6ebb035538af65efa4f18eb1fe84f2725
MD5 6e239285f9166b18fd86d6c96714eb54
BLAKE2b-256 bb96eb8f863c6a5aca9049778594f9a52e89e7630da56416c8e9ce90dcc86b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7999dd7424c96f34f0ede9a16a1c1c077f1c6bbc9479ef959a4e00260d9a4113
MD5 ee1c0fbfa43e1f6f339d2f8b2544a25c
BLAKE2b-256 7a9be843cab2337571fec72aca65ad7d658412ca748a932044870b2cfadbd670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4c5838949b69fdd9ee446107eb7ce9af4d6adedccb5b1425509a84a3f0021093
MD5 5ff19311ec96c408efc9c900c390e06e
BLAKE2b-256 2ee685eef4c24c6ed47f278e5636a8343996f7b93c471f54fc112e4fe974b30a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d7fa3db7f818c2190c5c4615f4eda860b565eb0ffd2d83ac202d306a26c03e4
MD5 a93862c34830723eb6c75f65298043aa
BLAKE2b-256 ccb52fcb6c01b740f81bdc8c6804e8dfc79ff270987383944c78730efa29e656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c46a5240e45d0c173661443063e608bc7141d9fd05224a50b85e690690109d7
MD5 6d433b977edc546a6936a6fed1bef017
BLAKE2b-256 daecb0f4c59748aeb90a4a74e09b34983a0fae9aa2a7639aab5c45f4564b085e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0b6f58dca86179a476b53c3d9867b0687c5a3b54713dc179e30f44e756ecfeef
MD5 75de71d176a80151ab1b2ca701d5cde9
BLAKE2b-256 742ec1445cbf9831d15d0dcf215cdb38b8b04783da44168ec60bd0a9afae94cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d48e7ce0fbda31ddf4939f310ee68b14af51b8c55d31e6d5d5f46a23f473673
MD5 23ccaf2986112a3a6c20bee19749609c
BLAKE2b-256 0edaf0a9a6c0da4cf901a95f2f751983d797d6cdd4e194ad5c508660edd5b697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 72ebd3cd066a3098f5f8450d8de3a985fcbf21e93ef32b401fa85330d75d105b
MD5 2076f9562a78e8f714b93b6b91bffa05
BLAKE2b-256 80344854fd9c0df4a05b6d93f987be3fe0090cc7af10680d0cabbd26310a8945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3f1c4f26d20d26b25d014cada794882e2e9573c5d430ef24d17e389509402084
MD5 76027be22b71646b9948a71ac5d25def
BLAKE2b-256 20ce1da9b0483c47a063ee2623bd6796c0fa00019d808078cdc8d73acb078ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86bf0c75f9b91a472eea2730a618b423326de9369405629669d1c0878cf5296f
MD5 1f3881d2b2416c214d84ce55561f4e9d
BLAKE2b-256 ce7a1fe91398fcd8daa0472520de04a0dc296928ae2294b7db497116b1f7893c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be70de7b973e11740cb65f6a55a450aa024b2afbe571156b8815e6fb186372ad
MD5 ae45fda92ce38d205c2d0a2f10ec2e3e
BLAKE2b-256 fa910b710374d4442a5a527d8c68feff54f0c0916f7207b644623c74d436d5c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a4a8c9ddad137edd4cbdf118e0383220cf37551ee724b0603e5ad547215e90f6
MD5 0e87df6eb1a067ab1a75142da2313906
BLAKE2b-256 cfdfc61d5ecd759927afae6570020a5cafdec8bbe28f0063e1275baf9163768f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99ba0176ab80a766bfe34f4984975de09c03fdcea3114cc7f7f9afd866c194de
MD5 621255c637b4f9d4bb20bf1fc351f9d8
BLAKE2b-256 8ea5aee44782ac5e3889d81065cf7db1276bf0aabdb74fe1278015364eca90e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f308168f8a203cbcdb322da1e441d458c852d9052bf3b62d7fb2e09320cadb57
MD5 a967a077cc6e6311706dafdc59b4a3b6
BLAKE2b-256 d1cc38fd2cf0dfc8e94ba5d5f8e86ecd2e6f2c69d17300d598e8ab9ba0e6d51b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d879ba16d601c43949cbd2d39c0b248a9b628f8bc170cf535a560a73d8016e60
MD5 0553c0aa31d316981653cc738f1aa817
BLAKE2b-256 ac2947fb10ffc44bb0690d7f21512908975daf425077efe4a39be3968644cc45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 230e2741ab6d2a9995e07a25386ddbc4472900371beb0f6b1730b7c8b6e2e8d0
MD5 9ba8d3cd9cb67a8ce39a733338f00b41
BLAKE2b-256 dc848ecadbd2bd45bf2cdd0566319ef2dbc927d00fe99288d3000849b4db8850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f06e9dabfca14a7734578fb08ef7d511097a7d22081ac486c88fdf6b4c01b08
MD5 1cc6ef6184475ec128f65da6cbf574ae
BLAKE2b-256 b67fff86a418d15bf224da82fb5d95ea93bad0c1a04596af647e27ec155c3a41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2230a8e12f3d83c6e5ac353903e829bd96734100de197db80d21befcb2d352a5
MD5 f6b7d5e2f95a0cb811688712d8d05263
BLAKE2b-256 e497c19f2abeb1a87e26879a8f71bbda56823cc36eedb770ff6d44db71b8769c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 58f81d83b11e1034a5b700e4426233d17e80633a16a6016b3bdfa6834dcd70b1
MD5 7acfb05504a0571b5e8ccf3ee794c916
BLAKE2b-256 1c5c87f4048e582dcc4f8568a58aff29becf45df4daf0305e097bc0ddfc275bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ad3e8a69fedde925b7e61218f0546b7a5faf59addb769ddf88e6786c3215ffb
MD5 6c1375affb2fedb5d88cd7c408547ae7
BLAKE2b-256 80ad680c6809c6437922d1dde58f07a5335579d09db36c9d24de4012edaadcc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 314b52c1fabd7aafca9b72523d5384b577aa8476359c5181b3150aa04a680e94
MD5 ede1513ed4a6c262c94ca11cdfe802ed
BLAKE2b-256 069662c4b4166cb50271c2c960d4ab24791bac4fe064e40abff6f3ea54283f8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 60431ef0003873d07e8de5d940ffb5a343537d62da183f1c894d6157b39b32dc
MD5 45f85ed052c508b53698cd62b1d9ecbe
BLAKE2b-256 e1d68342e3d8d636940b4ab4f66d649869f22d8a22f9bbe77ad082368600d2d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0c72c31f9137ddafdfa0c77725faa47519d08b0a2c996dc7d0589004a1baa1d2
MD5 c2f7da8aba874d90f84a4114806bb8c3
BLAKE2b-256 f2b285b8facd5b47905182f2ecc4b9c022a5777c70f18a8c70cb85cf30a95ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57b2831d32fa75f70e4683928ce2f4c584f6652a8479af40820b4193441b3db0
MD5 eb3b3fce12d219412f3cfd48f39e3f59
BLAKE2b-256 ba278d0e182d79462e5e0fde20a4a473d6a19d516aefbb542bb598dc38b9d4e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6db783e8425cca79836263bd35c962902baeb318cae3d6abd1b90596df5efb8d
MD5 efd2b5893e27d23aec8fefb222c9c185
BLAKE2b-256 9c162c7308c8d6d3adb79878b7091af473ede9ddb5d73d62740e22fcb2c83657

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fc46f4a0bd10de2ed7d3b30976103685f17c0d0581f95515fb0a858c9db2b53b
MD5 b102b410b9a41f4911954e1989b3567d
BLAKE2b-256 8c24973b44cae02410d06e9f9bf649fbafc8fd869334c06a3e3ebaf60d0987ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c93563cf824b9ee113ca24ab7ff4d38349500ef0a16f02436a31032ce8f8f01
MD5 2544e344dad23ff74be8742c1b135a0e
BLAKE2b-256 41a7df19b28aec8dd1cf360471d1c58f7416907423f6173d008abcd420b0cc5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84429a1df7be92f1b1c20aaac61792949e0b204853bfeb2910a29ed78dde211d
MD5 83c0f976545783bdfa968d9fe80c7cbb
BLAKE2b-256 3f4e1adbf65e5bff9fc1f713f903349334e0d5f92dbce235daa403d17ae21963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e39569810572072c7cf54003e7dcaa659cc409d75f24a8e597776763eb47e6f9
MD5 8a94cd63a41014a80eb13474e2ed753f
BLAKE2b-256 53a0db2ef832c9c609eb3d7427b7dfa187447d797bcec652358dc657e2ecb8a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98f2c057dcb40b7f6da647e022416dd9c958482f2b96b563f55f17897752845e
MD5 026aaa210154abe47e40a3dc670b620d
BLAKE2b-256 fa245cb425a8009b8f30084713ad28417103cc2d045fa6c25ccfdf19852423fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cc3a68c71673f359b89cc1efa3dde793cd66bc66c2df17ad2c22ffeb7e41788
MD5 5c9d2c70540a4a28d2d217c3c181c2fb
BLAKE2b-256 e817d47e1098d97dd360c14aac74b726329f0f53243deead748776209b13cbc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4cb35f27abb1e9013fb3218f27ab33533c7ccbad446249c9a71c501c37236eda
MD5 8ac5a56aaf5fd461b8a0592f0bbf0fe2
BLAKE2b-256 6f13edbfddd26095ad39ec876add4c6fcdf18143f895edfc9abf2a6845fee617

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0f04c66c2b5bcd3c10549971ed99010b1eb025e7a5899d768e1f6ce962103a83
MD5 030b42ffdad26c6003c1387df7394a8a
BLAKE2b-256 fd7d907e1c856a83d184206450c2a694d2a4b0ed9de6e7417a391802209fbc25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a876ef19d6d8dffae351fc7c5d792a505b023b73af9130ae4e7ebb0366644c28
MD5 19621da7518a309af52c234e135b166a
BLAKE2b-256 cc5c361f1d74431b7f9be7429748f889297dcb4b8dafba7a3cf818bbf5d8653f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f128e3372b4124fa90c49850e7818b7e22b0d371e078173d337454ad2d391e39
MD5 017607a64b12a3d57f508624669662d9
BLAKE2b-256 63a1b59ba0cf161fe67147141c20f387356db39d069030cca18b9fd3cb25de58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 74f99508ab455f04cba13b40ee64a245f7332864506abfddf655e1f8c57e8add
MD5 5935e9ca84e16120bf5b4b3e98e5a894
BLAKE2b-256 d94c32ff43408c460098e269aa68f0bed1943d51a57ea66a3aefc00b702d1585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 807c160bce7bde842711c5326f1ed24a713d34dcb490f5ccf750171763482dbc
MD5 288c13adc67c503aa6d603b28d135c97
BLAKE2b-256 1608ff2606ba68b4b48e9b6c053eb3c54b4fe44ea1b932fb62b9426baa8bc971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1a95b6d7aedeffba4870809362728e496a867629fda3c4e8d697e6a771da026a
MD5 5c12c2931eb7572f1af53ff56b7ed7cd
BLAKE2b-256 c85ff6db8fbee71c79e66f775af13132d9e576717f047965c55500f8e782b934

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb347b17ae9f74ad05adf5f35af91ae60173018ca298391996bc96e8130f038f
MD5 ace881c21da4d7140fbf4fffc4ee0394
BLAKE2b-256 f148853f577ae18d0f1831057215cf0541509ce1e981564ee1b3e9f8bad36bc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d2ab04008884bf95bad91112b91801a18db24813a3ff0feed20d40c4f5c0f90d
MD5 e2c89725ca4d1c1f1ae2b9cc956f4d6f
BLAKE2b-256 9b96b9fef4cd8969ca04058aee9fd988da7f452d362fd58db0b361b529abbfe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee004d18a3ca7d275c4be58ee1bf96ac0deb9e190a2c418ec054ec7058ca84ba
MD5 5c36469e56d84266e3dc4db854b09e46
BLAKE2b-256 6ce46461bdb548af406bdd797be0527cdb65f523a429c38904d8f3c029777187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e0c019cc4444370346e52d816425e768ec394ad735f44971bb9560c01db8ded
MD5 42c25440d252d08227370e2b4a9a591b
BLAKE2b-256 07dc84891fccecd9caf74baa39c9dd5f309f6997e4fa4269c98168b0adc7e928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 569d396ef634418d8e473a04c1536cf0420c14e28e1c3d79594457f5fda6a8d5
MD5 8419d3dd7be26acc7b41cfac9418b4f9
BLAKE2b-256 8cc061824610c7b07f26cc08b549cd29106a3d2a2dee68cee4a1e22ef7ca0f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13c427676defafdaef222936f90fef66dde76091833c60e02d99fbbf8f950e4b
MD5 f2ef2e8ff2577092010bc1f6966053be
BLAKE2b-256 890c967b45282729331a62d6428ab45817e9b1e7579f873891291287b747befc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6ae1023cad3b0df98efe0dd61a630753aebcecdb09651821f2b39492094c610
MD5 3b7e33a874aaf3f0fbd928a3dfc26c2a
BLAKE2b-256 48ddb402042f4900a2fbfd7fb4c591c51466969d4bcddbba95b3f2dc61240ca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c11258b9f00e06b6c127db7daa1d6b3d13ad11f0e3e8180e5a7b0f7013c79625
MD5 e24672983c776762119201bba07b5271
BLAKE2b-256 769a49a78f351d7a28af00db65b63b4dd60933190b13937c401e7a3366f83ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99bade9cd2c5f19e85ebec65f9745cd5df6cc25fb0c5654638da0d82a67af7af
MD5 3192915f33e2fce5b5915ac670da0e86
BLAKE2b-256 066d4be165f9955fcee2a2028e92d75dc09a35771ff654dd249eca5cdd20fc8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0977cea6df107d5c6b2239756e793515dd2ce6bfcf51e3f629b6d34193b166d
MD5 f98d00eb388bdf2f08d23c4f201fde9d
BLAKE2b-256 1e6963af99030956e26edd9e302ee272efbdbac1a20383dc08710c0bde47c8bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fe0eff771672f53763ee56507e99193ee50415d6550b2b8414431fe480f990a
MD5 42605ea1be9f76ce95de8d14fd658c95
BLAKE2b-256 8b9db2429a9286f98c26f6e2d4e901b89e8f0c190a88f1e6764ffd3bea0c888b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 42496d852d20cffd2c71c7eed5d24c98219f092de853e9efd8f0f3d9811ae173
MD5 f01553f105ce1373355977899cf7bad0
BLAKE2b-256 f2a2a3603eeb7330e9709cbece03b84a5cbdac136739d7ff5b562dcd935989a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9033241639838577eaff5096c0f809fd6320c61832034ab8db7871d29a2341ad
MD5 2e770724ebd1cfabe55cc1fadc440018
BLAKE2b-256 7b2017865d12d676619196f598440068dcf2f10659cf1dfe9c997ced6430d949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e7bb79d52cc94e4af2b5879e31583e90994003d6b43949a140c62fb246798089
MD5 d72281019d0e2d5a1d25bb9c5aaf696e
BLAKE2b-256 e82487f064a95567b298c62d913d90650ffc9e3577abf4c3ee989a6748997dd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a8cf89de8215e06daefb26bc0d08eb47fdaf0a25441433a38599043603e1a988
MD5 91719b8a431860495f204676e98b9317
BLAKE2b-256 ad2c1ca90db2527fa0fc19885a2254de7f3434b930307a4ba3c452096ca60b74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 643.1 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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 63cb5ae4769da99f4821d0a738c6cc339d3de277c533deac40a22c784566384f
MD5 60871b9bc14a80eab1b2547bbcef13c9
BLAKE2b-256 b3361ba70f9bdd76c13cf8bda9a58e69a5ffdfa605983ee1f158bbb72cbd8878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8cb3834ff3226fb731d76ade6328e43bd1e9bc4b118aa30676e2e5ccb33c4ed
MD5 0529f0123564426c5279c084802da59e
BLAKE2b-256 c52f3dc5b500b97f535af17733d58573d31930f6e1c2ac207e5b35c2e3951222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d027f4d678a2ecd98a10eb3d4bcd44a1c9c032ea6d0ca20ed5f16e4e41c0f5d2
MD5 2402b8819c2676c893bf3dd6d478bb89
BLAKE2b-256 729cec7a1a90584ac01e358a9150c5da5ac3528bae7c46acd62f7eb98b46b047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1aca75b009e2606d2fc30bbb0f7be34becceb34ca462f7140d8555a52b3eed4
MD5 ceb25a899754c70701e35f46f2653949
BLAKE2b-256 55103cc32d0feef97f12067f299322dde3cdfce17c57e22c82049f54efbcda03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a00f6d66a31209b6a7efc05d3132a5c0cdcc903ac43e9624d2158e12b8a2688f
MD5 931b733128755bdafbfc94e766bd9966
BLAKE2b-256 f8e3709ed90bdcf70fe554608a6b0c16553e9b108cf350cf9074c942f593ec08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35d70e748777ffd59ea88d0789973acd77fce4a97670a182b0a0950f64fb0ba0
MD5 4987bd6cb1aed0af51c0ec12d8069d4c
BLAKE2b-256 a3d8d9bf3594ecc7b1adb31928c1047c8c8bb1792260eabc409cf76d422b3d61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7bf7338156ab759a283f5b36521d4c11e3f2767455b3d1c5e6a1647014f63a29
MD5 2c91a7670e89cce623a9eef5e9a192ce
BLAKE2b-256 226791f1c74607ddd1d0d760b765c42e43b05afe8e52acc48f5d2e5c7026a192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c3fa3f2cc89287c0523022f909d1d03cf270447923990d7afe8ee0957e45d57b
MD5 c5c19d8e1fde8dc95d1110b30fa45e25
BLAKE2b-256 7566cbc6e2898be5568d553ccbd9319f1c3e0fe1effa8c65b8a821ac3ccaa3b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ca670d8cfe0e768b07fda5e94a2ee0bd10f5cb8aa1febbd7527b741696b70af1
MD5 9dfa4f692916d3dc162ffa96f65bc49a
BLAKE2b-256 26141c7a8d03537a5b29c1317835d33949fb7896f8d3140ad0810622cb7fb4e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 888e142e62ea9add0324ea892f1eb5d7f30c69073d1f989a8eb5a4ee21f63736
MD5 375ccd3eb7c35c93a25377044bd86d78
BLAKE2b-256 35d0279726fba798169afcf2cf9a89c9ce2ef6a7f62de84d5dec2e24489544ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f27294b32744b21a43ae965cba643d8866be998027cb8bcd6a0c4a9626c35716
MD5 f95e3a600dd0d9f4ca37a9ca68d7b23b
BLAKE2b-256 822d7c881dee60743aadb8741078965ae029d2e22c4cbf259d87cf689dd4be54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac69dae9c323261deac2daef119234b15a70fe364c65167941478b36c27e960a
MD5 dccbe8a5d580f76531cb497cffaa9d4c
BLAKE2b-256 7127750775cc95b67c4eb2b004e284750821374537bb10cd957e689c4dcc36cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 015ab13a0a5d42d404f6ff787b8d81c892595f02b133ed847d1a4b70aef13d31
MD5 f036d7b94129096314e08262754c1dcc
BLAKE2b-256 6f1b68d649d0f910493cfb8c7cacf2750a5071017fa7f38093abb5d3617ebcd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0ba8f134e4d2fca1fbb11bf3ab780245b840179e6ebe5fd9199d98e034daccd0
MD5 45034a48ea231609c52c2ed9c574ecea
BLAKE2b-256 a9802025455fc2309a581a26897cdc04fb3b473f0cf4602828b2589244da731a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 949fbbab78c109a3b8835292210f0025df2e721299b7e0dd0ef8b98393e86edf
MD5 685bdf99bf32847132d2752b85f6d19e
BLAKE2b-256 4c5b0a9369297a4a4ea9a721adde6d187e2c7d6a866ab4acb2de295852b19b55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1713e89fa221079fbb663dfe152e5eaf51a02afb58df09385a96bee88b1deb7e
MD5 ab1e26d98d63b684c8bfeaa3162faf75
BLAKE2b-256 f650c23297a90507db5637324ff29af2fe1c90dcb5dc7d46952a2d36b1ed65db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 13fd4171b3a3ff351f0dd06717f0ed358f0bbd73a28ded78b2a8f80087e3eb24
MD5 b6a330f3c3f67b2c37da88cb7e10be55
BLAKE2b-256 0f3b23a58f46b72e464ac21fa70f47eacfa5ea6eea1bc3447aa35fd693cd5a26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a6fb1e5b08f7f30a9dadea20e564e672132b4e99fbe49577c7638933ef81d510
MD5 199a98e8af0daebdc52945d5e5e5d440
BLAKE2b-256 0f78703d0d4e9295a421b9e1c41d6f50b607e96130106de2ec1800c1efbf806f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7157630beb254ef8c29586bab4d3af986a8dfdf18947609d80ad9c7ec7b6b3fa
MD5 cee25edaa9cee8eefda397fcdf63e9aa
BLAKE2b-256 33f62dd7f991fa236fd800591cef3c0c99e1dd08cbb464ddcbc8f1d8650d80c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b6d02b7c892fd50beb7331838a52b0fa72f198c37b399c9e8331f7b04ba2e7b
MD5 e538a3ef1e706b180c26d4698f676d48
BLAKE2b-256 ef4849944dec11a4cf245889affaaa866da3183ca11716f958b3c55543873c33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 31baf3c711ee2185e65c2eab3e26eeb422fe9b1d54142838deaf84a215c26ea6
MD5 7e682bac06ed8fabccc8c2df2253e967
BLAKE2b-256 693e24b9a33e109eecd1dd39f39be078dab5f89138acbdaec3c9be4a2f0b14d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e7ff5f075db24fbf1280a20b6c9a74ee07070d0bf70eda505cf3a18fb1ec5b93
MD5 ced5c9ccc49fbd3182da32c35cf87ae2
BLAKE2b-256 b1e5fdcce2c63470545a6fced72a0b0805045c9da71e742660f20e769c1bb444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8bff28c1524fa46cf9d55941cc1b2b8a2eee543a54b633e90ab5597b41412caf
MD5 fed4d13f49f7a8c28ae991d7f95d2619
BLAKE2b-256 4808d1ed57288bf547c19a5073455af1d7970b79842088b8396bcba5d10a0401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d4c524155a8729b1613b7f615b5f734231959c9f0df46988e8a71b2d40fa9de
MD5 b7dde829589d1aa18d343326df69dd09
BLAKE2b-256 6408f0a5607c6c3f5c3971106230f61edadccb67d94ef9913a3f5d891c2ac8aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a32237a8c934c052f6082759dff859549f4592f02db73a3edbcd88e217c553c2
MD5 6c8dc9a6efdefe530aa0d80eb67d2f6a
BLAKE2b-256 0e6f761e4c94185a13ed8fbc22261e496e546ddc26a2b25c1983b464c9f635a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4a54448600fdc2e0a0bf20c294687f2afe010eb9f4b8cb5cb72b157c386cd8c5
MD5 304a39811b20517b39575ab6cd6798a1
BLAKE2b-256 58f381b7d61c5e9645b67695b4cb7282f43f0bb591c9f9edebc9a73b1db64436

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rignore-0.6.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 642.6 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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 14d498d66be9e117ff67b477520be69561203716be0f1ce7af92f80d86c54df6
MD5 cace52279cef1d687e604c570c211f1b
BLAKE2b-256 cfcd42672007b3d27686fefa53f81d0c808633ec44f8a43b28867efba66cf4ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 646ef68f62f9157d9f31eed61fdf1f9ca778d2a87e876b0ff2663f32c33f494f
MD5 88cbfae0ed7e57129fcf2210f89362b5
BLAKE2b-256 206b9f6e236465d71afeb2432496244439995c385b4f6e2078aaf5e82f69fb70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 85025009f61b2a648118284f93b382757884e39ee27011a61ed7a1fa28f3dc81
MD5 efefc4d2861bbd0b7e8b07c7e3b8cc08
BLAKE2b-256 c449f78f765f36baff2c85859fb77c9825fb3f0f715d1215ead17fa2ae64ae20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 98c22f885583e0a64fb12b04da2c72ead585ae0ce2f14c5be20627b953731e5e
MD5 dd86c4f553d843084005f4a14e334896
BLAKE2b-256 8680c9143e883f012b988c8d528de876e9be90f6e8c3cf6e613d89b95c1fa326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91572279cb5f33e8548f413918914a5eb98a2c6ae899a37c8dec1a1a10e6f99a
MD5 c7c213ade34c2f7c920c6eb73e490e51
BLAKE2b-256 9a3ba91d55b32a2be773e57c3591d50a4ccd94e7cc67cec01755c44292e890cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d532f5303a261f46549840abf73a4f02ea0ba8dd4afdd63d0f53d893871b3e0
MD5 a88303f0df8ecad51db18d64bc74df62
BLAKE2b-256 e85a6bbc904bd3fa4a26794aacab1dcbb86882a1740b22be0ae39a4186da5418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d02696f78605c66fc5fa6ff2fa0f6e0583167475f88a94a357f8d0078198b44d
MD5 a90ba3ff0836b44dc887fe451f720c86
BLAKE2b-256 b7d80502510725bf3efa7549cf496273d3aa8a3e8f2215bc15c00aa91f314ed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 269f6c11dc8fbc49397bd94a10c05be19df8ab0a7d35be0278e295f78ba44e51
MD5 0c968e5a5887607eda0abe74177c8fac
BLAKE2b-256 3744a2f81009dff43823e3225bc0cdd0f89792383acc54d91e77b796243b6099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5310c28540840307378564c52f923f1659b8c726d474fb029150dfa1a7bbe739
MD5 623454c90036d518f9aca91f87becb68
BLAKE2b-256 803953c4625c2b0f048d548e407174c5184c698f6de169f605021e347f0b3701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad833b392e0a3b9fb29a9bc733bca6ee4d46c35c15c91736c9bd8c0cb6427986
MD5 ab489265226c4a879eb092b1f12633f8
BLAKE2b-256 fd5c4ae2c9b332d6d88de714f153441edb927f057627daea0151fd8d9d7ec768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d9781ce8e3b20270181d077be59e17bd07b54724ad116dd2290b6f699366ad68
MD5 c58508dff5e8790e8127454070e35931
BLAKE2b-256 5f18456fd37535eea650259f088c881aa975d5beaee7762a1d90d83569adf626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5828eca751832eb01a3beee4996ae639a9874393f00b70ed531d49f22dede663
MD5 2559793bb46a587ba0ce45ac02697971
BLAKE2b-256 aaaed82aea5fb06b28b4a1f4e5dcb50c003cbd366f10baef0d866f4b2929e845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7615b5f62be09f92b9b721fc7936ebc092a2a5b317deedadc13114bdd4c0139b
MD5 3930effd82b26c939da22cd2709189d0
BLAKE2b-256 67312fce701be905e171f966ea3c70d6513afc6e488698783dbbd75d5b47efbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 920b9fcce274a03a889b8e9dcf89354b722d058300295fe469c044a08f45a979
MD5 c76908096857d2ec05c9122c00210468
BLAKE2b-256 818838442751d386c80f6fcfabb676920cdfea8cbb2b28b289fd29b0aab2c18e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ee447e0bac4e5a713568135cc7f4a03fa7b3d98dc9ab8dc38a6472a6de70018
MD5 9ec6520a2b11724323387762b52591f8
BLAKE2b-256 a39f7327b01d1548f9b7ece9e943b5893a7637a2a22b4c7ffe1395985f98eb7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c7729860d0ac512ead6d9c8e4d76028a9260a288e73007d72b2123fe9742f7e
MD5 92be43095dc95fea2977d3edd09fb99e
BLAKE2b-256 57cab857174e39199ad4cd20e4b01f4208c8939d1ea6d7cbf6ff7e4a6f73cc35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0bd8e082a849eb0d51ce88483a41d5700c16acd2d11e74151e3a38bb491ef266
MD5 53c59cd71500e8bbe5137c30982e448d
BLAKE2b-256 7749487c57dfe6aad6461184aa8bedbbb9484178c45f0c524a8b6ce9143ce08c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 badcd5ea3a0bf4d514297c606dd084cb8357d525bf59f1b9e07bbc42ea4542a8
MD5 cf586a599f70d96ad81ea1df744cd718
BLAKE2b-256 fdc4c7af81907a25578049f3158be6942d825a60a802365ee544eaf1faa0c2c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8f80e9e2ead25057266b57660af929cd5baa38e93a13bf9874be139930d594d8
MD5 a833c41165b12ffed0970ad1fffaf671
BLAKE2b-256 3a4d3642476fb3b50ac75a1043441996813d0905d37ccb891f49b2ee72a1dfc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6bf01c692f4b913f976ffcb9083097a5b5534043b39c4a8f63a1f4c75ba5714
MD5 4d45b391a19c19b2155b4aeffcf2beae
BLAKE2b-256 0d11a87cd555188b28d2ec2b33df38e70c52a0f1e8b4faf82784bfe454acfa37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.6.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ea29c043daa7577966706b69df987fa80a489d58803264d3c471de2940dc7be
MD5 4d30822da1ae0eb9fc3db9bbdb4bf142
BLAKE2b-256 cc6a8fe445654752a7cd59443b16d7b00bd55a8ebca57ededbf485c738bcc105

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