Metadata-Version: 2.1
Name: yapybrot
Version: 0.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.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8, <4
License-File: LICENSE

# YAPyBrot

Yet Another Python Mandelbrot

## Quickstart

```
pip install yapybrot
```
See [./examples](./examples) for usage.

## Installation from Source

Prerequisites:

* Python >= 3.8
* Anaconda / Miniconda
* CMake

```
conda install -c conda-forge --file requirements.txt
pip install -e .
```
