Metadata-Version: 2.1
Name: ai_code_refinement
Version: 0.0.8
Summary: AI Code Refinement
Home-page: https://github.com/TeraTheDataConsultant/ai_code_refinement
Author: Tera Earlywine
Author-email: tera.earlywine@qbizinc.com
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: ai_code_refinement==0.0.7
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.6.2.post1
Requires-Dist: build==1.2.2.post1
Requires-Dist: certifi==2024.8.30
Requires-Dist: distro==1.9.0
Requires-Dist: h11==0.14.0
Requires-Dist: httpcore==1.0.6
Requires-Dist: httpx==0.27.2
Requires-Dist: idna==3.10
Requires-Dist: jiter==0.7.0
Requires-Dist: openai==1.53.0
Requires-Dist: packaging==24.1
Requires-Dist: pydantic==2.9.2
Requires-Dist: pydantic_core==2.23.4
Requires-Dist: pyproject_hooks==1.2.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: sniffio==1.3.1
Requires-Dist: tqdm==4.66.6
Requires-Dist: typing_extensions==4.12.2

# AI Code Refinement Tool 


```zsh

# Installing ai_code_refinement 
pip3 install ai_code_refinement

# Upgrading to get the latest version
pip3 install ai_code_refinement --upgrade 
```

<!-- 
TODO: 

Adding configuration documentation for the following: 
1. Set up with python dotenv .env.staging / .env.production 
2. Set up containing organization / project / api key for the OpenAI API 
3. How to use the CLI tool 
4. Anything else relating to updates
5. Contributing & ./scripts/build.sh 

-->
