[ ソース: python-autocommand ]
パッケージ: python3-autocommand (2.2.2-3)
python3-autocommand に関するリンク
Debian の資源:
python-autocommand ソースパッケージをダウンロード:
- [python-autocommand_2.2.2-3.dsc]
- [python-autocommand_2.2.2.orig.tar.gz]
- [python-autocommand_2.2.2-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
library to generate argparse parsers from function signatures
Autocommand is a library to automatically generate and run simple argparse parsers from function signatures.
It turns a function into a command-line program, converting the function's parameter signature into command-line arguments, and automatically running the function with these arguments if the module was called as __main__. Usage messages, invoked with -h or --help, are also created automatically.
その他の python3-autocommand 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)