pyseq:适用于Python的压缩序列字符串模块

时间:2021-05-16 08:10:06
【文件属性】:
文件名称:pyseq:适用于Python的压缩序列字符串模块
文件大小:37KB
文件格式:ZIP
更新时间:2021-05-16 08:10:06
Python PySeq PySeq是一个python模块,用于查找遵循包含数字序列索引的命名约定的项目组(例如fileA.001.png,fileA.002.png,fileA.003.png ...),并将其序列化为压缩序列代表整个序列的字符串(例如fileA.1-3.png)。 无论数字序列索引嵌入在名称中的什么位置,它都应该起作用。 有关示例,请参见下面的基本用法或 安装 使用setuputils安装: % pip install pyseq 基本用法 使用“ tests”目录中的“ z1”文件序列示例,我们首先使用ls列出目录内容。 $ ls tests/files/z1* tests/files/z1_001_v1.1.png tests/files/z1_002_v1.3.png tests/files/z1_001_v1.2.png tests/files/z1_002_v1.4.
【文件预览】:
pyseq-master
----README.rst(2KB)
----AUTHORS(256B)
----__init__.py(0B)
----LICENSE(1KB)
----setup.py(796B)
----tests()
--------test_pyseq.py(23KB)
--------files()
----.gitignore(83B)
----pyseq.py(35KB)
----lss(6KB)
----CHANGELOG(4KB)

网友评论