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.7.0.tar.gz (12.8 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.7.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (952.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (866.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (976.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.7.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (867.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (893.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

rignore-0.7.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rignore-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (867.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (893.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp314-cp314-win_amd64.whl (717.4 kB view details)

Uploaded CPython 3.14Windows x86-64

rignore-0.7.0-cp314-cp314-win32.whl (637.4 kB view details)

Uploaded CPython 3.14Windows x86

rignore-0.7.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rignore-0.7.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (974.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

rignore-0.7.0-cp314-cp314-macosx_11_0_arm64.whl (810.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rignore-0.7.0-cp314-cp314-macosx_10_12_x86_64.whl (879.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rignore-0.7.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rignore-0.7.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (865.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (890.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp313-cp313-win_amd64.whl (716.5 kB view details)

Uploaded CPython 3.13Windows x86-64

rignore-0.7.0-cp313-cp313-win32.whl (636.9 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rignore-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (950.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rignore-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rignore-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (865.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (974.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rignore-0.7.0-cp313-cp313-macosx_11_0_arm64.whl (811.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rignore-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl (880.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rignore-0.7.0-cp312-cp312-win_amd64.whl (716.4 kB view details)

Uploaded CPython 3.12Windows x86-64

rignore-0.7.0-cp312-cp312-win32.whl (637.0 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rignore-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rignore-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rignore-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (865.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (974.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rignore-0.7.0-cp312-cp312-macosx_11_0_arm64.whl (811.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rignore-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl (880.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rignore-0.7.0-cp311-cp311-win_amd64.whl (716.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rignore-0.7.0-cp311-cp311-win32.whl (637.2 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rignore-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rignore-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rignore-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (865.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (891.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (975.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rignore-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (815.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rignore-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl (883.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rignore-0.7.0-cp310-cp310-win_amd64.whl (716.8 kB view details)

Uploaded CPython 3.10Windows x86-64

rignore-0.7.0-cp310-cp310-win32.whl (637.2 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rignore-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rignore-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rignore-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (865.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (890.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (975.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rignore-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (815.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rignore-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl (884.1 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

rignore-0.7.0-cp39-cp39-win_amd64.whl (718.4 kB view details)

Uploaded CPython 3.9Windows x86-64

rignore-0.7.0-cp39-cp39-win32.whl (639.5 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rignore-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (952.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rignore-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rignore-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (866.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (977.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rignore-0.7.0-cp39-cp39-macosx_11_0_arm64.whl (818.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rignore-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl (885.7 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

rignore-0.7.0-cp38-cp38-win_amd64.whl (717.9 kB view details)

Uploaded CPython 3.8Windows x86-64

rignore-0.7.0-cp38-cp38-win32.whl (638.5 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rignore-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (952.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rignore-0.7.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rignore-0.7.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (866.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rignore-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rignore-0.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (976.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

rignore-0.7.0-cp38-cp38-macosx_11_0_arm64.whl (818.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rignore-0.7.0-cp38-cp38-macosx_10_12_x86_64.whl (885.0 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0.tar.gz
Algorithm Hash digest
SHA256 cfe6a2cbec855b440d7550d53e670246fce43ca5847e46557b6d4577c9cdb540
MD5 eb08bf253e8d27573cdce6494bd39916
BLAKE2b-256 ae46e5ef3423a3746f91d3a3d9a68c499fde983be7dbab7d874efa8d3bb139ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 504f66805fcc2a684cd1cda460d9f15b8b08997f06d9281efa221007072c53f5
MD5 7c2a574455a7f0495b5f4bea49de1c7c
BLAKE2b-256 a133d331a0aea9e4a00ff530ad18421c46e213da1a608ad05463a2e5ae6cc572

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5770e783e08403b02c052b8b74a3e9431142aca93c78ccd1cc389b4dc60c2846
MD5 bfa196090d154d1345a65d95ee22fa1d
BLAKE2b-256 3389b231f432caced14303055c8611b34c5e2910c48b882de1c79eff4ce177d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c5721daa569fae74f5bf060165f96c6fec0a963ed008213e778259945406ec53
MD5 f3a825a36843f0ebfb5543792e2a6222
BLAKE2b-256 01bfee6927f8dd8644f4c9c44d364380ab49629d259cc9611224512b161d7bef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ff87634a648f17a9992ac4ce2fb48397696e3ab4a80154a895b9d1f6fc606cf
MD5 242b11f59fcc609332d556b6695b7132
BLAKE2b-256 ea112f998fccb85a31f8dbd94b31123b48645067d4ca55b49c033987286475e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98fae67456f053942ccda2cb2677a55fd34397e6674eaa403ab7c1c4930dcb12
MD5 29b8bd382feb424f7c9d87b70c71a4da
BLAKE2b-256 2d29f97d581fc4d1013a42fe51154f820a7ccb97c679a2c2ea0c73072aa8935e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 14e7e5ac99d60dd1993032205de7e79c36687825c45a7caa704620a0e9fde03f
MD5 acb3c46e01daaea0b76a9e48c5faa53b
BLAKE2b-256 1e262f8cb5a546ce7056fe0fb8afbfc887431f9ba986cd7b4c65821dac13afa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 77cdf15a8b0ab80cd1d05a754b3237330e60e8731c255b7eb2a5d240a68df9f8
MD5 845ba0dd3eb0344529260a72e1b4cb08
BLAKE2b-256 8b66943300886972b2dded2e0e851c1da1ad36565d40b5e55833b049cbf9285b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ccbc0b6285bb981316e5646ac96be7bca9665ee2444427d8d170fda5eda6f022
MD5 f611a1073cfa299155d7b4f9875bcf2c
BLAKE2b-256 cfc53caa7732a91623110bc80c30f592efc6571a1c610b94f36083601ebf2392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f40142a34a7f08cd90fb4e74e43deffe3381fa3b164fb59857fa4e3996d4716d
MD5 c29dca7683cdf20684c86c33b9f9b4f9
BLAKE2b-256 2b60b02edbf5059f7947e375dc46583283aad579505e9e07775277e7fd6e04db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b55d2dcee6808f677ef25219ec0bb4852fbf2edb0b5010a5f18fe5feee276d6
MD5 d7a24b12df7f7c36296e4497938a0a82
BLAKE2b-256 6a0618da8ea8fc217fce872f81de23217c7ae011dd6e396dff026a262b499a4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf4eebeebeabd27467b51d5dbc92adc7177fcfd73a29c86f649853ba476d98fa
MD5 eecbdec7d959982081676c04f260510c
BLAKE2b-256 22958ce27268d27fd12bc1b80d3e1840402f3ef3c205e788975d61c7a4077ef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 89ab6d73ffd48be27032def1decef83faebee891519e7f2006df5657b8ba2f4a
MD5 7dff4c4096e1ae31360139fd8a14578c
BLAKE2b-256 986c7fcd680db36c2e34c0d5cceefd7a423772a9fbf25bb468b5748fedacda94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 78c8f56aaae18406699026e26f9c3b4721adc95f08ac4e76972aed0efb5eb91d
MD5 946f85ec42db2e7f8aa53f4be12c7ef1
BLAKE2b-256 362d2673af40f46c2182c34d06e0662c035130008b47f74e4b5c72cddbbb50b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8aa1c3215cc9587e55b3326357637e17a2ed713ddb2c59339f908aae98ae01d6
MD5 f2ed60dda3a269f7d1861924a7dce284
BLAKE2b-256 5dc3965ab1d3674e790429a63d8486e2432fe120b29d4f4682a4171b3b3efac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7c1402445b24c8904b6cef124f2798d55a2ba84b41397d7fdab6fe316b1f20e6
MD5 794f2353f32bca48a97a65d9b4250f68
BLAKE2b-256 83b10c62eb8df324c00ef65c02c24dee30cc5a491ba224728916703761ee7c80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e6268a12ecb6d25caf0adb166732940bd9113e7dddd46018e457f1fb9408a707
MD5 5ac5832e2962ded66bf12e373d34f62a
BLAKE2b-256 c0ac33080dba026b863a43e43a4c861278e51eb1b03c90f1a108f35a74b85d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f18bdc1bfd73da6a43bcf2c08f94e1ecddabf234e47e0f95daf6107cf937fb3
MD5 5ec43cb72ac3184dc858ef1f1f291779
BLAKE2b-256 0b5e0bf7c2101cd557374805372ae8a230ba83b4aa460c2f2f327580f79774f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11831ac0c3bc656667848abd0cb869d288b13ad69a976cac307b447a4f79c9d3
MD5 0d257087487604735dba055cbecdf90a
BLAKE2b-256 eb2859aa850097283f3ae651e13ced4a8beadab8bab2f193a6e6d32d4235fc79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 648c052ba530ff43ecb516dd33831563ecac9878cd54897171237198870c48d4
MD5 97d1dbaa54a61e337ece5fb6cf4bc117
BLAKE2b-256 c9a9678ac02cb63517335ce442507438c06d2e21940ae8baca3e4457de6426d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5a50ab60948bd7339ab50329991acfe7afb5fec4a444f0e19939ee6e18d364a
MD5 e3b42c753c4d039b56b521563f654ba2
BLAKE2b-256 0256a63bf6c3499a08713d491dba0543b47176f389c873e03d70b72bf0252216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3830a252b7e82ba61595489a819af721f645dd42548d5801000583044745a41c
MD5 695101e57671c970f9decba117d3000b
BLAKE2b-256 a66f3003ef871fac5f6ee7599695078c9d9165fee8171f9bf794cd5cddd4377f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 165890c27b1fd8ec71d47a05e6a11c6cf42693f3b479f3fc8d0047b5c2a46191
MD5 0c25587b8a618171b380782e7dd56aad
BLAKE2b-256 8c4b0ba560f01a4cc22ecf5058311132b91e76dfef91f95a99072aae7948abf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4e9af74b3b90266d7700b44a08217af636421b6e823f9280f9521a06e4fc18b9
MD5 dacb59c719e29b8e8e560846269fe5c7
BLAKE2b-256 fb83bcf95d4fcb8653c8556b4d50873830253ac46c34f005b135819979a41884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c2150dbfb0227762a0af2decd7cc67a1c8b5cb4d35f8b83c674143fefc9b76f3
MD5 66d1d7d18271bb668a80aa4c803b9498
BLAKE2b-256 281807e6ff331a227e67bd2ccb9bfd823cb40434db26e96c406935a31af6f484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f9ba817b3ef8560c34d18764f32b7165027a8b82503a1f57ccfdc821e689d30
MD5 c00b5e7b109977c1939ad6cca66f4226
BLAKE2b-256 6500226cd6516bbf1b8a74fec65d2c1f19bc38866e41099d970e35f13984812f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 280fa78100c94640f36fe40304b5fdda1f14487f306f20b884f4dc230ad86e7b
MD5 b2c5f2f9abd1bd4205bc8e3cf3ebaf9d
BLAKE2b-256 1fcdc5b39846a51d9dbc90ec6a0ac3502c9c827b4fcf2ce70b80ac9ca346cbb1

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rignore-0.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 717.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for rignore-0.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2401637dc8ab074f5e642295f8225d2572db395ae504ffc272a8d21e9fe77b2c
MD5 68521dfcea24f8bf70b39338ac96991b
BLAKE2b-256 1c630d7df1237c6353d1a85d8a0bc1797ac766c68e8bc6fbca241db74124eb61

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: rignore-0.7.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 637.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for rignore-0.7.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2850718cfb1caece6b7ac19a524c7905a8d0c6627b0d0f4e81798e20b6c75078
MD5 dc258cd11b1516cd8fa16c0458a66c02
BLAKE2b-256 ed8d0ba2c712723fdda62125087d00dcdad93102876d4e3fa5adbb99f0b859c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7e6ff54399ddb650f4e4dc74b325766e7607967a49b868326e9687fc3642620
MD5 e5f1041dda05db49adb8d3c47d44f33d
BLAKE2b-256 f282935bffa4ad7d9560541daaca7ba0e4ee9b0b9a6370ab9518cf9c991087bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 09dfad3ca450b3967533c6b1a2c7c0228c63c518f619ff342df5f9c3ed978b66
MD5 81f71ab05e95b214a9bb725cea796ab9
BLAKE2b-256 1e0e22abda23cc6d20901262fcfea50c25ed66ca6e1a5dc610d338df4ca10407

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rignore-0.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7f71807ed0bc1542860a8fa1615a0d93f3d5a22dde1066e9f50d7270bc60686
MD5 8bb6c7377815a0ea42f8db97c7b98619
BLAKE2b-256 e9baf522adf949d2b581a0a1e488a79577631ed6661fdc12e80d4182ed655036

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.7.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a296bc26b713aacd0f31702e7d89426ba6240abdbf01b2b18daeeaeaa782f475
MD5 835e3aed76e5f0d50e7ab7edf4216e51
BLAKE2b-256 c434c42ccdd81143d38d99e45b965e4040a1ef6c07a365ad205dd94b6d16c794

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04a3d4513cdd184f4f849ae8d6407a169cca543a2c4dd69bfc42e67cb0155504
MD5 37bdb9db0ac0058b821bf57fb4554372
BLAKE2b-256 8ce27925b564d853c7057f150a7f2f384400422ed30f7b7baf2fde5849562381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dba8181d999387c17dd6cce5fd7f0009376ca8623d2d86842d034b18d83dc768
MD5 e78b30821d9fa5e71891e3d672988071
BLAKE2b-256 458bce8ff27336a86bad47bbf011f8f7fb0b82b559ee4a0d6a4815ee3555ef56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b12b316adf6cf64f9d22bd690b2aa019a37335a1f632a0da7fb15a423cb64080
MD5 2148d8a5365b65c82a39ea8ad78988a2
BLAKE2b-256 a3a77400a4343d1b5a1345a98846c6fd7768ff13890d207fce79d690c7fd7798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb17ef4a413444fccbd57e1b4a3870f1320951b81f1b7007af9c70e1a5bc2897
MD5 e28b19d9866d562b15fc128f5f8fa29e
BLAKE2b-256 c3634ea42bc454db8499906c8d075a7a0053b7fd381b85f3bcc857e68a8b8b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4f0a8996437a22df0faf2844d65ec91d41176b9d4e7357abee42baa39dc996ae
MD5 f14bcb3553490ed8a95925b02a395f5d
BLAKE2b-256 cbdf13de7ce5ba2a58c724ef202310408729941c262179389df5e90cb9a41381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1ead4bc2baceeccdfeb82cb70ba8f70fdb6dc1e58976f805f9d0d19b9ee915f0
MD5 8ff5bdef7939667db8cb886d89e058a0
BLAKE2b-256 ae275aff661e792efbffda689f0d3fa91ea36f2e0d4bcca3b02f70ae95ea96da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b57efcbbc1510f8ce831a5e19fb1fe9dd329bb246c4e4f8a09bf1c06687b0331
MD5 5a725cea1ba810e718d88363b3c1492c
BLAKE2b-256 45a0ae5ca63aed23f64dcd740f55ee6432037af5c09d25efaf79dc052a4a51ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f2255821ab4bc34fa129a94535f5d0d88b164940b25d0a3b26ebd41d99f1a9f
MD5 30b5a504b061547ee5022c216ee6ea55
BLAKE2b-256 69db8c20a7b59abb21d3d20d387656b6759cd5890fa68185064fe8899f942a4b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fb06e11dda689be138909f53639f0baa8d7c6be4d76ca9ec316382ccf3517469
MD5 3e35945eb29f008e44975c2737d317c8
BLAKE2b-256 7916f55b3db13f6fff408fde348d2a726d3b4ba06ed55dce8ff119e374ce3005

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 119f0497fb4776cddc663ee8f35085ce00758bd423221ba1e8222a816e10cf5e
MD5 3e3f0a1328fa981da83a15fbc185653d
BLAKE2b-256 8322ea0b3e30e230b2d2222e1ee18e20316c8297088f4cc6a6ea2ee6cb34f595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33fb6e4cba1b798f1328e889b4bf2341894d82e3be42bb3513b4e0fe38788538
MD5 2d9286128bff942989c5248c16f4735f
BLAKE2b-256 c2b3b614d54fa1f1c7621aeb20b2841cd980288ad9d7d61407fc4595d5c5f132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6b70581286acd5f96ce11efd209bfe9261108586e1a948cc558fc3f58ba5bf5f
MD5 5931473b4465e73707079642701608e3
BLAKE2b-256 ec244d591d45a8994fb4afaefa22e356d69948726c9ccba0cfd76c82509aedc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 57240739c786f897f89e29c05e529291ee1b477df9f6b29b774403a23a169fe2
MD5 37e0e9900224d30fba1289d7e5d88789
BLAKE2b-256 65bb75fbef03cf56b0918880cb3b922da83d6546309566be60f6c6b451f7221b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3749711b1e50fb5b28b55784e159a3b8209ecc72d01cc1511c05bc3a23b4a063
MD5 3fb7b448e31eb05648eece888c824fe1
BLAKE2b-256 6e67de92fdc09dc1a622abb6d1b2678e940d24de2a07c60d193126eb52a7e8ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0428b64d8b02ad83fc0a2505ded0e9064cac97df7aa1dffc9c7558b56429912
MD5 aaee51a44b304856986187718c76e889
BLAKE2b-256 551a38b92fde209931611dcff0db59bd5656a325ba58d368d4e50f1e711fdd16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8525b8c31f36dc9fbcb474ef58d654f6404b19b6110b7f5df332e58e657a4aa8
MD5 fe62d8bc148921564dfa5df276d17b47
BLAKE2b-256 b4398498ac13fb710a1920526480f9476aaeaaaa20c522a027d07513929ba9d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dba075135ac3cda5f3236b4f03f82bbcd97454a908631ad3da93aae1e7390b17
MD5 b507f29469e493d44428573b0ec8187a
BLAKE2b-256 912c68487538a2d2d7e0e1ca1051d143af690211314e22cbed58a245e816ebaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3a155f36be847c05c800e0218e9ac04946ba44bf077e1f11dc024ca9e1f7a727
MD5 3d5e61d98b6426c324d2874dfe864c04
BLAKE2b-256 8b7ee91a1899a06882cd8a7acc3025c51b9f830971b193bd6b72e34254ed7733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b89a59e5291805eca3c3317a55fcd2a579e9ee1184511660078a398182463deb
MD5 8ce786bd4993dde2f3353dab669ced48
BLAKE2b-256 aa67b82b2704660c280061d8bc90bc91092622309f78e20c9e3321f45f88cd4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ab1db960a64835ec3ed541951821bfc38f30dfbd6ebd990f7d039d0c54ff957
MD5 e2fa081cff9465d62d64e7b3e022f9ef
BLAKE2b-256 e301f59f38ae1b879309b0151b1ed0dd82880e1d3759f91bfdaa570730672308

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a43f6fabf46ed8e96fbf2861187362e513960c2a8200c35242981bd36ef8b96
MD5 894fe6bf37a99a1b93e6b4a0a92dcd1b
BLAKE2b-256 f407d5b9593cb05593718508308543a8fbee75998a7489cf4f4b489d2632bd4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 190e469db68112c4027a7a126facfd80ce353374ff208c585ca7dacc75de0472
MD5 ab6709c83d1e6e90089a4afbfec928ae
BLAKE2b-256 5e85cd1441043c5ed13e671153af260c5f328042ebfb87aa28849367602206f2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bbbbc7582d3926a250a14acf7c6b1d60b6d610275ac026856555fd12492e716e
MD5 812b63b74aaef3d7010fc6be882a119b
BLAKE2b-256 b66a169ced0141a9f102a97b9de2b20d3d77043a9a0ced4ef94148f31ba02628

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 89324cffc3312ad50e43f07f51966d421dc44d7c0d219747259270ee5fbc59e3
MD5 c0bfae5276baca848a9d7c8b69e34a52
BLAKE2b-256 305b4566f88a4ad452f94995cfca55c2509238ab94c4e191497edd1fd21dac4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b88479f0a89828781d25a9acd485be88abf4f1f1c14e455b6530da265adb593c
MD5 8f6d8adf5fc34ae840f67db664248782
BLAKE2b-256 9d8a691d79e72f000968e1e3457ff53634760dac24fa6c6b5663d994362b8a99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f816b65c9bf97093d792c9b50369d5a81a5f95b4ed5f003d4091bd1db3b70d8
MD5 02ada1f959e121b13924bc9d629d35ee
BLAKE2b-256 4bbe4c6a860f851db6cb0b96a3ec62dd4fe95290ee36e67b845ffab58908c6cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 034bef935e3734b4ad2dada59c96717f3e3d0b48551a0c79379c4d3280b4a397
MD5 75157fb371099e1b2bb900819b702eb3
BLAKE2b-256 81303011207fc9f26f9eb21d2282dfedd8f2d66cf7a9a3053370c9b4b87601e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d261aea1a51ef93c262b52ad195a1092a8bae17577e8192473d1b5fd30379346
MD5 889a8a8032525ace7fac7d964f4bc166
BLAKE2b-256 deaea00181c0d2dc437a3729dbebcfffd67bb849d1c53e45850c7b4428f5fba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c871a31596476ac4343f6b803ee8ddca068425e1837cf6849ebe46c498c73c5
MD5 b28d08dfc551fc8de574285b44906fdc
BLAKE2b-256 4e6be0f969a1cb3ff2caa0dd342e512d7a0a6f1b737b6f5373c04606aa946e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a7d189cfb9059dfa497e5480c411bd2aba838124b50b93abf7e92556221b7956
MD5 19a78c980dbb1b3654de3a013a9f5585
BLAKE2b-256 442267d2fb589cedd7bf3a01e16617f2da10f172165b3ecdaa8fa0707043e9ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 32f5d3d90a520d61e43c2a23724852c689c3ed36b38264c77b613f967e2d1f68
MD5 896fab29a6c477d925a0e1c0765d0a4b
BLAKE2b-256 a6b9f73af8509842d74788fc26feca25db1eade9291fae79540872c130407340

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 570bcf51fd9f78ec79ec33f2f852e6665027fae80cc3e5e2523c97d3f4220369
MD5 ed19c1fc15a57ead44678e68244257e9
BLAKE2b-256 6ac80dfd755f57515d34ca26de011e016f62db86f7bef0586f2ab0d9f6e18136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0525ccf3e8b9ccd6f1dfc87ecc78218a83605070b247633636d144acdf6b73be
MD5 f75c866db1d3f58f045b83243e251c1f
BLAKE2b-256 4ee6fd2cbc71f725ea10892c85ea56bd8f54426557cf5ac2924f9c27b771ee45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5b7d8ce1efbd8fa865712d34753ce4eb8e0732874df95351244e14308fb87d0a
MD5 e48a5c188ae632961281188068633269
BLAKE2b-256 45cfccf053fb87601332e8b2e2da707f2801bee66ee5fe843687183f45c2e768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da1b9ccc2cf6df196fe3187287e7ed858e967ae56974901414031f5524ea33b8
MD5 04302b128b089ef9418916dbfd6b3b26
BLAKE2b-256 e07f8a16c5d6200952a219ad8866be430ed42f488b1888449aab0eba20e8123c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 df6d38f3c3903bfeec94e8a927a3656e0b95c27d3b5c29e63797dd359978aff8
MD5 8911f99cee1c00c0af5e2909dc16e11d
BLAKE2b-256 ca0ebe002ba0cb4752b518de8487968a82c47ad2cc956af354e09f055474754b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ac18b6fe469a3c57a92c5fc82f94f260922177b003189104eb758316b7b54d6e
MD5 8f34d9d3d51e658757e21de7e41ee9c6
BLAKE2b-256 e710d2ac60b125b19c0ed976ce66cae4d3061c390e650d2806ac2b9e6fe17634

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d0fa18c39a4f25275abeb05a7889d11b4dfed9966d5eb1d41fd13da1394863b0
MD5 8a69ef846861a896f555adf2958574b5
BLAKE2b-256 968c6e85f0437451777649a582b558252f671571ad044d3d14a70978d5f9070c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4deda4c3e5cec1ebfb714094cd9af79e8840680187537d13a216377d6aa2ed6
MD5 6a78da1da294da1edd1aeba0e55a732e
BLAKE2b-256 86f889a1269911e7895e3c4a5c1fb1abb3b9b255362035fa54c593287cf38b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b945b29a995fdcf669dc098ec40237131742de2cf49484011ba3f81d0fff23a3
MD5 4599f65349e5f87cafdb4655914b6ca1
BLAKE2b-256 0d49a327d54cbd5f9f34ed383057ee1c9a044571878045cbd37a129f27f13ab0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 989f35a152bc508c52d63d7d4527215c5dabe7981e5744bcf35f96c99f3758f7
MD5 6f589cf440b44ff10928dee374f7271c
BLAKE2b-256 8bea6ab6d1afafcd3f6e5ba898646bcfe3a6f69eb8f4ac264dd82848ab7f2c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 794f72ce7195cad1fb41c03b3e3484396c404498b73855004ebea965a697edd9
MD5 d303bf55a224cc78071f055cb32432aa
BLAKE2b-256 f3e2af19c05288c2afb5b79f73c68e88a34b88245b66e5cf358417461a72c8c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04678c2f1787eb07378754d6aa50e66ce712e0b75e8b843fd9e5e4da35130617
MD5 ea057c57dfbf1b68c272f426e14a7a48
BLAKE2b-256 b956c0a03cb643ca41091f0377ffea3a35ae3f3cff39b075ca94eec35fae6ed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9ffaf2047304b97bc648592f82c0aeba3468f43546a918994411b8f1d79d42d6
MD5 7680cc1f74e1a8a424199ae805f5442e
BLAKE2b-256 b61b6409b434420995b8897c3d6b5a2701343857d2d36d159bd9305287c33634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f115666738614cdb0ef122c2b48806043b9b6c603dc03a4708b2eb1df5a44514
MD5 c4fc27240f91ec56799c72c72014f182
BLAKE2b-256 d7fc18f5ac22714bdd0437aaa59ff2ded2ba3caff2745c89e671bc9c91c52947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a3c8b62a00c1b6e0ed73412ba8d37d05e214e6a8757f2779d313078d2bdec209
MD5 5e49b4501a4e002f7b4ad1ab5f42381b
BLAKE2b-256 d7b3602bb25ba0c862dd3f7f52af0f5e3fce4321207a1b76c0b3b7f17aed0146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 686c162f945ede315b7b63958d83531b18226cad4fae9170a5787dd8b8b4be89
MD5 1327e8bd99f5159e9ace4c4d6302f125
BLAKE2b-256 3108d64298cec32d5df121968b3ab75d17d2a30ff02f080a3457893e57689809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 53a4c4a43558f34b32732efcee9c79c7948ff26673bb764aa0e9bbe951e435fa
MD5 9d895945b158b7e0da9d5a75b469b6f0
BLAKE2b-256 c63b33783bc1681662789f71614dee496fb0dd96de4887eb8d5d2cb9f365d1ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f029f6b8f66310659d4e8616a0adaf0de79b7b076b1e37261d532b24e000eff2
MD5 c659187d53c7b44627a3c65e3a8551fb
BLAKE2b-256 95cf90db9c137bebce283f6fad00b032b9953ee4239f4f67e53e993550e0740b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a83923fd4adff85737c54aecbdb8b7c8f1bba913af019ffebcf6d65d3903cefd
MD5 86eb98987ea68ef59e5f9c6a564a86f8
BLAKE2b-256 21c4c6fe75a64c9499b1d01c6e00054a9564900aaee3cb8d99cce7b9d853aba3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 39a6cf0d81ffbbbd1c353b6a9a5634722714a6caafdcdc056f361e62049aa93b
MD5 fe2544bfa532c9989f26d032e93c2d68
BLAKE2b-256 8938da8013a7b5876e7ed54168e8c297fd8345c2d40e726ef122e2b374df72b3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bf43125e8b34828ba91fe37a5cfadd677ff46152d539cdab19bb1390f85d21a5
MD5 48fed399b9a42c51447b8a5371872d36
BLAKE2b-256 aad3c582c4751266f7293346caefddfcd9e7aa2b83085e8c57db6df47b51538f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3b88dfeb0d08902fe28eb5d75cbfac1d130ccdaeaca742eab1628bab7960294
MD5 3de2cd50daf6d9cbe0d302f63b4c1031
BLAKE2b-256 5a89195c5a909303c841ad5e1de300f1d3dd2177768cd3369318654f92b95d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7aacce87c710a3f254eb8b28a0cec1801362e7cf4f8258cceb8f36fc9cc695a
MD5 7a570e71d33978a0f7428d59d02b287f
BLAKE2b-256 5774e5ee481d4f7ccc373a1ebeec2d03415d1cf2b45522ac7424fe773b454f17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 34a34d5e86fda5355b55d927f43ff515c7371e8880b8f16cb92c3278c21327ee
MD5 f2370f79d1c322504ab900c3b4f6d446
BLAKE2b-256 6183fda08b5e11e98f9e96e8c94b7cd5c21ec50193e2861784eb6e21a61f6ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 389c5fe844ad1fd5fba46c0cba0d9e68bfdcaae12e943b135395730efe45bcfe
MD5 b44358397be7a759ad27199ae397d17c
BLAKE2b-256 e0dc2e6987f8f6c8c96c29074901d7d5624de9d1741b4cab6c15975ad159f959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 427ba9cfc424aedb0b569d659d2f2ea88ed308d8eb245446db10733a73db0fb1
MD5 c09619ad27d3dca4b3161eaef4bb25a5
BLAKE2b-256 1ced6d5c345ba0de67ff4096f0ebcfd2bfdad72335ab9dabe1c665a9579ba687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 20d62988d4f565ab101ec33c501527fde52693eced4ea34d5da61b88db602616
MD5 4b7205761f3ae1e9e860169ad7da120a
BLAKE2b-256 f598008476632a518463875d44dba429a03d59333194ed3a0d08b29c0348f7c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6cfe5873ac415f62d221d8bd04d88f9a70e73fe7aea0c094b9974e530628d8ea
MD5 6fad8da83055772404376fe4615b35c4
BLAKE2b-256 588a8cd9415da272e94a5b306e37f4cc3c0631f08b884836d5c92cf90cecc7a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c177b8267aa361bf04f9e28fa948881ff01e98e2556bf9d39b088e42de23b190
MD5 e30346f92aa0653aa3efeae4a735a072
BLAKE2b-256 0f3ada748c8ec25fa15a855fdb6f66c86fc1b1756f5cbe354389d4311d84022e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e011b6412690e34113d5cb133844bfe087fe9a57b37c63cb68671dfbf6080ed
MD5 162e2b2b5238ce8e0aa467bc0d2c7432
BLAKE2b-256 b31904831e4d3db0d828f9cf497b53c944b9c56c26fba764c98747013aae0585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 86280aae7d0980debe5ed6785e3fc9a68ca627ac84e7c84048d7d3fe6d80ef7a
MD5 6c101af020480264771ee2c336bff71e
BLAKE2b-256 44cac56e097b091313b723416de9e28826ac92d731af5c4b51c4892e04286efc

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4a96b9b30e3567ecec1fd37535f3c83093d0552af0891765a314650f35a22ad
MD5 2f848e2ed284ba2ce74e671970e6cdaf
BLAKE2b-256 7d6a4e7fa97d378bd55df4f1ad0fbe8b2deb79bc73c3f2081f584f59d7a232b2

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f9a456e1620aefb016fe0af51b09acd06736fddc8ce3417adfdd9191031b4c48
MD5 e8cb08ad5c3806999f3e064f93bbca66
BLAKE2b-256 6562ffdf1df1414f97b938926ddcd5914844c266ecb33131145d12be566cfd1f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c7b033fa7cba2df9a7647ee6001709ff5ddea51e8fefcb4ca4d24ed6d575822f
MD5 e04ec8b4b5477f545db8322cd8809e9a
BLAKE2b-256 2ad11d9216cd4585c4e055a6e484713c3fe439e0ae666c1c99329b1a24816162

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0bd08c60e14d6c24078f4b5b8dc12616a4d620e15a0545399e348d3cb137304b
MD5 c959b0f33d815055b390c2143715126e
BLAKE2b-256 c46dd1a1cf1eb9468249b32ec2b3c43adabd45b89b6f856294927c7bdf7033c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 236003f4d348e4e2992aa7936d38aeffbaf17e43e3b068623096ee4b8f7efa2b
MD5 00633fba4f8cd7e7d208f036053c0bb8
BLAKE2b-256 59db99b695509ad1f9d067b0382b8f595ae547d163b2aea90b8948fa2ee45347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f680188a2cfae1e64a863223e6a702c212d28b77fa3b9cc0547a4957b5845b0
MD5 7cea9be003281ebeda409e6d52457aa9
BLAKE2b-256 e4a7f975a509194b1daf02326d30a417b13939ef1faebbad260d5858de5aed2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 44cda8590511c9a9aa32e253267f1742b41260f3b71d9bcabdb07911cca41a9a
MD5 b62ed63b6ab0f2391efb02d52436e361
BLAKE2b-256 0ac494ec3ee3e86051c5c09a196298f6d2fad9208bcd7bb0f228ef35118a92aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0714ee0759fe57068ea8dc234672f939b5d07dbc89d4e0b59468fdb88dbca830
MD5 2e43449e3f8c073acaf88ff7c691863f
BLAKE2b-256 29ca42293e524c772ac1ab929496f395a5105e6c54687656320ea478d7c04909

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7ae8d7ec27ce07599aef2e83e7cff831888e381db0f0ee066d9fb4873ba14ab
MD5 f989cc3bdf6c3b045bba1237bcbf909e
BLAKE2b-256 16cb73fc5d9f99cf76120ec9b97b61bfc49967f37695c0ed3f61fca16a4eb1c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 baee13481bf5d335aa48cb3607637f842edaf418f5dde252fe9d99f360533549
MD5 1a3639f26026d6fd873917b896981883
BLAKE2b-256 9760ef01964969ec70995c0b30cb2e90dd16dfa9792259cf5060a5cdba437f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7cd512a48d9b0900b297fc0c2227e81096eed21e42dae5a9e82e332500fb8730
MD5 2b467c4743deae24a81bff33ca0e7a55
BLAKE2b-256 724cb20543b6ca5fb192a04504995b140fa0b7a3f143e9a5960710d093cc3bae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc34644c1d42ea0ec7b7b14a56203dbf19df6c258d75937191f871da3cd1c1ca
MD5 f27d589457527b78a2df724770081f91
BLAKE2b-256 6119655cd781fe7ede2c61280905f9694a4094db42b106d2f92a07197b7a3716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e39eccbb92f1b562b72aefeec93bfae38c8f302a58aaf9b2d77362b57e1cf27
MD5 3ce788a9248f5f7ce1b53c2b233b42ed
BLAKE2b-256 f49d288216c28dd35e80a56cd6f68952a1bb0915d05b429ad8003b735a3af31a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7a68d1a180d5af3e1ca2e3e1f2b318e6925677d06f5f4d6b3cbd2f63eaad9255
MD5 cffd7c778b3a52294193cd13438c5818
BLAKE2b-256 e28ec7c48fbad072a9d7ca8c2af5058540db85c57d82257323df6a088c0f3205

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7972651bbdfce4125525f54a7d9761bd26ec88201f669900a9c16c944db88113
MD5 3ad641d525d984d5673a7438763cc40d
BLAKE2b-256 aaef5f1db613e70fc68ec2c77bb0fa9eafb5251dddfbbee3f55536c7f4bb6acf

See more details on using hashes here.

File details

Details for the file rignore-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rignore-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5fd2d3ced1e54afb33f30884d03af0526540a1642b16f0a67b46a9ba3ded89bb
MD5 da41977718ae690882f95a5f914ab2c6
BLAKE2b-256 18911e66762741dc1179bd0916b2b1cad71a0d8cc77bed5b7a29afa1cd6857a5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c5f4cdc650bb19b6f6c0d2cfd6e8e4e6be27a5fb7513248f21f9c1c98f14d7d5
MD5 9d3b4f89853519cb5271ae2f75e3dd77
BLAKE2b-256 e314f55bcf4a38c7f29e45b11c7b6e75baa6d7dec32be1dee6ece17a5ea1f4fa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rignore-0.7.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 61177875c949e94c516e197271b1aa68228464eade35a5c0605b32aa918eeec2
MD5 3213db25ae31a9a25a03faf152ba7542
BLAKE2b-256 14a6eefd877acecdd5254ccd999cf865114002aa0c9ba93b5a9ecc1179955c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fcdba48e2d8ba4b77e434981d13f0f148cfedc78fca4811fb22d171904b3417
MD5 18e5ef155cb373b436ff6ea0bdea87ab
BLAKE2b-256 e9f156480b03dd9914ecee7350e0889d8f4f46deefb8c0e641a2715eea978904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a772ff7b97f4aaf253dd4511df508557eada3f9e17e595b8eb932e6759340bf
MD5 37271ad3a61e0b387b59d65b41fdc38c
BLAKE2b-256 8d7b610f3703dd68ecffe233167207da0837936f79049897e217258da2049b91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e7c7190c1657c7956345ae9883cf63d997b7f69fd79a08dce9f8611181e679cc
MD5 9317de2104eda7e20e3f20f46a9d0714
BLAKE2b-256 1efe89a1a3e088a634ce5333fad6d050303874c863ad9311c45e7559c913a54e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a8470c0938a511d706b17f425ecaa1b16de8b47b91f42b4bb019674f32afa65
MD5 34dfe30121ae3c9412c13251f47c0a64
BLAKE2b-256 d7d06222f525ba6cc10b4b7514ec9158d01d08fb5b2e878bf48b549d9ca4faee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9bcbea607f60b3c7ece991fee5426a6a313f099059dd57d53603c72957dc423f
MD5 4444add3f93b7daea078bb37ed39a155
BLAKE2b-256 406ce2338a7b368d464489f9d6afc79a687bc21ffc36693b9f20dd325a0fe453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e41d498fda0b51734bcf635aa5c932983b5caf65e140c110a8f2dfc1b0238d41
MD5 583e7740e1ac2aa539bb21b4d03d89e0
BLAKE2b-256 f21ffa7f1aa04dc0d4cedc9f1e939eb4ea4800af5766321d8cef86e0d95d70fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa5851ab746e864b5ceba201aef3902f23a4f77977ffc3dfb0d4b1174a7d010b
MD5 70c7d986ff6dbdbb9552e3e786aaf8d1
BLAKE2b-256 6221169b1aac0ae2842ba201aea95f714bc7dc9eea6ea6331d7c74fbea07266d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ca0a4e5f31d321034bda7f78cb890f1e9c82cd3dbce61667de8a20b655c33dcc
MD5 71c1c5bb00ee41e9f0be7cc551daca10
BLAKE2b-256 517b1a19874a0fef62b0919bc81d5cc14d91a443dc58e7492cc18ce255a8713e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d9c9cc3e07f832c9d4aecb98ffe079659f4cef9ff73faa5bef49f96ca4f4c7f
MD5 c37324cc37157912f344055952d51749
BLAKE2b-256 e86af2d0ee15a59d10c4e6d9e4a75afe3c948f5624bc57e0fd2603a5dbcf61ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0e67a9c6a3b7686b5985a290ff6ef7d2fabc86b696c91f513477de50b8a4e1f5
MD5 4b9130672dff48ad7106a546a0b36c5f
BLAKE2b-256 ec1c9b3cbec5d439cf3c5a5a434b7a6c3cf5a6a2c0374cff9d55773216b2886c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cc8fe20862b3be12095ddc5b35feaad86c79bfc99156eb97f03c8c077c7baaa
MD5 5261fbd289c0844888ec939ce937d0b9
BLAKE2b-256 3e3a710eacb507a1a2f35bb730dc3d8c29221d9b8eb20154d2721e1cb0238897

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rignore-0.7.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f6a65e240750b97ed8b85ab5330b9b90c1ef98323c2252956a3f2c1ea5a1609
MD5 b1b8dacede8422464120d8fdf11f1dc6
BLAKE2b-256 9d370f20aae7be47214872de047e0a35ec9681d605e522f0153b83786d5b012b

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