crabwalk

crabwalk is a Python package built in Rust on top of the excellent ignore crate:

The ignore crate provides a fast recursive directory iterator that respects various filters such as globs, file types and .gitignore files.

Getting Started

crabwalk is available from PyPI. If wheels are not available for your platform, you must have Rust installed.

$ python -m pip install crabwalk