Metadata-Version: 2.1
Name: reddcolors
Version: 0.1.0
Summary: A very simple library for color management alongside jupyterthemes.
Author: ReddTea
Author-email: redd@tea.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Reddcolors

A very simple library for color management alongside jupyterthemes.

# Overview
Reddcolors is a very simple tool for color management for working alongside [jupyterthemes](https://github.com/dunovank/jupyter-themes).

# Dependencies

This code makes use of:
  - matplotlib
  - Jupyter ([Anaconda](https://www.anaconda.com) recommended)
  - [jupyterthemes](https://github.com/dunovank/jupyter-themes)

Most of them come with conda, if some are missing they can be easily installed with pip.

# Installation

In the console type in
```sh
pip3 install reddcolors
```

```sh
# upgrade to latest version
pip install --upgrade reddcolors
```

# Usage

I'll write something here soon.

