Metadata-Version: 2.1
Name: matteing-gpt-cli
Version: 0.1.1
Summary: 
Author: Sergio Mattei
Author-email: sergiomattei@outlook.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: openai (>=0.27.4,<0.28.0)
Requires-Dist: rich (>=13.3.4,<14.0.0)
Requires-Dist: yaspin (>=2.3.0,<3.0.0)
Description-Content-Type: text/markdown

# gpt-cli

A simple command line utility for ChatGPT, written for personal use.

## Installing

To install:

```bash
export OPENAI_API_KEY="token" # preferably place this in .zshrc
pip install matteing-gpt-cli --user
which gpt-cli # to test your pip configuration
```

If your environment is set up to run CLI pip packages, the command-line should work just fine.

