Metadata-Version: 2.1
Name: eunice
Version: 0.0.1
Summary: eunice - a simple chatgpt cli wrapper
Home-page: http://github.com/rob-parker-what/eunice
Author: rob-parker-what
Author-email: robparkerwhat.dev@gmail.com
License: MIT
Keywords: chatgpt,ai,openai
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE

# Eunice
Oh, hello dearie!

## Configure

### Config file

TOML Config file can be placed in the home directory `~/.eunice/eunice.cfg`.

```editorconfig
[general]
openai_secret_key=""
```
