Metadata-Version: 2.4
Name: gpt-cli-env
Version: 1.0.0
Summary: A command-line interface for OpenAI models
Author: Faizan
License: 
        ---
        
        ## `LICENSE.md`
        
        ```md
        MIT License
        
        Copyright (c) 2026
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files, to deal in the Software
        without restriction, including without limitation the rights to use, copy,
        modify, merge, publish, distribute, sublicense, and sell copies of the Software.
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: License.md
Requires-Dist: requests
Requires-Dist: ter-fx
Dynamic: license-file

# GPT CLI

A simple command-line interface for interacting with OpenAI models.

## Features

- API key setup with `--init`
- Model selection
- JSON configuration storage
- Verbose/debug mode
- Simple prompt interface

