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:

Library Description Link
ConfigParser Python standard library to parse and work with the INI files. https://github.com/python/cpython/blob/master/Lib/configparser.py
Paramiko ...

Get Hands-On Enterprise Automation with Python. now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.