python中有关自动化操作的第三方库有哪些
发布网友
发布时间:2022-03-03 12:46
我来回答
共3个回答
懂视网
时间:2022-03-03 17:07
在Python语言的库中,分为Python标准库和Python的第三方库,Python中常用的第三方库有Scapy、pywin32、BeautifulSoup、SymPy和IPython。
Scapy是用Python写的数据包探测和分析库,pywin32是一个提供和windows交互的方法和类的Python库,BeautifulSoup里的xml和html的解析库对于新手非常有用。
SymPy可以做代数评测、差异化、扩展、复数等等,它封装在一个纯Python发行版本里;IPython 把Python的提示信息做到了极致,包括完成信息、历史信息、shell功能,以及其他很多很多方面。
总结:
在Python语言的库中,分为Python标准库和Python的第三方库,Python中常用的第三方库有Scapy、pywin32、BeautifulSoup、SymPy和IPython。
热心网友
时间:2022-03-03 14:15
DevOps Tools
Software and libraries for DevOps.
Ansible - A radically simple IT automation platform.
SaltStack - Infrastructure automation and management system.
OpenStack - Open source software for building private and public clouds.
Docker Compose - Fast, isolated development environments using Docker.
Cloud-Init - A multi-distribution package that handles early initialization of a cloud instance.
cuisine - Chef-like functionality for Fabric.
Fabric - A simple, Pythonic tool for remote execution and deployment.
Fabtools - Tools for writing awesome Fabric files.
honcho - A Python clone of Foreman, for managing Procfile-based applications.
pexpect - Controlling interactive programs in a pseudo-terminal like GNU expect.
psutil - A cross-platform process and system utilities mole.
supervisor - Supervisor process control system for UNIX.
热心网友
时间:2022-03-03 15:33
你的自动化操作是针对哪方面的?针对网页的像可以用selenium,针对windows界面可以用autoitlibrary