Metadata-Version: 2.2
Name: promptshell
Version: 0.1.1
Summary: LLM-powered Terminal Assistant
Author-email: Kirti Rathi <kirtirathi282@gmail.com>
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: openai>=1.12.0
Requires-Dist: anthropic>=0.18.0
Requires-Dist: google-generativeai>=0.3.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: groq
Requires-Dist: pyperclip
Requires-Dist: pyreadline3
Requires-Dist: questionary
