| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| python:fabric [2023/04/29 12:22] – [Fabric - シンプルな Pythonic リモート実行とデプロイメント] ともやん | python:fabric [2023/05/07 20:17] (現在) – [Fabric - シンプルな Pythonic リモート実行とデプロイメント] ともやん |
|---|
| 爽やかなお兄さんがファブ(fab)っていますけど...🤔\\ | 爽やかなお兄さんがファブ(fab)っていますけど...🤔\\ |
| |
| 本家: [[https://www.fabfile.org|Welcome to Fabric! — Fabric documentation - fabfile.org]] ([[gtr>https://www.fabfile.org|翻訳]])\\ | 本家: [[https://www.fabfile.org|Welcome to Fabric! — Fabric documentation - fabfile.org]] [[gtr>https://www.fabfile.org|翻訳]]\\ |
| ソースコード: [[git>fabric/fabric|fabric/fabric: Simple, Pythonic remote execution and deployment.]]\\ | ソースコード: [[git>fabric/fabric|fabric/fabric: Simple, Pythonic remote execution and deployment.]]\\ |
| 関連: [[https://www.pyinvoke.org|Welcome to Invoke! — Invoke documentation - pyinvoke.org]] ([[gtr>https://www.pyinvoke.org|翻訳]])\\ | 関連: [[https://www.pyinvoke.org|Welcome to Invoke! — Invoke documentation - pyinvoke.org]] [[gtr>https://www.pyinvoke.org|翻訳]]\\ |
| | [[https://www.paramiko.org/|Welcome to Paramiko! — Paramiko documentation]] [[gtr>https://www.paramiko.org/|翻訳]]\\ |
| | ドキュメント: [[https://docs.pyinvoke.org|Welcome to Invoke’s documentation! — Invoke documentation]] [[gtr>https://docs.pyinvoke.org|翻訳]]\\ |
| ソースコード: [[git>pyinvoke/invoke|pyinvoke/invoke: Pythonic task management & command execution.]]\\ | ソースコード: [[git>pyinvoke/invoke|pyinvoke/invoke: Pythonic task management & command execution.]]\\ |
| | [[git>paramiko/paramiko|GitHub - paramiko/paramiko: The leading native Python SSHv2 protocol library.]]\\ |
| |
| ===== Linux ===== | ===== Linux ===== |
| Installing collected packages: invoke, bcrypt, pynacl, cryptography, paramiko, fabric | Installing collected packages: invoke, bcrypt, pynacl, cryptography, paramiko, fabric |
| Successfully installed bcrypt-4.0.1 cryptography-40.0.1 fabric-3.0.0 invoke-2.0.0 paramiko-3.1.0 pynacl-1.5.0 | Successfully installed bcrypt-4.0.1 cryptography-40.0.1 fabric-3.0.0 invoke-2.0.0 paramiko-3.1.0 pynacl-1.5.0 |
| | </pre></html></WRAP> |
| | </WRAP> |
| | |
| | <WRAP color_term> |
| | <WRAP color_connamd><html><pre> |
| | <b class=GRN>$</b> <b class=HIY>pip</b> show {fabric,invoke,paramiko} |
| | </pre></html></WRAP> |
| | <WRAP color_result_long><html><pre> |
| | Name: fabric |
| | Version: 3.0.0 |
| | Summary: High level SSH command execution |
| | Home-page: https://fabfile.org |
| | Author: Jeff Forcier |
| | Author-email: jeff@bitprophet.org |
| | License: BSD |
| | Location: /home/tomoyan/pyJupyterLab/lib64/python3.11/site-packages |
| | Requires: invoke, paramiko |
| | Required-by: |
| | --- |
| | Name: invoke |
| | Version: 2.0.0 |
| | Summary: Pythonic task execution |
| | Home-page: https://pyinvoke.org |
| | Author: Jeff Forcier |
| | Author-email: jeff@bitprophet.org |
| | License: BSD |
| | Location: /home/tomoyan/pyJupyterLab/lib64/python3.11/site-packages |
| | Requires: |
| | Required-by: fabric |
| | --- |
| | Name: paramiko |
| | Version: 3.1.0 |
| | Summary: SSH2 protocol library |
| | Home-page: https://paramiko.org |
| | Author: Jeff Forcier |
| | Author-email: jeff@bitprophet.org |
| | License: LGPL |
| | Location: /home/tomoyan/pyJupyterLab/lib64/python3.11/site-packages |
| | Requires: bcrypt, cryptography, pynacl |
| | Required-by: fabric |
| </pre></html></WRAP> | </pre></html></WRAP> |
| </WRAP> | </WRAP> |
| [[https://www.pyinvoke.org/faq.html|Frequently asked questions — Invoke documentation]] より\\ | [[https://www.pyinvoke.org/faq.html|Frequently asked questions — Invoke documentation]] より\\ |
| </note> | </note> |
| | |
| | ===== タスク定義 ===== |
| | [[https://docs.fabfile.org/en/1.12.1/usage/tasks.html|Defining tasks — Fabric documentation]] ([[gtr>https://docs.fabfile.org/en/1.12.1/usage/tasks.html|翻訳]])\\ |
| |
| ===== 参考文献 ===== | ===== 参考文献 ===== |