Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (31 loc) · 1004 Bytes

README-ja.md

File metadata and controls

41 lines (31 loc) · 1004 Bytes

QuickMPC-libClient-py

English version

Install Package

開発時

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

UnitTest

全てのテスト

$ pipenv run tox

Python3.7,3.8,3.9でのテスト,構文チェックが行われる.

Python3.7のテスト

$ pipenv run tox -e py37

Demo

このデモは実際の使用を想定して本リポジトリをpip installする形で行われる.動作手順はdemo/README.mdに記載.

Coding Style

Pythonファイルはpep8に準拠しており, flake8により検査される.

下記コマンドで全てのファイルをフォーマットできる.

$ pipenv run make fmt

Python version

3.7.10

テストは3.7,3.8,3.9でされているため,いずれも動作する.