mytoos
Project description
扁平化列表方法
expansion : 递归方法实现多维列表扁平化 expansion_up : 生成器方法实现多维列表扁平化 mapping_yq: 任意长度映射 例 1->① 123->①②③ mapping_NumberToChinese: 数字转大写和数字转大写钱数 secondsT0format: 秒数格式化为时间 timestampTotime: 时间戳格式化为时间
"""
https://blog.csdn.net/MemoryD/article/details/84295855
可以参考怎么样发布你的 Python 代码给别人 “pip install”来发布自己的pypi包。如果需要更新包的话,可以通过以下几个步骤完成。
第一步:更新代码
这个比较简单也比较基础,把经过测试的代码更新到package中的.py文件即可。
第二步:更新版本号信息
打开setup.py文件,然后修改对应的信息,比如版本号等等。
第三步:使用以下指令更新包体
python setup.py sdist bdist
1
第四步:使用以下指令把新包体上传到pypi服务器上
twine upload dist/*
1
第五步:使用以下指令更新python中的包体
pip install --upgrade certimaker
## python setup.py sdist upload -r pypi
"""
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
mytools_wjs-0.1.0.tar.gz
(6.2 kB
view details)
File details
Details for the file mytools_wjs-0.1.0.tar.gz.
File metadata
- Download URL: mytools_wjs-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef08939d25ee75acca6ee20e19467233de743375c1ca68f4eb1900612ca578e2
|
|
| MD5 |
283e55353989cba441191c1e57798f52
|
|
| BLAKE2b-256 |
c3440d9d7016d51971518388a2a62652224fbb466f5ef140daffbf5d9f500b6d
|