Skip to main content

A minimalist AI-Bridge for instant code generation and sandboxed execution.

Project description

🦖
Ranno

Ranno is a minimalist AI-Bridge that turns plain English into executable Python - instantly. Just describe what you want, and Ranno generates, understands your data, and runs the code for you.

🔗 PyPI Package  |  🆔 pip install ranno or uv add ranno


🐍 SDK

Installation

pip install ranno
# or
uv add ranno

Generate Code (No Execution)

from ranno import gn

# Without Data
gn("Create a list of 10 dinosaurs and print it")

# With Data
gn("Find the average price", data="data.csv")

Execute Code Instantly (Sandboxed)

from ranno import ex

# Without Data
ex("Print hello world 5 times")

# With Data
ex("Plot the correlation between price and category", data="data.csv")

Custom Configuration (API & Model)

from ranno import cf, gn, ex

# Set custom credentials and model
my_config = cf(api_key="your_api_key", model="model_name")

# Run with custom config
gn("Explain quantum physics", config=my_config)

# Excute with custom config
ex("Plot the correlation between price and category", data="data.csv", config=my_config)

Features

FEATURE DESCRIPTION
🧠 AI Code Generation Turns plain English prompts into full, runnable Python scripts
🔍 AI File Intelligence Detects file types (CSV, Excel, JSON) accurately, even without extensions
📊 Auto Schema Extraction Reads columns and first 5 rows to build perfect AI context automatically
🧪 Sandboxed Execution Runs AI code in an isolated environment with pd, np pre-loaded
⚙️ Custom Configuration Override default API keys and Models per request using cf()
🛡️ Shadow Copy Integrity Creates a hidden copy. snapshot before execution; restores on failure
🦎 Ultra Minimalism Three functions (gn, ex, cf) is all you need - zero boilerplate

🏗️ System Architecture

# COMPONENT DESCRIPTION STACK
1️⃣ Ranno SDK The client-side library handling data prep and execution Python, Pandas, Magika
2️⃣ AI Bridge API Serverless backend for secure code generation FastAPI, Vercel, Gemini 3.1

Made with 🦖 by Saptarshi Roy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ranno-0.2.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ranno-0.2.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file ranno-0.2.1.tar.gz.

File metadata

  • Download URL: ranno-0.2.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for ranno-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f229d01a797512c597a7c7d545331b95819ae3bd4e0bcaf09e630da898390870
MD5 6d1db4c658f39286b0c3b0261805d85f
BLAKE2b-256 a6c09cc57a13073222640283da7eaee69ac81dea0d4525e05ed1f5d20c33224a

See more details on using hashes here.

File details

Details for the file ranno-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: ranno-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for ranno-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 13f95b3d023d56fda165f872f9665eda1991fa514819888953fb1f0be7e0a5ac
MD5 6e29087a0e89220862a2ab45c48a67d1
BLAKE2b-256 1e90c9aa08d9544b666887b7f783ffb1b27f84b0c29f1133f4c914d17b200f89

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page