Walk a file hierarchy
Project description
Basic find program, cut-down version of unix ‘find’. Walks a file hierarchy.
[x] find . -name ‘*.txt’
[x] find temp -type f
[x] find . -type d
[ ] find . -name ‘*.rb’ -exec rm {} ;
Run as follows:
[x] python -m basic_find . -name ‘*.txt’
[x] python -m basic_find temp -type f
[x] python -m basic_find . -type d
History
0.0.1 (2019-03-23)
First release on PyPI.
0.0.2 (2019-03-23)
Add __main__.py to enable package execution.
0.0.3 (2019-03-23)
Address PEP8 and pylint tasks.
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
basic_find-0.0.3.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file basic_find-0.0.3.tar.gz
.
File metadata
- Download URL: basic_find-0.0.3.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7edd808ec1dfdb969ebf2f31e63f5bb4ad0aeb5f8b1045bf572d9fdc3787c2e4 |
|
MD5 | 603f3e00a88f420c7befc3a8ba006863 |
|
BLAKE2b-256 | dd613ff644288239fec24554867fac82c94442ebd81d855c233354abf1b18f4f |
File details
Details for the file basic_find-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: basic_find-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c51624be37c28f28daba5ed1b7674bd40bb04745604743aba19c8b949661cd5 |
|
MD5 | 4939cc726c8248570c148877dab3f08e |
|
BLAKE2b-256 | 904961231b21b64202cfb9acb60764cc8afe2d565dc821e0a3c2a9f7954c40ad |