Skip to content

Commit 0fbe228

Browse files
committed
readme
1 parent a430f8b commit 0fbe228

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-toon
1+
# python-toon encoder/decoder
22

33
**Token-Oriented Object Notation for Python**
44

@@ -8,6 +8,12 @@ A compact data format optimized for transmitting structured information to Large
88
[![PyPI](https://img.shields.io/pypi/v/python-toon.svg)](https://pypi.org/project/python-toon/)
99
[![Python Versions](https://img.shields.io/pypi/pyversions/python-toon.svg)](https://pypi.org/project/python-toon/)
1010

11+
## Installation
12+
13+
```bash
14+
pip install python-toon
15+
```
16+
1117
## What is TOON?
1218

1319
TOON (Token-Oriented Object Notation) combines YAML's indentation-based structure for nested objects and CSV's tabular format for uniform data rows, optimized specifically for token efficiency in LLM contexts.
@@ -23,11 +29,6 @@ This is a faithful Python port of the original [TOON TypeScript library](https:/
2329
- **LLM-friendly**: Maintains semantic clarity while reducing token count
2430
- **100% compatible** with original TypeScript implementation
2531

26-
## Installation
27-
28-
```bash
29-
pip install python-toon
30-
```
3132

3233
## Quick Start
3334

0 commit comments

Comments
 (0)