Metadata-Version: 2.4
Name: smartestio
Version: 0.1.0
Summary: Smarter input() for Python — automatic token splitting and parsing.
Author-email: Your Name <your@email.com>
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# SmartIO

Smarter `input()` for Python — automatically splits user input into tokens and parses them as `int`, `float`, or `str`.

## Install

```bash
pip install .
