fabric
Package — Cloud/DevOpsPython 3.7+Advanced
Remote command execution and deployment over SSH
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- Invoke, Paramiko
- Install
pip install fabric
Learn by Difficulty
Quick Example
python
# Install: pip install fabric import fabric # Basic fabric usage print(f"Using fabric") # See documentation for detailed examples
fabric is a third-party package. Remote command execution and deployment over SSH. Install with: pip install fabric
Try in PlaygroundTags
packageclouddevopsinfrastructure