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)