Skip to main content

Production ready async python web framework

Project description

unfazed

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 (coming soon)

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
  1. create a new app
# add app to project
unfazed-cli startapp -n myapp
  1. runserver
uvicorn asgi:application --host 0.0.0.0 --port 9527
  1. follow tutorial

unfazed-tutorial

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

unfazed-0.0.13.tar.gz (80.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

unfazed-0.0.13-py3-none-any.whl (141.3 kB view details)

Uploaded Python 3

File details

Details for the file unfazed-0.0.13.tar.gz.

File metadata

  • Download URL: unfazed-0.0.13.tar.gz
  • Upload date:
  • Size: 80.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.0

File hashes

Hashes for unfazed-0.0.13.tar.gz
Algorithm Hash digest
SHA256 3b971d245456a485fe11619821b6168baf107a7fb6390104a8f7494c75308e4a
MD5 1f2768127df045b3db6e33f50f7d9fc4
BLAKE2b-256 a9bd52cdc923c041473460a967c0c5cfc364bf919f0484634f47cc76ddc2a2d0

See more details on using hashes here.

File details

Details for the file unfazed-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: unfazed-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 141.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.0

File hashes

Hashes for unfazed-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 ad52e0c12653cdc0a2efb06332877af04ecba90ad4809f0328d337b6e1f55c62
MD5 568125556b7b1e18aae26d9dd8d18ffe
BLAKE2b-256 8c9036e8e85c1fb9b059749387c6990c145d1412ce713541d4bf7f34280a3241

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page