Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flet-cli / METADATA
Size: Mime:
Metadata-Version: 2.4
Name: flet-cli
Version: 0.70.0.dev5731
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.dev5731
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
```