A useful tools inside ZAI Lab


License
MIT
Install
pip install zaailabcorelib==0.2.1.5

Documentation

zaailabcorelib

Introduction

This is our zaailabcorelib tools implemented and used widely in ZAI Lab.

Compiling

To compile and upload package to PyPi

python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*  --verbose

Contributors