Metadata-Version: 2.1
Name: print_nest
Version: 1.3.0
Summary: a little tool for printing nested list.
Home-page: https://github.com/Mokusama
Author: GiantFurosemide
Author-email: 18640057101@163.com
License: UNKNOWN
Description: This is a tool for printing nested list. Nest relationship shown as indents.
        
        usage:
        
        ​	print_nest(a_list, indent=False, level=0, fh=sys.stdout)
        
        By default, there is no indent, use 'True' if you want indent mode.
        
        'level' is the number of  indents you want to add.
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
