mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
refine
This commit is contained in:
parent
c8ef8670d2
commit
05f4d3b44b
1 changed files with 2 additions and 2 deletions
|
@ -941,11 +941,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds.
|
||||
* [Ansible](http://www.ansible.com/) - An IT automation tool.
|
||||
* [SaltStack](http://www.saltstack.com/community/) - Infrastructure automation and management system.
|
||||
* [Fabric](http://www.fabfile.org/) - Tool for streamlining the use of SSH for application deployment or systems administration tasks.
|
||||
* [Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
|
||||
* [Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files.
|
||||
* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
|
||||
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
|
||||
* [pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
|
||||
* [pexpect](https://github.com/pexpect/pexpect) - Controlling interactive programs in a pseudo-terminal like GNU expect.
|
||||
* [provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.
|
||||
* [honcho](https://github.com/nickstenning/honcho) - A Python port of [Foreman](https://github.com/ddollar/foreman), a tool for managing Procfile-based applications.
|
||||
* [gunnery](https://github.com/gunnery/gunnery) - Multipurpose task execution tool for distributed systems with web-based interface.
|
||||
|
|
Loading…
Reference in a new issue