Skip to main content

Better os.walk

Project description

Drop-in substitute for os.path.walk() with additional features:

  • Walks over multiple roots

  • Yields pathlib.Path() and not str

  • Yields full absolute paths by default

  • Can exclude or include files flexibly by pattern or function

  • Excludes dotfiles by default

  • Two special patterns to match all files in a Python project, or all Python sound files, are included

The last one is really useful because Python tends to leave all sorts of copies of your code in directories like build/, dist/ or *.egg/.

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

wolk-0.9.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

wolk-0.9.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

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