Skip to main content

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,isdir,islink,stat,stat_info} ...]] [-s SELECT] [-se]
               [-o OUTPUT_FILE]
               [-hs [{sha384,blake2s,sha3_384,sm3,sha3_256,sha3_512,shake_128,blake2b,sha3_224,md5-sha1,sha224,sha512,sha512_256,sha256,sha1,shake_256,ripemd160,sha512_224,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,isdir,islink,stat,stat_info} ...], --keys [{inode,name,path,relpath,isdir,islink,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 [{sha384,blake2s,sha3_384,sm3,sha3_256,sha3_512,shake_128,blake2b,sha3_224,md5-sha1,sha224,sha512,sha512_256,sha256,sha1,shake_256,ripemd160,sha512_224,md5,crc32} ...], --hashes [{sha384,blake2s,sha3_384,sm3,sha3_256,sha3_512,shake_128,blake2b,sha3_224,md5-sha1,sha224,sha512,sha512_256,sha256,sha1,shake_256,ripemd160,sha512_224,md5,crc32} ...]
                        计算文件的哈希值,可以选择多个算法
  -dfs, --depth-first   使用深度优先搜索,否则使用广度优先
  -fl, --follow-symlinks
                        跟进符号连接,否则会把符号链接视为文件,即使它指向目录
  -v, --version         输出版本号

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

iterdir-0.0.7.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iterdir-0.0.7-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file iterdir-0.0.7.tar.gz.

File metadata

  • Download URL: iterdir-0.0.7.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.4 Darwin/23.5.0

File hashes

Hashes for iterdir-0.0.7.tar.gz
Algorithm Hash digest
SHA256 f7ef9caae2438fea3fb4426510e57fab879d1da3e2eacdf15c234f9a9abc6b38
MD5 3906784450f20640d361b174be662bd5
BLAKE2b-256 4afedbced2080704a0b4810dbd2bc7bd80b36a3fbc68dd3f8fc8e4d5a5b5d64c

See more details on using hashes here.

File details

Details for the file iterdir-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: iterdir-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 10.2 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

Hashes for iterdir-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 66c6eeb75c7074511cbc0ec62927a7493808bcdf5847673e3094d50167f105d3
MD5 f37248e5b6b711542030cb30d80b9f58
BLAKE2b-256 cbdf0dfdf438c4de9664772143d701f0c8476be67b96b181aeed022684d7a093

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page