You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -941,11 +941,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
941
941
*[OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds.
942
942
*[Ansible](http://www.ansible.com/) - An IT automation tool.
943
943
*[SaltStack](http://www.saltstack.com/community/) - Infrastructure automation and management system.
944
-
*[Fabric](http://www.fabfile.org/) - Tool for streamlining the use of SSH for application deployment or systems administration tasks.
944
+
*[Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
945
945
*[Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files.
946
946
*[cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
947
947
*[psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
948
-
*[pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
948
+
*[pexpect](https://github.com/pexpect/pexpect) - Controlling interactive programs in a pseudo-terminal like GNU expect.
949
949
*[provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.
950
950
*[honcho](https://github.com/nickstenning/honcho) - A Python port of [Foreman](https://github.com/ddollar/foreman), a tool for managing Procfile-based applications.
951
951
*[gunnery](https://github.com/gunnery/gunnery) - Multipurpose task execution tool for distributed systems with web-based interface.
0 commit comments