Metadata-Version: 2.1
Name: yapybrot
Version: 1.0.1
Summary: Yet Another Python Mandelbrot
Home-page: https://github.com/rustygentile/yapybrot
Author: Rusty Gentile
Keywords: Mandelbrot,fractals
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8, <4
License-File: LICENSE
Requires-Dist: pybind11 (>=2.0.1)
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: Pillow

Yet Another Python Mandelbrot - a mixed language (Python & C++) project
