Metadata-Version: 2.1
Name: rpa_shein
Version: 1.0.1
Summary: RPA automated execution program for Shein
Home-page: https://pypi.org/project/rpa-shein/
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: selenium==4.27.1
Requires-Dist: PyExecJS==1.5.1

# RPA-SHEIN
# !!! Need to include node!!!

```
execjs包需要node！
```

## 本地开发

```
pip install -e .
```

## 生产安装

```
pip install rpa-shein
```
