LICENSE
README.md
pyproject.toml
setup.py
src/mandelbrot_benchmark/__init__.py
src/mandelbrot_benchmark/__main__.py
src/mandelbrot_benchmark/cli.py
src/mandelbrot_benchmark/main.py
src/mandelbrot_benchmark/py.typed
src/mandelbrot_benchmark.egg-info/PKG-INFO
src/mandelbrot_benchmark.egg-info/SOURCES.txt
src/mandelbrot_benchmark.egg-info/dependency_links.txt
src/mandelbrot_benchmark.egg-info/entry_points.txt
src/mandelbrot_benchmark.egg-info/requires.txt
src/mandelbrot_benchmark.egg-info/top_level.txt
tests/test_cli.py
tests/test_dunder_main.py
tests/test_main.py