Add your description here
Project description
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
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
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 fletora-0.0.2.tar.gz.
File metadata
- Download URL: fletora-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.26
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d7c14735a692ecbe5ccf0b0b0273f168146f26ca18104e22e74129dafb4ab48
|
|
| MD5 |
4d9ea24073147acf8f7a490155367457
|
|
| BLAKE2b-256 |
2be3d1728920683e8d26769e3fb1eb9db8ca55b919991c21d0fe9dc65bc50d30
|
File details
Details for the file fletora-0.0.2-py3-none-any.whl.
File metadata
- Download URL: fletora-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.26
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64189c5200e365a88525fd9388a3d2c0fa8e7b2b878aa099865b51d34caea763
|
|
| MD5 |
c6a750ae69cc6636b0f290bf4c101688
|
|
| BLAKE2b-256 |
5b0f723ad10491f50b284e092b90a54153421a266ba37f8611d74869e49d3659
|