Skip to main content

Efficiently find files and directories

Project description

This package provides similar functionality to the Unix find command, but in a pythonic fashion. A FsFinder object encapsulates a number of rules that define how to traverse a directory structure and try to match the paths along the way. The FsFinder.walk method takes one or more root paths to start from and generates a MatchResult object for any path it encounters that match its rules.

The package is built upon the scandir package which provides effiecient directroy listing and the ability to avoid unneeded ‘stat’ calls on the paths being generated.

Running Tests

You can run the tests with:

$ python setup.py test

Or if you already have the nose package installed you can use the nosetests command in the top level directory:

$ nosetests

Installing

You can install the .zip or .tar.gz package with the easy_install or pip commands.

Or you can uncompress the package and in the top level directory run:

$ python setup.py install

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fsfind-0.1.dev0.tar.gz (7.2 kB view hashes)

Uploaded source

Built Distribution

fsfind-0.1.dev0-py2.py3-none-any.whl (7.3 kB view hashes)

Uploaded py2 py3

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