Metadata-Version: 2.1
Name: yapybrot
Version: 0.0.2
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybind11 (>=2.0.1)
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: Pillow

# YAPyBrot 

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

## Installation 

### Windows & MacOS 

```
pip install yapybrot
```

### Installation from Source 

Prerequisites: 

* Python >= 3.8 
* Anaconda / Miniconda 
* CMake 

```
conda env create -f environment.yml
conda activate yapybrotenv
pip install .
```

See [./examples](./examples) for usage. 
