python iterate over path tree.
Project description
Python iterate over path tree.
安装
你可以通过 pypi 安装
pip install -U iterdir
使用
用作模块
from iterdir import iterdir
用作命令
提供一个命令行工具,用于导出目录树
$ iterdir -h
usage: iterdir [-h] [-m MIN_DEPTH] [-M MAX_DEPTH]
[-k [{inode,name,path,relpath,is_dir,stat,stat_info} ...]]
[-s SELECT] [-se] [-o OUTPUT_FILE]
[-hs [{shake_256,blake2b,blake2s,sha512_224,sha224,sha3_384,sha512,ripemd160,sm3,md5-sha1,sha3_256,sha3_224,sha256,sha1,sha384,sha3_512,shake_128,sha512_256,md5,crc32} ...]]
[-dfs] [-fl] [-v]
[path]
目录树信息遍历导出
positional arguments:
path 文件夹路径,默认为当前工作目录
options:
-h, --help show this help message and exit
-m MIN_DEPTH, --min-depth MIN_DEPTH
最小深度,默认值 0,小于 0 时不限
-M MAX_DEPTH, --max-depth MAX_DEPTH
最大深度,默认值 -1,小于 0 时不限
-k [{inode,name,path,relpath,is_dir,stat,stat_info} ...], --keys [{inode,name,path,relpath,is_dir,stat,stat_info} ...]
选择输出的 key,默认输出所有可选值
-s SELECT, --select SELECT
对路径进行筛选,提供一个表达式(会注入一个变量 entry,类型是 iterdir.DirEntry)或函数(会传入一个参数,类型是 iterdir.DirEntry)
-se, --select-exec 对 -s/--select 传入的代码用 exec 运行,其中必须存在名为 select 的函数。否则,视为表达式或 lambda 函数
-o OUTPUT_FILE, --output-file OUTPUT_FILE
保存到文件,此时命令行会输出进度条,根据扩展名来决定输出格式
- *.csv 输出一个 csv,第 1 行为表头,以后每行输出一条数据
- *.json 输出一个 JSON Object 的列表
- * 每行输出一条 JSON Object
-hs [{shake_256,blake2b,blake2s,sha512_224,sha224,sha3_384,sha512,ripemd160,sm3,md5-sha1,sha3_256,sha3_224,sha256,sha1,sha384,sha3_512,shake_128,sha512_256,md5,crc32} ...], --hashes [{shake_256,blake2b,blake2s,sha512_224,sha224,sha3_384,sha512,ripemd160,sm3,md5-sha1,sha3_256,sha3_224,sha256,sha1,sha384,sha3_512,shake_128,sha512_256,md5,crc32} ...]
计算文件的哈希值,可以选择多个算法
-dfs, --depth-first 使用深度优先搜索,否则使用广度优先
-fl, --follow-symlinks
跟进符号连接,否则会把符号链接视为文件,即使它指向目录
-v, --version 输出版本号
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
iterdir-0.0.9.tar.gz
(8.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
iterdir-0.0.9-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file iterdir-0.0.9.tar.gz.
File metadata
- Download URL: iterdir-0.0.9.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec04f1013094375f858dd5b205fd95c02cc311c0ed76ef994577a2546a1aca18
|
|
| MD5 |
8a16387f873a336f4bcc1b5cad55a9ff
|
|
| BLAKE2b-256 |
2439eb736471afd1be596a095c00d5cfc277aa460a079ab8015c51dca69b68e9
|
File details
Details for the file iterdir-0.0.9-py3-none-any.whl.
File metadata
- Download URL: iterdir-0.0.9-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82053444b2e0688c20c6715076fc0eb2688372e7017297a4409485623e70b1cb
|
|
| MD5 |
8d5ae2e23c1e0de7fd99f16bc511c7b7
|
|
| BLAKE2b-256 |
d35de41b937f2731e762928d36852de42bb9c80d8e4e666a9026991613478dec
|