No project description provided
Project description
# Overiew
A unix find utility written in python.
## Example usage
Import into your code:
import python_find
python_find.find(root='~', name='*.jpg')
Run module directly:
python -m python_find -type f -name "*.py"
## Current features
Only can find files by type and name as of now. The unix find examples
show implemented features.
Unix find examples:
* find . -type f -name "*.jpg"
* find ~ -type l
A unix find utility written in python.
## Example usage
Import into your code:
import python_find
python_find.find(root='~', name='*.jpg')
Run module directly:
python -m python_find -type f -name "*.py"
## Current features
Only can find files by type and name as of now. The unix find examples
show implemented features.
Unix find examples:
* find . -type f -name "*.jpg"
* find ~ -type l
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-find-0.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file python-find-0.1.tar.gz
.
File metadata
- Download URL: python-find-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c11ed500069fc1f6865fc7a0e47e1459261f91dba5a5879d75876d4e1924ed06 |
|
MD5 | c2a0f5f6cb03d5c212f37c13dfeed154 |
|
BLAKE2b-256 | 2e5d06537a9a51f1af38fcbbea87cb983147598d7cde1ff27d24f0dbba927892 |
File details
Details for the file python_find-0.1-py3-none-any.whl
.
File metadata
- Download URL: python_find-0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 417a4b6224325873c91377414202efe7fa9432ff8a377846c27e66eaf24efd20 |
|
MD5 | e6b3cd72791c3afbb5602c4962c7bb02 |
|
BLAKE2b-256 | 7b6ea47f36437eedfd12a8afae9cd26e57a75624aaadcfde158cd20d1b63e5e9 |