Metadata-Version: 2.4
Name: lupi-lang
Version: 1.7.0
Summary: Lupi programming language with Discord and game3d modules
Author: OpenAI Demo
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: discord
Requires-Dist: discord.py>=2.4; extra == "discord"
Provides-Extra: game3d
Requires-Dist: ursina>=8.0.0; extra == "game3d"
Dynamic: license-file


# Lupi 1.7.0

Lupi é uma linguagem de script experimental com:

- `discord` interno com comandos, embeds, botões, selects, modais e slash commands
- `game` para 2D (stub)
- `game3d` para 3D via Ursina (bridge inicial)
- `pyimport` / `frompy`
- `input`, `color`, `printc`
- execução por `lupi arquivo.lp`

## Instalação

```bash
python -m pip install .
```

Extras opcionais:

```bash
python -m pip install ".[discord]"
python -m pip install ".[game3d]"
```
