Skip to main content

find files and dirs

Project description

Install

$ [sudo] pip install find

Examples

>>> import find

>>> find.files(".")
['./README.md', './requirements.txt','./setup.py','package/__init_.py',...]

>>> find.dirs(".")
['./package','./tests',...]

find in multiple paths

>>> find.files(["/usr/local/etc", "/usr/local/var"])
>>> find.dirs(["/usr/local/etc", "/usr/local/var"])

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

find-0.0.4.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

find-0.0.4-py2.py3-none-any.whl (1.9 kB view hashes)

Uploaded Python 2 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