Skip to main content

Unofficial fd port for Python

Project description

fdpy

Crude Python port of fd.

Requirements

Installation

First, install fd (see sharkdp/fd#installation for instructions). Then install the package with

pip install fdpy

IMPORTANT: fd must be in your $PATH

Usage

>>> from fdpy import fd
>>> fd.find('foo.txt')
# ['/path/to/cwd/foo.txt', '/path/to/cwd/foo.jpg']
>>> fd.find('Foo.txt', path='/some/dir', hidden=True, no_ignore=True, case_sensitive=True)
# ['/some/dir/Foo.txt', '/some/dir/.Foo']

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

fdpy-0.1.2.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

fdpy-0.1.2-py3-none-any.whl (8.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