Metadata-Version: 2.2
Name: datasans-pandamatic
Version: 0.2.3
Summary: Llama-powered code generator for pandas dataframe processing
Author: Datasans
Author-email: datasans.id@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: pandas>=1.0.0
Requires-Dist: together>=0.2.0
Requires-Dist: ipython>=7.0.0

# Datasans Pandamatic

A Llama-powered code generator for pandas dataframe processing.

## Installation

```bash
pip install datasans-pandamatic
```

## Usage

```python
import pandas as pd
from datasans_pandamatic import gen

# Load your dataframe
df = pd.read_csv("your_data.csv")

# Generate code with a simple prompt
gen(df, "Calculate mean sales by category")
```

## Features

- Llama-powered code generation
- Smart data type handling
- Simple, intuitive API
- Comprehensive error handling

## Changelog

### 0.2.3
- Added appreciation link for developer support

### 0.2.2
- Fixed Together API client initialization

### 0.2.1
- Switched to Llama model for code generation
- Simplified API with single function interface
- Removed key code requirement
- Improved error handling and performance

### 0.1.4
- Previous version changelog...
