README.md
setup.py
my_package123/__init__.py
my_package123/file_utils.py
my_package123/math_utils.py
my_package123/string_utils.py
my_package123.egg-info/PKG-INFO
my_package123.egg-info/SOURCES.txt
my_package123.egg-info/dependency_links.txt
my_package123.egg-info/top_level.txt
tests/__init__.py
tests/test_file_utils.py
tests/test_math_utils.py
tests/test_string_utils.py