Metadata-Version: 2.1
Name: rpa_common
Version: 1.0.28
Summary: RPA automated execution program for Common
Home-page: https://pypi.org/project/rpa-common/
Author: Zhongshuizhou
Author-email: zhongshuizhou@qq.com
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4==4.13.4
Requires-Dist: chardet==5.2.0
Requires-Dist: mitmproxy==8.0.0
Requires-Dist: pandas==2.0.3
Requires-Dist: psutil==5.8.0
Requires-Dist: pyotp==2.4.0
Requires-Dist: pytz==2025.2
Requires-Dist: selenium==4.27.1
Requires-Dist: undetected-chromedriver==3.5.5
Requires-Dist: sqlalchemy==2.0.42
Requires-Dist: pymysql==1.1.1
Requires-Dist: json5==0.12.0
Requires-Dist: pika==1.3.2

# RPA-COMMON

## 本地开发

```
pip install -e .
```

## 生产安装

```
pip install rpa-common
```


# 虚拟环境
```
venv\Scripts\activate
```
