Production ready async python web framework
Project description
Production Ready ASGI web framework
Documentation: unfazed
Unfazed
Unfazed is a production-oriented ASGI web framework focused on building enterprise-grade applications. 100% test coverage, with a robust architecture inspired by Django, it provides high performance、scalability、maintainability、testability web application.
Unfazed offers powerful features:
Core Features:
- pluggable app system
- Built-in command line interface
- Flexible middleware system
- Robust ORM with Tortoise-ORM integration
- Caching for high performance
- Lifespan protocol support
API Development:
- Focus only on correct business logic
- Full OpenAPI/Swagger support
- Serializer framework built on Tortoise-ORM
- Request argument parsing and validation
- Comprehensive test client
- Static files service
Security & Sessions:
- Role-based access control (RBAC)
- Secure session management
- Production-ready admin interface
Installation
pip install unfazed
Quick start
1、create a new project
unfazed-cli startproject -n myproject
cd myproject/src/backend
docker-compose up -d
docker-compose exec unfazed bash
- create a new app
# add app to project
unfazed-cli startapp -n myapp
- runserver
uvicorn asgi:application --host 0.0.0.0 --port 9527
- follow tutorial
Project details
Release history Release notifications | RSS feed
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 unfazed-0.0.21.tar.gz.
File metadata
- Download URL: unfazed-0.0.21.tar.gz
- Upload date:
- Size: 88.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363f201434f43cb35fb899c90a2dfdfa0e29bece11b2eaa5ddc1afc8bfc028af
|
|
| MD5 |
690e6692182118ed174baeee3bfd25c7
|
|
| BLAKE2b-256 |
fbad74ecdad99ed9a02ca2dfb3726b854491cafb0f96d5e060bc570caa599110
|
File details
Details for the file unfazed-0.0.21-py3-none-any.whl.
File metadata
- Download URL: unfazed-0.0.21-py3-none-any.whl
- Upload date:
- Size: 151.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4ed0abb110bf998e9ebdbaa24090fb5ba5f5b4d1630f066dd2e8baa196d107e
|
|
| MD5 |
43716a24d5946e01d2fe22146c605a78
|
|
| BLAKE2b-256 |
0f8e06fb5bc125e765a682d23da57ca719c3e507217d2c2c49aacadc5c5ea2cc
|