Metadata-Version: 2.4
Name: transpilatron
Version: 0.1.0
Summary: A tool for transpiling code from python to C using AI agents.
Author-email: Johnny Konczal <johndrostan@outlook.com>
Requires-Python: >=3.14
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: smolagents[litellm]>=1.26.0
Description-Content-Type: text/markdown

# Transpilatron

A tool for transpiling code from python to C using AI agents.

## Usage

```bash
transpilatron <python_file>
```

### API Key
Set the MISTRAL_API_KEY environment variable to use the Mistral API.