ZCSCommonLibrary
1.0.0
컴퓨터 과학 프로젝트에 사용하기위한 일반적인 도서관
PIP 패키지 : ZCSCOMMONLIB
현재 버전 :
라이센스 : Mozilla Public License 버전 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에 대한 모든 문서는 여기에서 제공됩니다.