MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
superhelp/__init__.py
superhelp/ansi_tables.json
superhelp/ast_funcs.py
superhelp/code_execution.py
superhelp/conf.py
superhelp/helper.py
superhelp/messages.py
superhelp/utils.py
superhelp.egg-info/PKG-INFO
superhelp.egg-info/SOURCES.txt
superhelp.egg-info/dependency_links.txt
superhelp.egg-info/entry_points.txt
superhelp.egg-info/requires.txt
superhelp.egg-info/top_level.txt
superhelp/advisors/__init__.py
superhelp/advisors/decorator_advisors.py
superhelp/advisors/dict_advisors.py
superhelp/advisors/enumerate_advisors.py
superhelp/advisors/exception_advisors.py
superhelp/advisors/for_advisors.py
superhelp/advisors/func_advisors.py
superhelp/advisors/if_else_advisors.py
superhelp/advisors/list_advisors.py
superhelp/advisors/listcomp_advisors.py
superhelp/advisors/name_advisors.py
superhelp/advisors/named_tuple_advisors.py
superhelp/advisors/num_advisors.py
superhelp/advisors/packing_advisors.py
superhelp/advisors/set_advisors.py
superhelp/advisors/shared.py
superhelp/advisors/sorting_reversing_advisors.py
superhelp/advisors/str_advisors.py
superhelp/advisors/tuple_advisors.py
superhelp/displayers/__init__.py
superhelp/displayers/cli_displayer.py
superhelp/displayers/html_displayer.py
superhelp/displayers/cli_extras/__init__.py
superhelp/displayers/cli_extras/ansi_printer.py
superhelp/displayers/cli_extras/cli_colour.py
superhelp/displayers/cli_extras/cli_conf.py
superhelp/displayers/cli_extras/cli_utils.py
superhelp/displayers/cli_extras/md2cli.py
superhelp/displayers/cli_extras/tag_formatting.py