LoginSignup
9
10

More than 3 years have passed since last update.

Pythonで開発するときに使うツール群

Last updated at Posted at 2021-02-11

パッケージ作成/インストール

setuptools

pip

ライブラリ

requests

ドキュメント

sphinx

sphinx.ext.autodoc

テスト

tox

pytest : ユニットテストフレームワーク

pytest-cov : カバレッジ

unittest.mock

pytest-freezegun

チェッカー

pep8 : コーディング規約チェッカー

pyflakes : 文法エラーチェック

pylint : 文法エラーチェック

hacking

flake8

flake8-import-order

flake8-pep257

pyformat

isort

Locust : Python製負荷試験ツールLocust

Paramiko : SSH接続ライブラリ

9
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
10