Skip to main content

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 seagull2_generate_config_template

更新

pip install -U seagull2_generate_config_template  

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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page