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")

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
🛡️ Shadow Copy Integrity Creates a hidden .back snapshot before execution; restores on failure
🦎 Ultra Minimalism Two functions (gn, ex) 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.1.3.tar.gz (3.9 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.1.3-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ranno-0.1.3.tar.gz
Algorithm Hash digest
SHA256 11d93c79d5b226998c88efcf592489211f21e334ddeac029e9f857eec2f65f29
MD5 0768fc1f0fbb5256ee9e59d46abfaa7a
BLAKE2b-256 915341b2779a7e79d8157cd602db9b71e78fa2bcf6545b7834838137e674a439

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ranno-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.0 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.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c13be5b9eb21b685b4660c0b6b6dab057a55349ae6fe91aac933273ef22b6013
MD5 4b682ab1cca08e1ed98725dc37a154c3
BLAKE2b-256 7af5cfa8fea052fb6b76a919338b457e84b015d815c8d2483e989c064fb5498f

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