Metadata-Version: 2.1
Name: hey-py
Version: 0.1.1
Summary: A command-line tool to interact with DuckDuckGo Chat API from your terminal
Home-page: https://github.com/leen2233/hey-py
Author: Arslan Rejepow
Author-email: leen2233 <arslanrejepow223@gmail.com>
Project-URL: Homepage, https://github.com/leen2233/hey-py
Project-URL: Bug Tracker, https://github.com/leen2233/hey-py/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx[socks]>=0.24.1
Requires-Dist: toml>=0.10.2
Requires-Dist: rich>=13.7.0
Requires-Dist: click>=8.1.7
Requires-Dist: InquirerPy

# hey-py

Python port of [hey](https://github.com/b1ek/hey), a command-line interface for DuckDuckGo's AI Chat.

## Original Features (from hey)
- DuckDuckGo Chat API integration
- Multiple AI model support (GPT-4o Mini, Mistral, Llama)
- Basic chat functionality
- Configuration file support
- Terms of Service acceptance

## Additional Features
- HTTP and SOCKS proxy support
- Customizable system prompts
- Verbose mode for debugging
- Persistent configuration storage

## Usage
```bash
pip install hey-py
hey config
hey "Your question here"
```

## License
GPLv3
