Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Zander edited this page Feb 16, 2021 · 1 revision

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

Importing The Library

from zcscommonlib import functions as zcs
# Then use the functions as zcs.function()

Build The Library

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

Running Tests

Run tests on the functions listed in test_functions.py.

python setup.py pytest
Clone this wiki locally