Metadata-Version: 2.1
Name: chinaunicom-agent
Version: 0.3.0
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.24.1
Requires-Dist: pendulum>=2.1.2
Requires-Dist: pymsgbox>=1.0.9
Requires-Dist: pywinauto>=0.6.8
Requires-Dist: selenium>=4.10.0
Requires-Dist: pytesseract>=0.3.10
Requires-Dist: Pillow>=9.5.0
Requires-Dist: ddddocr>=1.4.7
Requires-Dist: requests>=2.31.0
Requires-Dist: pyautogui>=0.9.53
Requires-Dist: pyperclip>=1.8.2
Requires-Dist: opencv-python>=4.7.0.72
Requires-Dist: typing-extensions>=4.7.1
Requires-Dist: pywin32>=306; platform_system == "Windows"

# -*- 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
```
