Directory tree audit tool
Project description
dir-audit
Project | |
Quality | |
Tools | |
Community |
Directory tree audit tool
Setup
install with pip
pip install dir-audit
or with Poetry
poetry add dir-audit
Usage
get help
poetry run python dir_audit --help
usage: dir-audit [-h] [-v] {make,check} ...
Audit directory tree structure
positional arguments:
{make,check} Audit command
make Make directory tree
check Check directory tree
options:
-h, --help show this help message and exit
-v, --version Get dir-audit version
NOTE:
make
command is still work in progress.
check for empty directories
poetry run python dir_audit check --empty /path/to/your/directory
check for files and directories that contain substring (i.e.: admin
)
poetry run python dir_audit check --contains admin /path/to/your/directory
print full directory tree
poetry run python dir_audit check --full /path/to/your/directory
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
dir_audit-0.3.2.tar.gz
(15.0 kB
view hashes)
Built Distribution
dir_audit-0.3.2-py3-none-any.whl
(16.1 kB
view hashes)
Close
Hashes for dir_audit-0.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4a5e381daddd983b0bd9d528b208e19b8b2ba5bfafeccd32c4129d4d32b4e0d |
|
MD5 | 005cb0f196a3285103fc70c930ed5ae3 |
|
BLAKE2b-256 | 5eb24d61bd6cd51a1580fc7596b8eb8341cfd2533872ddf9e639e1699b284ff4 |