A tool to resovle the cycling_nested list.
Project description
cycling_nestedls
readme.md文件 .
Installation
pip install cycling_nestedls
Usage
example:
import cycling_nestedls
a=['wangzha','meiye',['zhuxiaomin','runtu','chengxiang',['qiuqiu','mixian']]]
example=cycling_nestedls()
test_copy=example.cycling_nestedls(a,True)
#def cycling_nestedls(self,the_list,tab_switch=False,tab_levels=0)
Update log
1.2.2修改了long_description
1.2.1更新了setup.py文件
1.2.0添加了tab缩进功能,且可导出为csv
1.0.2修改了readme.md文件
1.0.1第一次上传,但是代码不健全
1.0.0 first release(但是没有真正上传到PYPI,因为第一次!。)
how to upload a new version (for me)
pypi: https://packaging.python.org/tutorials/packaging-projects/ pypi: https://python-packaging-zh.readthedocs.io/zh_CN/latest/minimal.html#id2
make sure have twine and setuptools installed first⭐⭐⭐
- change
setup.py - testing
python3 setup.py develop python3 setup.py sdisttwine upload dist/*
最后:Get help
Github地址(还没写好) Get help ➡️ Github issue
编译readme.md
一级标题#,二级## 是高亮块(
xxx) 一级注释> 多级注释>> 代码'''python'''
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
File details
Details for the file cycling_nestedls-1.2.2.tar.gz.
File metadata
- Download URL: cycling_nestedls-1.2.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfb56cf5859be4232bdb56dc8d2bf86dffa918474efe33a450f52cb15da0dde4
|
|
| MD5 |
0e6773f9d5d5775ec39f6687267e3535
|
|
| BLAKE2b-256 |
d016193eaa4ab09608b9f418e845610d1673a92a13169755eb080f8537fac869
|