Metadata-Version: 2.4
Name: cruise-lang
Version: 0.1.1
Summary: Cruise: An AI-powered, tensor-ready lightweight programming language interpreter.
Author: Manjas Anand
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: scikit-learn
Requires-Dist: numpy

# Cruise
# 🏎️ Cruise Programming Language

Cruise is an ultra-simple, modern English-based programming language built on top of Python. It combines a clean, human-readable syntax with a powerful, hidden deep learning framework engine. 

Whether you want to build rapid desktop UI apps, log form data to files, or execute tensor calculations on a GPU with automated gradient tracking, Cruise lets you write your code effortlessly.

## ✨ Key Features
* **Natural Syntax:** Zero boilerplate code. Write statements like `5 times write("Hello!")`.
* **Deep Learning & Autograd:** Powered by PyTorch for native core array operations, automated calculus gradients, and CUDA hardware acceleration.
* **Instant Desktop Apps:** Render windows, buttons, and custom interfaces straight from your code.
* **Built-in System Utilities:** Handle user interaction (`ask`), file records (`log`), and sound (`beep`).

---

## 🛠️ Installation & Setup

Since Cruise runs on Python, make sure you have Python 3.7+ installed along with its machine learning dependencies.

### 1. Install Dependencies
```bash
pip install cruise-lang
