Metadata-Version: 2.4
Name: sara-karts
Version: 0.1.0
Summary: Sara - An AI-powered code generator assistant
Home-page: https://github.com/yourusername/sara
Author: Karthick Anandh RJ
Author-email: karthickanandh1304@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic<3.0,>=2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Sara - Your Local AI Code Assistant

*Sara* is a Python package that integrates AI code generation into your Python environment using [Ollama](https://ollama.com) and local models like starcoder.

## ðŸš€ Features

- Runs entirely offline using local LLMs
- Uses [Ollama](https://ollama.com) and [StarCoder](https://huggingface.co/bigcode/starcoder)
- Simple and clean import sara experience

## ðŸ“¦ Installation

(Coming soon on PyPI)

For now, clone the repo and run:
```bash
pip install .

## Requirements

This package depends on [Ollama](https://ollama.com) for code generation.

Please install and run Ollama separately:
- Download from: https://ollama.com/download
- Example model: ollama run starcoder
