Oyeahz基础组件包
Project description
oyeahz_base
##简介 基础组件 ##配置项目 ###步骤1 1、创建一个目录,作为发布项目的名称,即你的包名
2、目录里创建一个py文件 __init__.py,内容name = "your pkg name"
3、目录里创建对外输出的python文件
4、拷贝一份setup.py文件,并修改关键参数
1、name就是模块名
2、version就是版本号
3、packages数组填模块名,上传到仓库的配置主要是这个
5、拷贝一份.gitignore和deploy.sh
####步骤2 1、python3 -m pip install setuptools wheel twine
2、python setup.py sdist bdist_wheel
3、如果报错 pip3 install wheel , pip3 install twine
4、python3 -m twine upload dist/*
####步骤3 升级发布的话直接修改setup.py里的version后sh deploy.sh
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oyeahz_base-0.0.4.tar.gz.
File metadata
- Download URL: oyeahz_base-0.0.4.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04fb2a2145ce738d6fe2e020d10c40b897ff76b608d9ac084a3b9db0c1400f46
|
|
| MD5 |
ce9f2c49db1b17b263b99bf3655acc2d
|
|
| BLAKE2b-256 |
d971497a2945cac3acb873ffc12ced408750b787640b4bf5e1fd1d97b643ef4f
|
File details
Details for the file oyeahz_base-0.0.4-py3-none-any.whl.
File metadata
- Download URL: oyeahz_base-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67778f9dae5bbde1ed2c6b6237e8c2d0e16aa65570bb205698dc1f07a18a1fc2
|
|
| MD5 |
8118a726a13fd093e5639c9aee419686
|
|
| BLAKE2b-256 |
c86f65d41ee6d1aa1e744eadbd02020b65466a9b9d9dc5ef9781b6dd5f659e1f
|