ZCSCommonLibrary
1.0.0
用于计算机科学项目的普通库
PIP软件包:ZCSCOMMONLIB
当前版本:
许可证:Mozilla公共许可证2.0版
from zcscommonlib import functions as zcs
# Then use the functions as zcs.function()准备图书馆以进行开发并建造它。
pip install -r requirements.txt
python setup.py bdist_wheel
pip install ./dist/zcscommonlib-VERSION-py3-none-any.whl
在test_functions.py中列出的功能上运行测试。
python setup.py pytest
ZCScommonLibrary的所有文档都可以在此处获得。