Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Zandercraft/ZCSCommonLibrary

ZCSCommonLibrary

GitHub top language PyPI - Python Version Python package CodeQL PyPi Package Deployment Website

A Common Library For Use In Computer Science Projects

PIP Package: zcscommonlib
Current Version: PyPI
License: Mozilla Public License Version 2.0

Contributor Covenant Contribution Guide

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

Wiki/Documentation

All documentation for ZCSCommonLibrary is available here.