Metadata-Version: 2.1
Name: pybeario
Version: 0.0.1
Summary: Jerbeario's python style package 
Author-email: Jeremy Palmerio <palmerio.jeremy@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pybeario
A python package for Jerbeario's brand images. 

CURRENTLY IN DEVELOPMENT

## Features so far include:

### Two personalized matplotlib style sheets (.mplsheet):
   - bauhaus_dark
   - bauhaus_light

### Colors 
   - red : 5 value gradient to cream
   - blue : 5 value gradient to cream
   - green : 5 value gradient to cream
   - yellow : 5 value gradient to cream
   - purple : 5 value gradient to cream
   - grayscale : 5 value gradient white to black 

### Functions
   - gradient : takes two colors and an int n. Returns gradient between colors in n steps.
   - divergent : takes two colors and an int n. Returns diverging palette between colors in n steps

More to come as I develop my brand image.
