Metadata-Version: 2.4
Name: chinaunicom-agent
Version: 0.3.7
Summary: 可为山东联通产互员工自动填报工时，整理周报
Home-page: https://github.com/yourusername/your-package
Author: zhaoyongzheng
Author-email: 17668860550@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Requires-Dist: pendulum
Requires-Dist: pymsgbox
Requires-Dist: pywinauto
Requires-Dist: selenium
Requires-Dist: pytesseract
Requires-Dist: Pillow
Requires-Dist: ddddocr
Requires-Dist: requests
Requires-Dist: pyautogui
Requires-Dist: pyperclip
Requires-Dist: opencv-python
Requires-Dist: typing-extensions
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# -*- coding: utf-8 -*-
#1.安装依赖包
```cmd
pip install chinaunicom-agent
```

#2.配置项目过程管理平台 用户名、密码及iNode本地安装地址
在Linux/Unix/macOS系统中，可以使用以下命令:
```cmd
   export CHINAUNICOM_USERNAME="your_username"
   export CHINAUNICOM_PASSWORD="your_password"
   export INODELOCATION="your_inode_location"
```

在Windows系统中，可以使用以下命令：
```cmd
   set CHINAUNICOM_USERNAME=your_username
   set CHINAUNICOM_PASSWORD=your_password
   set INODELOCATION=your_inode_location
```
