Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 682 Bytes

CONTRIBUTION.md

File metadata and controls

31 lines (21 loc) · 682 Bytes

CONTRIBUTION

コーディング規約

pylintとautopep8でlintingと整形。

Pull Request

以下のようなプルリク歓迎

  • 新たな画像変換の実装
  • 処理の高速化

開発

pipenvで開発しています。

# pipenvで開発しています。
pipenv install --dev
# 仮想環境で開発して,,,
pipenv shell
# 追加できたらbuildコマンドでdist/main.pyに反映します。
pipenv run build
# もしライブラリのバージョンを上げたりしていたら下記コマンドで反映します
pipenv run "update:pwsh"        # or update:bash, if you use bash.
# test
pipenv run test