Metadata-Version: 2.4
Name: oceancode-ai
Version: 1.1.0
Summary: Claude-inspired multi-provider AI terminal with sandbox and tool calling
Author: Hiroak_Jyoti_Borah
Author-email: YOUR_NAME <YOUR_EMAIL@example.com>
License: MIT
Project-URL: Homepage, https://github.com/Hiro66-git/oceancode
Project-URL: Repository, https://github.com/Hiro66-git/oceancode
Project-URL: Issues, https://github.com/Hiro66-git/oceancode/issues
Keywords: cli,ai,gemini,openrouter,llm,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# OceanCode CLI

A Claude-inspired multi-provider AI terminal with structured responses,
sandboxed code execution, and tool-calling workflows.

## Features

- **Dual Provider Support** -- Google AI Studio + OpenRouter
- **16 Free Models** -- Gemini 3.x Flash, DeepSeek R1, Llama 3.3, and more
- **Structured Output** -- Markdown rendering with syntax-highlighted code,
  tables, headings, and LaTeX math/chemistry formulas
- **Code Sandbox** -- Grant directories, read/write/edit files, execute scripts
- **Tool Calling** -- LLM-driven file operations via fenced JSON blocks
- **Session Dashboard** -- Token tracking, latency stats, context gauges
- **3D Ocean Visualization** -- ASCII animated wave scene
- **Strict Style Policy** -- No emoji or emoticons in any output

## Install

### From PyPI (recommended)
```bash
pip install oceancode
oceancode

### From Source
'''bash
git clone https://github.com/YOUR_USERNAME/oceancode.git
cd oceancode
pip install -e .
oceancode

### One-Click
.\install.bat

# Quick Start
$ oceancode

+======================================================================+
|                    O C E A N   C O D E                              |
|          Claude-Inspired Multi-Provider AI Terminal                  |
+======================================================================+

ocean > /grant ~/projects/myapp
ocean > build me a Flask REST API with three endpoints

## Commands
Command	Description
/help	Show all commands
/model	Switch model interactively
/grant <path>	Grant sandbox access to a directory
/run <file>	Execute a script in the sandbox
/tools on	Enable LLM tool-calling mode
/dashboard	Open session dashboard
/ocean	3D ocean wave animation
