Metadata-Version: 2.4
Name: gpt-cli-env
Version: 1.0.2
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
Requires-Dist: colorama
Dynamic: license-file

# GPT CLI

A Python SDK and command-line interface for interacting with OpenAI models.

## Features

- 🚀 Command-line interface (`gpt`)
- 🐍 Python SDK (`import gpt`)
- 🔑 Secure API key configuration
- 🤖 Model selection
- ⚙️ JSON-based configuration storage
- 🐛 Verbose/debug logging
- 🌡️ Temperature control
- 📏 Output token limits
- ❌ Custom error handling
    - GPTAuthError
    - GPTQuotaError
    - GPTModelError

## Installation

```bash
pip install gpt-cli-env
