Metadata-Version: 2.4
Name: secmind
Version: 1.5.11
Summary: Automation library for xPAM
Home-page: https://github.com/wandoutech
Author: SecMind xPAM
Author-email: service@wandoutech.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium>=3.141.0
Requires-Dist: paramiko>=3.0.0
Requires-Dist: pywinrm>=0.5.0
Requires-Dist: ddddocr>=1.5.5
Requires-Dist: chardet==4.0.0
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

操作步骤
- 修改代码
- 修改[setup.py](setup.py)中的版本号`version`
- 打包并上传至python中央仓库
```shell
pip install build
pip install twine
py -m build
py -m twine upload --repository secmind dist/* 或 twine upload dist/* 

```
- 提交git代码
- 打包Docker amd64 arm64镜像，地址http://git.wandoutech.com/xpam/delivery/pam-docker-images/-/tree/cicd/beta/build/pam-ruleworker
- 将Docker镜像上传至http://git.wandoutech.com/xpam/delivery/pam-docker-images/

直接使用：pip install secmind
