Hands-On Enterprise Automation with Python.
上QQ阅读APP看书,第一时间看更新

System and cloud Python libraries

Here are some of the python packages that can be used for both system and cloud administration. Public cloud providers such as Amazon Web Services (AWS) and Google tend to provide open and standard access to their resources in order to be easily integrated with the organization DevOps model. Phases like continuous integration, testing, and deployment require continuous access to infrastructure (either virtualized or bare metal servers) in order to complete the code life cycle. This can't be done manually and needs to be automated:

You can find more of the python packages categorized into different areas at the following link: https://github.com/vinta/awesome-python.