Metadata-Version: 2.1
Name: cowgirl-ai-auto-code
Version: 1.4.13
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
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.4.0
Requires-Dist: astroid==3.2.4
Requires-Dist: blis==0.7.11
Requires-Dist: build==1.2.1
Requires-Dist: cachetools==5.4.0
Requires-Dist: catalogue==2.0.10
Requires-Dist: certifi==2024.7.4
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: click==8.1.7
Requires-Dist: cloudpathlib==0.18.1
Requires-Dist: confection==0.1.5
Requires-Dist: cowgirl-ai-core==1.0.2
Requires-Dist: cowgirl-ai-utils==1.2.1
Requires-Dist: cymem==2.0.8
Requires-Dist: dill==0.3.8
Requires-Dist: distro==1.9.0
Requires-Dist: docutils==0.21.2
Requires-Dist: google-api-core==2.19.1
Requires-Dist: google-auth==2.32.0
Requires-Dist: google-cloud-bigquery==3.25.0
Requires-Dist: google-cloud-core==2.4.1
Requires-Dist: google-crc32c==1.5.0
Requires-Dist: google-resumable-media==2.7.1
Requires-Dist: googleapis-common-protos==1.63.2
Requires-Dist: grpcio==1.65.1
Requires-Dist: grpcio-status==1.65.1
Requires-Dist: h11==0.14.0
Requires-Dist: httpcore==1.0.5
Requires-Dist: httpx==0.27.0
Requires-Dist: idna==3.7
Requires-Dist: importlib_metadata==8.0.0
Requires-Dist: iniconfig==2.0.0
Requires-Dist: isort==5.13.2
Requires-Dist: jaraco.classes==3.4.0
Requires-Dist: jaraco.context==5.3.0
Requires-Dist: jaraco.functools==4.0.1
Requires-Dist: Jinja2==3.1.4
Requires-Dist: joblib==1.4.2
Requires-Dist: keyring==25.2.1
Requires-Dist: langcodes==3.4.0
Requires-Dist: language_data==1.2.0
Requires-Dist: logging==0.4.9.6
Requires-Dist: lxml==5.2.2
Requires-Dist: marisa-trie==1.2.0
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: MarkupSafe==2.1.5
Requires-Dist: mccabe==0.7.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: more-itertools==10.3.0
Requires-Dist: murmurhash==1.0.10
Requires-Dist: nh3==0.2.18
Requires-Dist: nltk==3.8.1
Requires-Dist: numpy==1.26.4
Requires-Dist: openai==1.37.0
Requires-Dist: packaging==24.1
Requires-Dist: pkginfo==1.10.0
Requires-Dist: platformdirs==4.2.2
Requires-Dist: pluggy==1.5.0
Requires-Dist: preshed==3.0.9
Requires-Dist: proto-plus==1.24.0
Requires-Dist: protobuf==5.27.2
Requires-Dist: pyasn1==0.6.0
Requires-Dist: pyasn1_modules==0.4.0
Requires-Dist: pydantic==2.8.2
Requires-Dist: pydantic_core==2.20.1
Requires-Dist: Pygments==2.18.0
Requires-Dist: pylint==3.2.6
Requires-Dist: pyproject_hooks==1.1.0
Requires-Dist: pytest==8.3.1
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: python-docx==1.1.2
Requires-Dist: readme_renderer==44.0
Requires-Dist: regex==2024.5.15
Requires-Dist: requests==2.32.3
Requires-Dist: requests-toolbelt==1.0.0
Requires-Dist: rfc3986==2.0.0
Requires-Dist: rich==13.7.1
Requires-Dist: rsa==4.9
Requires-Dist: setuptools==71.1.0
Requires-Dist: shellingham==1.5.4
Requires-Dist: six==1.16.0
Requires-Dist: smart-open==7.0.4
Requires-Dist: sniffio==1.3.1
Requires-Dist: spacy==3.7.5
Requires-Dist: spacy-legacy==3.0.12
Requires-Dist: spacy-loggers==1.0.5
Requires-Dist: srsly==2.4.8
Requires-Dist: thinc==8.2.5
Requires-Dist: tomlkit==0.13.0
Requires-Dist: tqdm==4.66.4
Requires-Dist: twine==5.1.1
Requires-Dist: typer==0.12.3
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: urllib3==2.2.2
Requires-Dist: wasabi==1.1.3
Requires-Dist: weasel==0.4.1
Requires-Dist: wrapt==1.16.0
Requires-Dist: zipp==3.19.2

# Auto Code

A programming CLI bot that digests Python files in a specified directory and updates them with refinements.

## Installation

To install the necessary packages, run:

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

## Usage

To refine Python files in the `src` directory, use the following command:

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

### What Does "Refine" Do?

The "refine" command analyzes your code, suggesting improvements and optimizations to enhance readability, performance, and maintainability. It's like having a coding buddy who helps you clean up your code!

## Compatibility

This program is currently only compatible with OpenAI. We're looking into expanding compatibility with other open-source LLMs like Meta and Anthropic. Additionally, we're investigating the possibility of adding `.sql` refinements to the CLI tool. :)

## Troubleshooting

If you encounter issues while using the tool, consider the following:

- Ensure that all required packages are installed correctly.
- Check the file paths for any typos or incorrect directories.
- Review the output logs for specific error messages that can guide you.
