Skip to content

Build frontend applications in Python. Yeah, i know, it sounds CRAZY!

License

Notifications You must be signed in to change notification settings

struckchure/fletora

Repository files navigation

Fletora

Build frontend applications in Python. Yeah, I know, it sounds CRAZY!

Name Origin

A sleek, futuristic name that feels fresh and unique.

DeepSeek AI


Installation

pip install fletora

or using uv

uv add fletora

UV Setup Instructions

1. Install uv (if not already installed)

curl -LsSf https://astral.sh/uv/install.sh | sh

2. Create and activate a virtual environment

uv venv
source .venv/bin/activate  # On Unix/macOS
# or
.venv\Scripts\activate     # On Windows

3. Install dependencies

uv sync

Pip Setup Instructions

1. Create and activate a virtual environment

python -m venv .venv
source .venv/bin/activate  # On Unix/macOS
# or
.venv\Scripts\activate     # On Windows

2. Install dependencies

pip install -r requirements.txt

Running the Application Server

Using FastAPI CLI

fastapi dev samples/main.py

Using Uvicorn

python samples/main.py

The application will be available at http://localhost:8000.


Development

To enable hot reloading during development, the server automatically watches for file changes and refreshes the browser.

Resources

About

Build frontend applications in Python. Yeah, i know, it sounds CRAZY!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages