1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

DCCツールのスクリプト・プラグイン開発で愛用しているPythonライブラリ

Posted at

Pythonライブラリ一覧

2025年5月現在、DCCツールのスクリプト・プラグイン開発において個人的に愛用しているPythonライブラリ一覧を紹介します。

パッケージ・プロジェクト管理ツール

uv

linter, formatter

ruff

テストフレームワーク

pytest

型チェック

mypy

ty

2025年5月現在、まだプレビュー段階のようですが注目しています。

ライブラリ選定で意識していること

私個人の選定基準であり、ベストプラクティスを示すものではない点をご了承ください。

  • ライセンス形態
    • ライセンスの明記がないもの、解釈が難しい独自ライセンスは避けるなど
  • 導入事例
    • 有名なPythonライブラリでの導入事例などを確認
  • 更新・保守の状況
    • メンテナーの規模 (企業、団体、有志、個人、コミュニティの活発度など)
    • リリースノート、ドキュメント、テスト、サンプルなどの更新状況
  • ライブラリの開発開始時期や普及度の推移
1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?