korp's tool for many things
Project description
ktool
介绍
储存一些我常用的自己写的工具
软件架构
软件架构说明 twine upload dist/* 在setup.py目录终端执行命令python3 -m pip install --upgrade setuptools wheel,安装setuptools和wheel 在setup.py目录终端执行命令python3 setup.py sdist bdist_wheel,会在setup.py同一级目录下生成dist文件夹,里面有两个文件,一个***.tar.gz,一个****.whl文件 在setup.py目录终端执行命令python3 -m pip install --upgrade twine,安装twine 在setup.py目录终端执行命令python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*,就上传了自己的python库。
安装教程
- xxxx
- xxxx
- xxxx
使用说明
- xxxx
- xxxx
- xxxx
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request
码云特技
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- 码云官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解码云上的优秀开源项目
- GVP 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
- 码云官方提供的使用手册 https://gitee.com/help
- 码云封面人物是一档用来展示码云会员风采的栏目 https://gitee.com/gitee-stars/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kktool-0.0.1.tar.gz
(4.5 kB
view hashes)
Built Distribution
kktool-0.0.1-py3-none-any.whl
(5.3 kB
view hashes)