Metadata-Version: 2.1
Name: color-palette-cli
Version: 0.1.2
Summary: Command Line Interface allowing interaction with color_palette_at library.
Home-page: UNKNOWN
Author: Adam T
Author-email: adam.tabaczynski@bitcomp.fi
License: MIT
Keywords: color color_palette colors cli
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# cli_color_palette

wip

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install cli_color_palette:

```bash
pip install color_palette_cli
```

## Usage

```
   $ wip
```

## Tests
You will need a [pytest](https://pypi.org/project/pytest/) library to run tests. After installation of said module, run this command in a directory where the color_palette_at library is located:
```
pytest
```
To run all the tests.

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

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

