Metadata-Version: 2.1
Name: askit
Version: 0.1.3
Summary: 
Author: Phil Harper
Author-email: phil@imrge.co
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: openai (>=0.25.0,<0.26.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown

# AskAI

Ask OpenAI your question from the command line and get a response. Super janky right now.

# Installation
pip install pip install git+https://this-url

# How to use:
Set your api with command "ask api "your open api key here".
Then ask questions with "ask it "your question here?"
Make sure to finish the question with a question mark.
