Metadata-Version: 2.1
Name: cowgirl-ai-auto-code
Version: 1.3.0
Summary: Cowgirl AI - Auto Code
Home-page: https://github.com/Cowgirl-AI/auto-code
Author: Tera Earlywine
Author-email: dev@teraearlywine.com
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Auto Code

Programming CLI bot that digests python files in a specified directory then updates them with refinements


To install:

```zsh
pip install cowgirl-ai-core cowgirl-ai-utils cowgirl-ai-auto-code
```

```zsh 
cowgirl-ai-auto-code refine src .py 
```



This program is currently only compatible with OpenAI, we are looking into expanding compatibility with other open source LLMs such as Meta and Anthropic. We are also investigating adding .sql refinements to the CLI tool.... :) 


New Features
Front end + back end bots

```
front_end refine --file='uicode.js'
back_end refine --file='backendcode.js'

```
