python:fabric

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
python:fabric [2023/04/30 15:18] – [Fabric - シンプルな Pythonic リモート実行とデプロイメント] ともやんpython:fabric [2023/05/01 06:31] – [Linux] ともやん
行 45: 行 45:
 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>
  • python/fabric.txt
  • 最終更新: 2023/05/07 20:17
  • by ともやん