Metadata-Version: 2.4
Name: mandelbrot.implementations.cython_naive
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy

# Cython implementation of Mandelbrot

This implementation is very close to a direct port from the pure Python implementation.
While fairly straight forward to make, the annotated source code reveal many interactions with the Python runtime.
