Metadata-Version: 2.1
Name: nest-list-print
Version: 1.0.4
Summary: A simple printer of nested lists
Home-page: http://www.headfirstlabs.com
Author: Wancheng Zhou
Author-email: wancheng2012@gmail.com
License: MIT
Description: # Print Nesting or Normal Lists # 
        
        This module provides a function named "print_lol" to print out each independent
        list item within a nesting or normal *Python* list.
        
        ## Revision History
        
        |  Revision | Description                                 |
        | :-------: | :------------------------------------------ |
        | 1.0.0     | Initial Release                             |
        | 1.0.1     | Add README.md                               |
        | 1.0.2     | Add Markdown Support                        |
        | 1.0.3     | Fix SetupTools Markdown Support Bug         |
        | 1.0.4     | Nesting list indent support                 |
        
        > **NOTE**: This is a non-commercial package for just learning purpose.
Platform: UNKNOWN
Description-Content-Type: text/markdown
