文件名称:ghsplit:自动分割大文件,以使它们不超过github的配额
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-24 21:55:04
Python
ghsplit 自动拆分和合并大文件,以使它们不超过Github的配额。 安装 pip install --user -e . # alternatively make install 测验 make test 用法 只需在推ghsplit split之前使用ghsplit split ,在拉动之后仅使用ghsplit split ghsplit merge 。 $ python ghsplit.py -h usage: ghsplit [-h] [--log-level LOG_LEVEL] [--root ROOT] {split,merge} ... Manipulate large files to avoid exceeding Github quotas positional arguments: {split,merge} the command; t
【文件预览】:
ghsplit-master
----ghsplit()
--------ghsplit.py(2KB)
--------__main__.py(3KB)
--------__init__.py(0B)
----setup.py(366B)
----Makefile(1KB)
----README.md(2KB)