Metadata-Version: 2.1
Name: shades
Version: 2.0.0a0
Summary: A python module for generative 2D Image creation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0
Requires-Dist: Pillow>=8.0.0

# Shades 🕶️

The main branch for this is now for shades v2 which is still a work in progress (finding and fixing bugs).

There's a bunch of bug fixing and optimisation to come, but I've overhauled the API now to:
- use lazy evaluation to allow some efficiencies
- shift a lot of the computation over into numpy for efficiency
- improve the api with some nicer functional patterns around the canvas object

