Skip to content

Curated List of Resources for Starlite : A high performance ,secure, well architected , highly productive python async web framework

Notifications You must be signed in to change notification settings

v3ss0n/awesome-starlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Awesome-Starlite

Curated List of Starlite Resources: A high performance ,secure, well architected , highly productive python async web framework

Starlite is a powerful, performant, flexible and opinionated ASGI framework, offering first class typing support and a full Pydantic integration.

Check out the documentation 📚.## Starlite

Installation

pip install starlite

Quick Start

from starlite import Starlite, get


@get("/")
def hello_world() -> dict[str, str]:
    """Keeping the tradition alive with hello world."""
    return {"hello": "world"}

Starter Templates

Easy Starters

Full Stack

Minimal

Examples

User management and Auth

  • starlite-users

    User and Auth features for starlite with builtin support for :

    • Session, JWT and JWTCookie , Role based Guards
    • Routes For Authentication,Registration,Verification,Password reset, User CRUD , Role CRUD, Assignment/revocation of roles to/from users

Utilities

About

Curated List of Resources for Starlite : A high performance ,secure, well architected , highly productive python async web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published