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.0.tar.gz
(7.9 kB
view details)
Built Distribution
fdpy-0.1.0-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file fdpy-0.1.0.tar.gz
.
File metadata
- Download URL: fdpy-0.1.0.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 | 1445efdbea2ab067d597876e042b1980521077291fd3034db1ad8cdb3f5fd2f7 |
|
MD5 | a658ba3f2d6aa11d21d4a64c64fbabb8 |
|
BLAKE2b-256 | b0675bc6bbc975e082a0a30a330d6bea55c3aacc508cb107cde867d37dfaaab2 |
File details
Details for the file fdpy-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: fdpy-0.1.0-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 | e4c468512bb3aacb63c27cebbf031140aaacd63a79eca16c276fbeb1d6b5718b |
|
MD5 | 12fe8f13dd288a8bb9784ed6cd1b0731 |
|
BLAKE2b-256 | b752faff865e1c39d1c838495e9f3dfb06dbc77d3a484bf9c4cd7580746e5956 |