文件名称:setcmp:对项目列表执行设置操作
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-07 11:53:45
Python
Setcmp 对项目清单执行设置操作 安装 $ python setup.py install 用法 usage: setcmp [-h] left op right Perform set operation on list of items. positional arguments: left Base csv file containing one item per line. A single dash is stdin. op Operation to perform on the two given sets. - int : return the intersection of the two sets, e.g. {1,2} and {1,3} => {1}
【文件预览】:
setcmp-master
----MANIFEST.in(34B)
----LICENSE(1KB)
----setup.py(545B)
----README.md(1KB)
----setcmp()
--------main.py(3KB)
--------__init__.py(92B)