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的所有文檔都可以在此處獲得。