Metadata-Version: 2.1
Name: color-alpa
Version: 0.0.6
Summary: Test skeleton project for displaying ANSI color
Home-page: https://github.com/alpaalpa/color
License: MIT
Author: Albert Pang
Author-email: alpaalpa@mac.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Color

Simple test skeleton project

## Usage

```
from color import Color

ansi_text_in_green = Color.green("text in green")
ansi_text_in_blue = Color.blue("text in blue")
```
