Open-source Kiseido Go Server (KGS) client in Python
- Free software: 3-clause BSD license
- Documentation: (COMING SOON!) https://saweiss.github.io/uniwei.
- See the
./docs
directory for offline documentation.
- See the
First, make sure you have Python version 3.6 or greater. For non-developers, install/upgrade the latest stable release. Stable releases are added to the releases page.
If there are no stable releases, or you know what you're doing, install the latest version of the master branch by entering in a command terminal:
$ pip3 install --upgrade https://github.com/saweiss/uniwei/archive/master.tar.gz
- TODO
If you wish to contribute to uniwei, please see ./CONTRIBUTING.rst
.
This package's structure is a modified version of NSLS-II's scientific python cookiecutter. See my forked version here.