Metadata-Version: 2.1
Name: nesterlists
Version: 1.0.0
Summary: Returns items in lists that may or may not include nested lists.
Home-page: https://github.com/Marciodm
Author: Marciodm
Author-email: marcio0770@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Description-Content-Type: text/markdown

# Package description

# Version 0.0.3

This is a simple printer of nested lists in lists.


# Version 1.0.0

The module provides a function called print_lol(), which returns or not the items
in lists that may or may not include nested lists, and can be used with up to 3 arguments:
default (list), indented (list, True) or indented from a value (list, True, 2).


