A Common Library For Use In Computer Science Projects
PIP Package: zcscommonlib
Current Version:
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
.
python setup.py pytest
All documentation for ZCSCommonLibrary is available here.