• PyServe v0.6.0
    All checks were successful
    Run Tests / test (3.12) (push) Successful in 37s
    Run Tests / test (3.13) (push) Successful in 34s
    CI/CD Pipeline / lint (push) Successful in 0s
    Build and Release / build (push) Successful in 34s
    CI/CD Pipeline / test (push) Has been skipped
    Build and Release / release (push) Successful in 9s
    CI/CD Pipeline / build-and-release (push) Has been skipped
    CI/CD Pipeline / notify (push) Successful in 0s
    Lint Code / lint (push) Successful in 52s
    Stable

    Ghost released this 2025-09-02 21:37:24 +00:00 | 24 commits to main since this release

    What's new in this version

    New Features

    • Completely rewritten HTTP server backend using industry-standard uvicorn and starlette

    Bug Fixes

    • Improved server stability and reliability through proven frameworks

    Technical Changes

    • Replaced custom HTTP implementation with uvicorn ASGI server and starlette framework
    • Enhanced logging system using structlog for better structured output and debugging

    Dependencies

    • Added uvicorn and starlette as core dependencies
    • Added structlog for improved logging capabilities
    • Updated dependencies to latest versions

    Installation

    pip install pyserve==v0.6.0
    

    Usage

    pyserve --help
    
    Downloads