Metadata-Version: 2.1
Name: code-sage
Version: 0.1.1
Summary: 
Author: Joe Mudryk
Author-email: mudryk.joe@gmail.com
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: django (>=4.2.1,<5.0.0)
Requires-Dist: openai (>=0.27.7,<0.28.0)
Description-Content-Type: text/markdown

# code_sage
A django middleware package that provides suggestions for unhandled errors/exceptions by using OpenAI


Settings to be added to either django.settings or environment varialbes

* OPEN_AI_API_KEY (str)
* CODE_SAGE_ENABLED (true or false)
* RESPONSE_WORD_LIMIT (optional)

