No project description provided
Project description
简介
海鸥Ⅱ根据模板生成配置文件
工具准备
安装打包工具
python -m pip install --user --upgrade setuptools wheel
安装上传工具
python -m pip install --user --upgrade twine
测试
打包
python .\setup.py sdist bdist_wheel
安装本地包
pip install .\dist\seagull2_generate_config_template-xxx-py3-none-any.whl
如果同一个版本重复安装需要先卸载
pip uninstall seagull2_generate_config_template
执行测试py
python .\test\test_generate.py
打包
python .\setup.py sdist bdist_wheel
setup.py 参考
上传(默认上传到pypi,需要登录)
python -m twine upload dist/*
安装
pip install sog-devops-client
更新
pip install -U sog-devops-client
项目版本更新记录
1.0.2
- 异常处理
1.0.1
- 调整模块名称
1.0.0
- 配置文件模板化封装
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for sog_devops_client-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a82ab071c1c3ae8925d5c1229244c15b27cff42bb09549a86822b4bd4ca0fc6 |
|
MD5 | 57b295c7f1fe856d03f490ee58dc9a76 |
|
BLAKE2b-256 | caee4dc55faf9bb7edaf6c2d89575a03ee6914ebafa08a7d31976cdfb00af6a5 |