Release: pathfinder 0.3.1

Filed in: Releases

New version of pathfinder released with support for limiting the depth of a search, and sequence Filters now inherit from list.


import pathfinder

# only search top 2 levels of the directory tree
paths = pathfinder.pathfind(".", depth=2)

Share your thoughts