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.fd import FD
>>> fd = 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.1.tar.gz
(7.9 kB
view details)
Built Distribution
fdpy-0.1.1-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file fdpy-0.1.1.tar.gz
.
File metadata
- Download URL: fdpy-0.1.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88091c3b809353607863c4f0ec0b8163fc225b9e1959019e2af6e3badd8eb1d2 |
|
MD5 | f9ade875d61fad0638436bf92c26af3e |
|
BLAKE2b-256 | de6e766b08c987a36fff6f5e61b40759f2c5821836a53590b630440bf8b600c9 |
File details
Details for the file fdpy-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: fdpy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e6330c08ee8eee5d712d882cff3119f0a186f05df64a25fc3eba72ca058b991 |
|
MD5 | 4f8842f863a0d737b00ac7e4354b8a9d |
|
BLAKE2b-256 | dc5b6960a5a630566c273d7811a537c13c6b6fe6a4317802216ef66e99773236 |