A CLI tool for generating and managing web projects using Flet.
Project description
PyFlet CLI
PyFlet CLI is a command-line interface tool designed to facilitate the creation and management of Flet web projects. It automates the setup process and provides essential commands for project initialization and user management.
Installation
To install PyFlet CLI, use the following command:
pip install pyflet
Usage
Run the CLI using:
pyflet [COMMAND] [OPTIONS]
Commands
1. Create a Flet Web Project
pyflet create-flet-web <project_name>
Creates a new Flet web project using a predefined template.
2. Initialize a Project
pyflet init-project --reload <true/false> --project_path <path> --platform <web/android/ios>
--reload: Automatically reload the project on changes (default:true).--project_path: Path to the main Python file (default:main.py).--platform: Target platform (default:web).
3. Create a Superuser
pyflet createsuperuser
Prompts the user to enter credentials and creates a superuser in the database.
4. Get Support
pyflet support
Displays support information and the author's YouTube channel.
Configuration
Database Management
This CLI interacts with SQLite databases using the manage_sql library. The superuser creation command inserts data into the users table.
Cloning Project Templates
The CLI clones project templates from the repository:
https://github.com/webtechmoz/pyflet-models.git
It copies template files to the new project directory while replacing placeholders.
Logging
The CLI provides informative logs in different levels:
info: General information (blue)success: Successful operations (green)warning: Potential issues (yellow)error: Errors encountered (red)
Contributing
Feel free to contribute to this project by submitting issues or pull requests on GitHub.
License
This project is licensed under the MIT License.
Author
Created by DevPythonMZ.
📢 Subscribe to the YouTube channel: @devpythonMZ
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyflet-0.3.2.tar.gz.
File metadata
- Download URL: pyflet-0.3.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
402bc21768f2a213216fe2161457da32fa12010422457b40723bbf8f593eaaf1
|
|
| MD5 |
4af6f1cde0d055a852a26012282ba001
|
|
| BLAKE2b-256 |
653e4e0d588d3102f9e734f32d51604b3d796a74bdaf30860fb9c11997e7cd7a
|
File details
Details for the file pyflet-0.3.2-py3-none-any.whl.
File metadata
- Download URL: pyflet-0.3.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21694a7b4371ddd6ef99518ef38b7e34bfb76994fd010165b25e8fa5d7d00ccb
|
|
| MD5 |
13f8b77ddbbc314b55dc01a3a641f473
|
|
| BLAKE2b-256 |
d9e920c82d36802872b784d2a2cf519c90184f562c5ed26dd9ff8664dd39cf35
|