Metadata-Version: 2.3
Name: distyctl
Version: 0.1.0a1
Summary: Utility program for game developers in the Distyopoly ecosystem.
Requires-Dist: pygithub>=2.8.1
Requires-Dist: typer>=0.20.0
Requires-Python: >=3.14
Description-Content-Type: text/markdown

[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)

# Distyctl

Utility program for Distyopoly game developers.

## Usage:

**Creating a new project:**
```bash
distyctl init [target_path] [--version VERSION]
```

This command makes the framework available.

---

Planned features:

```
distyctl dev

distyctl render standalone/platform
```
