Metadata-Version: 2.4
Name: tonl-py
Version: 0.0.1
Summary: Token-Optimized Notation Language - Python implementation (Placeholder - Full release coming soon)
Author-email: Krypto <mrx.anonymousorg@gmail.com>
License: MIT
Project-URL: Homepage, https://tonl-mcp-bridge-docs.vercel.app
Project-URL: Documentation, https://tonl-mcp-bridge-docs.vercel.app
Project-URL: Repository, https://github.com/kryptomrx/tonl-mcp-bridge
Project-URL: Issues, https://github.com/kryptomrx/tonl-mcp-bridge/issues
Keywords: llm,tokens,compression,json,ai,mcp
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🚧 TONL - Python Implementation (Coming Soon)

**Name Reserved - Full release in development**

This is a placeholder package to reserve the `tonl` name on PyPI.

---

## 🎯 What is TONL?

Token-Optimized Notation Language - A compact data format for reducing LLM token usage.

Based on the TONL specification from [tonl.dev](https://tonl.dev), this is a Python implementation with MCP (Model Context Protocol) integration.

---

## 📦 Current Status

**This package is currently a placeholder.** The full Python SDK is in active development.

**Available Now:**
- TypeScript/JavaScript implementation: `npm install @kryptomrx/tonl-mcp-bridge`
- MCP Server with REST API
- Docker deployment

---

## 🔜 Coming Soon

The full Python package will include:
- Simple API: `tonl.encode(data)`
- Pandas integration: `tonl.from_dataframe(df)`
- Type detection and optimization
- CLI tools
- Jupyter notebook support

---

## 🔗 Links

- **Documentation:** https://tonl-mcp-bridge-docs.vercel.app
- **GitHub:** https://github.com/kryptomrx/tonl-mcp-bridge
- **Original Specification:** https://tonl.dev

---

## ⏱️ Timeline

Full Python SDK release: **Coming in 2025**

Follow the GitHub repository for updates!

---

*This package reserves the name for the upcoming Python implementation of TONL.*
