Skip to main content

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

png

make sure have twine and setuptools installed first⭐⭐⭐

  1. change setup.py
  2. testing python3 setup.py develop
  3. python3 setup.py sdist
  4. twine upload dist/* png

最后: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

cycling_nestedls-1.2.2.tar.gz (3.2 kB view hashes)

Uploaded Source

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