Metadata-Version: 2.1
Name: cmp-ipproxy-lib
Version: 0.0.1
Summary: cmp_ipproxy_lib
Home-page: https://github.com/PepperPapa/xinNotes
Author: Example Author
Author-email: author@example.com
License: UNKNOWN
Description: # Example Package
        
        nestList.py是一个可以打印缩进列表的示例函数,示例代码如下：
        
            from example_pkg_zx1 import nestList
            alist = ["grace", "angle", "roy", 
                        ["anna", "jhon", "richard", ["nio", "lily"]], 
                        "bluce"]        
            nestList.print_list(alist)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
