Metadata-Version: 2.4
Name: uf-language
Version: 1.5.0b1
Summary: UF Language Engine with 4 modes (UF, iUF, nUF, dnUF)
Author-email: Intel <you@example.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# UF Language

UF Language is a Python-based language engine providing multiple levels of user-friendliness:

- **UF** – Beginner-friendly syntax  
- **iUF** – Intermediate mode  
- **nUF** – Advanced structured mode  
- **dnUF** – Developer-focused mode  

## Installation

```bash
pip install uf-language
```
