Metadata-Version: 2.4
Name: flet-cli
Version: 0.85.0.dev0
Summary: Flet CLI
Author-email: "Appveyor Systems Inc." <hello@flet.dev>
License-Expression: Apache-2.0
Project-URL: Homepage, https://flet.dev
Project-URL: Repository, https://github.com/flet-dev/flet
Project-URL: Documentation, https://flet.dev/docs
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: flet==0.85.0.dev0
Requires-Dist: watchdog>=4.0.0
Requires-Dist: packaging>=25.0
Requires-Dist: qrcode>=7.4.2
Requires-Dist: tomli>=1.1.0; python_version < "3.11"
Requires-Dist: cookiecutter>=2.6.0
Requires-Dist: binaryornot<0.5
Requires-Dist: chardet<6

# Flet CLI

[![python](https://img.shields.io/badge/python-%3E%3D3.10-%2334D058)](https://pypi.org/project/flet-cli)
[![docstring coverage](https://flet.dev/docs/assets/badges/docs-coverage/flet-cli.svg)](https://flet.dev/docs/assets/badges/docs-coverage/flet-cli.svg)

Flet CLI is a command-line interface tool for Flet, a framework for building interactive multi-platform applications using Python.

## Features

- Create new Flet projects
- Run Flet applications
- Package and deploy Flet apps

## Basic Usage

To create a new Flet project:

```
flet create myapp
```
