$ git clone https://github.com/acompany-develop/QuickMPC-libClient-py.git
$ cd QuickMPC-libClient-py
$ pipenv sync --dev
$ pipenv run tox
Testing and syntax checking will be performed on Python 3.7, 3.8, and 3.9.
$ pipenv run tox -e py37
This demonstration is performed by pip installing this repository under the assumption of actual use. The operating procedure is described in demo/README.md.
Complies with pep8 and checked with flake8.
Format all files with the following command.
$ pipenv run make fmt
3.7.10
Tests have been done with 3.7, 3.8, and 3.9, so they all work.