ZCSCommonLibrary
1.0.0
Eine gemeinsame Bibliothek für die Verwendung in Informatikprojekten
PIP -Paket : ZCSCommommonlib
Aktuelle Version:
Lizenz : Mozilla Public Lizenz Version 2.0
from zcscommonlib import functions as zcs
# Then use the functions as zcs.function()Bereiten Sie die Bibliothek für die Entwicklung vor und bauen Sie sie auf.
pip install -r requirements.txt
python setup.py bdist_wheel
pip install ./dist/zcscommonlib-VERSION-py3-none-any.whl
Führen Sie Tests auf den Funktionen aus, die in test_functions.py aufgeführt sind.
python setup.py pytest
Alle Dokumentationen für ZCScommonLibrary finden Sie hier.