/QuickMPC-libClient-py

Primary LanguagePythonApache License 2.0Apache-2.0

Install Package

Develop

$ git clone https://github.com/acompany-develop/QuickMPC-libClient-py.git
$ cd QuickMPC-libClient-py
$ pipenv sync --dev

UnitTest

Testing all cases

$ pipenv run tox

Testing and syntax checking will be performed on Python 3.7, 3.8, and 3.9.

Testing with Python 3.7

$ pipenv run tox -e py37

Demo

This demonstration is performed by pip installing this repository under the assumption of actual use. The operating procedure is described in demo/README.md.

Coding Style

Complies with pep8 and checked with flake8.

Format all files with the following command.

$ pipenv run make fmt

Python version

3.7.10

Tests have been done with 3.7, 3.8, and 3.9, so they all work.