Name | cycling-nestedls JSON |
Version |
1.2.2
JSON |
| download |
home_page | None |
Summary | A tool to resovle the cycling_nested list. |
upload_time | 2024-05-05 14:57:20 |
maintainer | None |
docs_url | None |
author | aiop102 |
requires_python | None |
license | None |
keywords |
cycle
nested
list
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# cycling_nestedls
**readme.md文件** .
## Installation
```
pip install cycling_nestedls
```
## Usage
example:
```python
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](https://raw.githubusercontent.com/cornradio/imgs/main/20230218220613.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](E:\ForDocument\Code_items\ForPython\cut_up_04-21_21-14-26.png)
## 最后:Get help
Github地址(还没写好)
Get help ➡️ [Github issue](https://github.com/sgys22/picture_url)
---------------------------------------------
编译readme.md
>> 一级标题#,二级##
>>是高亮块(`xxx`)
>> 一级注释>
>> 多级注释>>
>>代码'''python'''
Raw data
{
"_id": null,
"home_page": null,
"name": "cycling-nestedls",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "cycle, nested, list",
"author": "aiop102",
"author_email": "3175454707@qq.com",
"download_url": "https://files.pythonhosted.org/packages/d0/16/193eaa4ab09608b9f418e845610d1673a92a13169755eb080f8537fac869/cycling_nestedls-1.2.2.tar.gz",
"platform": null,
"description": "\r\n# cycling_nestedls\r\n\r\n**readme.md\u6587\u4ef6** .\r\n\r\n## Installation\r\n\r\n```\r\npip install cycling_nestedls\r\n```\r\n\r\n## Usage\r\n\r\nexample:\r\n\r\n```python\r\nimport cycling_nestedls\r\n\r\na=['wangzha','meiye',['zhuxiaomin','runtu','chengxiang',['qiuqiu','mixian']]]\r\n\r\nexample=cycling_nestedls()\r\n\r\ntest_copy=example.cycling_nestedls(a,True)\r\n\r\n#def cycling_nestedls(self,the_list,tab_switch=False,tab_levels=0)\r\n\r\n```\r\n\r\n## Update log\r\n`1.2.2`\u4fee\u6539\u4e86long_description\r\n`1.2.1`\u66f4\u65b0\u4e86setup.py\u6587\u4ef6\r\n\r\n`1.2.0`\u6dfb\u52a0\u4e86tab\u7f29\u8fdb\u529f\u80fd\uff0c\u4e14\u53ef\u5bfc\u51fa\u4e3acsv\r\n\r\n`1.0.2`\u4fee\u6539\u4e86readme.md\u6587\u4ef6\r\n\r\n`1.0.1`\u7b2c\u4e00\u6b21\u4e0a\u4f20\uff0c\u4f46\u662f\u4ee3\u7801\u4e0d\u5065\u5168\r\n\r\n`1.0.0` first release(\u4f46\u662f\u6ca1\u6709\u771f\u6b63\u4e0a\u4f20\u5230PYPI\uff0c\u56e0\u4e3a\u7b2c\u4e00\u6b21\uff01\u3002)\r\n\r\n## how to upload a new version (for me)\r\n\r\n>pypi: https://packaging.python.org/tutorials/packaging-projects/\r\n>pypi: https://python-packaging-zh.readthedocs.io/zh_CN/latest/minimal.html#id2\r\n\r\n![png](https://raw.githubusercontent.com/cornradio/imgs/main/20230218220613.png)\r\n\r\n> make sure have twine and setuptools installed first\u2b50\u2b50\u2b50\r\n1. change `setup.py`\r\n2. testing `python3 setup.py develop`\r\n3. `python3 setup.py sdist`\r\n4. `twine upload dist/*`\r\n![png](E:\\ForDocument\\Code_items\\ForPython\\cut_up_04-21_21-14-26.png)\r\n\r\n## \u6700\u540e\uff1aGet help\r\n\r\nGithub\u5730\u5740\uff08\u8fd8\u6ca1\u5199\u597d\uff09\r\nGet help \u27a1\ufe0f [Github issue](https://github.com/sgys22/picture_url)\r\n\r\n---------------------------------------------\r\n \u7f16\u8bd1readme.md\r\n>> \u4e00\u7ea7\u6807\u9898#\uff0c\u4e8c\u7ea7##\r\n>>\u662f\u9ad8\u4eae\u5757(`xxx`)\r\n>> \u4e00\u7ea7\u6ce8\u91ca>\r\n>> \u591a\u7ea7\u6ce8\u91ca>>\r\n>>\u4ee3\u7801'''python'''\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A tool to resovle the cycling_nested list.",
"version": "1.2.2",
"project_urls": null,
"split_keywords": [
"cycle",
" nested",
" list"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d016193eaa4ab09608b9f418e845610d1673a92a13169755eb080f8537fac869",
"md5": "0e6773f9d5d5775ec39f6687267e3535",
"sha256": "bfb56cf5859be4232bdb56dc8d2bf86dffa918474efe33a450f52cb15da0dde4"
},
"downloads": -1,
"filename": "cycling_nestedls-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "0e6773f9d5d5775ec39f6687267e3535",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3163,
"upload_time": "2024-05-05T14:57:20",
"upload_time_iso_8601": "2024-05-05T14:57:20.353356Z",
"url": "https://files.pythonhosted.org/packages/d0/16/193eaa4ab09608b9f418e845610d1673a92a13169755eb080f8537fac869/cycling_nestedls-1.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-05 14:57:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cycling-nestedls"
}