xdelta3-python:使用xdelta3在python中进行快速增量编码

时间:2024-05-22 13:35:28
【文件属性】:

文件名称:xdelta3-python:使用xdelta3在python中进行快速增量编码

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-22 13:35:28

python c xdelta3 python3 vcdiff

xdelta3-python 使用xdelta3在python中进行快速增量编码。 要求 Python 3.5或3.6-是2017年,无论如何您现在应该使用python 3.6。 linux-编译仅在ubuntu上进行了测试,可能在其他平台上也可以使用。 安装 pip install xdelta3 用法 import xdelta3 value_one = b'wonderful string to demonstrate xdelta3, much of these two strings is the same.' value_two = b'different string to demonstrate xdelta3, much of these two strings is the same.' delta = xdelta3 . encode ( value_one ,


【文件预览】:
xdelta3-python-master
----.travis.yml(2KB)
----README.rst(2KB)
----.gitmodules(79B)
----performance.py(962B)
----xdelta()
----tests()
--------__init__.py(0B)
--------requirements.txt(186B)
--------build-wheels.sh(330B)
--------check_tag.py(518B)
--------test_main.py(2KB)
----xdelta3()
--------main.py(3KB)
--------__init__.py(64B)
--------_xdelta3.c(3KB)
--------version.py(103B)
----LICENSE(11KB)
----build_cli.sh(247B)
----setup.cfg(341B)
----setup.py(2KB)
----.gitignore(122B)
----Makefile(1KB)
----.editorconfig(338B)

网友评论