There was an error while loading. Please reload this page.
Welcome to the ZCSCommonLibrary wiki! Here is where you can find all of the documentation related to the ZCSCommonLib library.
PIP Package: zcscommonlib License: Mozilla Public License Version 2.0
from zcscommonlib import functions as zcs # Then use the functions as zcs.function()
Prepare the library for development and build it.
pip install -r requirements.txt python setup.py bdist_wheel pip install ./dist/zcscommonlib-VERSION-py3-none-any.whl
Run tests on the functions listed in test_functions.py.
test_functions.py
python setup.py pytest