Metadata-Version: 2.1
Name: fractalshades
Version: 0.3.3
Summary: Fractal deep-zoom explorer package for Mandelbrot fractal - and more to come...
Home-page: https://github.com/GBillotey/Fractal-shades
Author: Geoffroy Billotey
Author-email: geoffroy.billotey@gmail.com
License: MIT
Project-URL: Documentation, https://gbillotey.github.io/Fractalshades/
Project-URL: Bug Tracker, https://github.com/GBillotey/Fractal-shades/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numba (>=0.52.0)
Requires-Dist: mpmath (>=1.1.0)
Requires-Dist: gmpy2
Requires-Dist: Pillow
Requires-Dist: PyQt5 (>=5.15.4)
Requires-Dist: pygments (>=2.9.0)

[![test-linux](https://github.com/GBillotey/Fractalshades/actions/workflows/test-linux.yml/badge.svg)](https://github.com/GBillotey/Fractalshades/actions/workflows/test-linux.yml)
[![test-windows](https://github.com/GBillotey/Fractalshades/actions/workflows/test-windows.yml/badge.svg)](https://github.com/GBillotey/Fractalshades/actions/workflows/test-windows.yml)
[![doc-latest](https://github.com/GBillotey/Fractalshades/actions/workflows/doc-latest.yml/badge.svg)](https://github.com/GBillotey/Fractalshades/actions/workflows/doc-latest.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# Fractal-shades
The pupose of this python package is to propose standard or deep-zoom exploration (under 1.e-300) of a few fractals.

## Documentation
https://gbillotey.github.io/Fractalshades/

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## Credits
This project would not have been possible without the following online resources:

* https://mathr.co.uk/blog/
* https://fractalforums.org/
* http://www.fractalforums.com/announcements-and-news
* https://www.math.univ-toulouse.fr/~cheritat/wiki-draw/index.php/Mandelbrot_set




