Repository URL to install this package:
|
Version:
0.70.0.dev5727 ▾
|
flet-cli
/
METADATA
|
|---|
Metadata-Version: 2.4
Name: flet-cli
Version: 0.70.0.dev5727
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.70.0.dev5727
Requires-Dist: watchdog>=4.0.0
Requires-Dist: packaging>=25.0
Requires-Dist: qrcode>=7.4.2
Requires-Dist: toml>=0.10.2
Requires-Dist: cookiecutter>=2.6.0
# Flet CLI
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
```