Metadata-Version: 2.4
Name: toonifier
Version: 0.1.0
Summary: A Python library for parsing and encoding Toon format files
Home-page: https://github.com/yourusername/pytoon
Author: Krishna Mishra
Author-email: Krishna Mishra <krishnamishra.dev@gmail.com>
Keywords: toon,parser,encoder
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# toonifier

`toonifier` is a Python library for reading and writing **official Toon format** files.

## Features
- Full official Toon support
- Nested dictionaries
- Tables with headers
- Multi-line strings

## Install
```bash
pip install pyt00n
