Metadata-Version: 2.1
Name: nester-pkg-edemrobin
Version: 0.0.1
Summary: A small list function package
Home-page: https://edemrobin.com
Author: Edem Robin
Author-email: edemrobin@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Example Package

This is the “nester.py" module, and it provides one function called
list_fun() which prints lists that may or may not include nested lists.

 This function takes a positional argument called "data", which is any
    Python list (of, possibly, nested lists). Each data item in the provided list
    is (recursively) printed to the screen on its own line.

