-
PyServe v0.6.0
StableAll checks were successfulRun Tests / test (3.12) (push) Successful in 37sRun Tests / test (3.13) (push) Successful in 34sCI/CD Pipeline / lint (push) Successful in 0sBuild and Release / build (push) Successful in 34sCI/CD Pipeline / test (push) Has been skippedBuild and Release / release (push) Successful in 9sCI/CD Pipeline / build-and-release (push) Has been skippedCI/CD Pipeline / notify (push) Successful in 0sLint Code / lint (push) Successful in 52sreleased this
2025-09-02 21:37:24 +00:00 | 24 commits to main since this releaseWhat'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.0Usage
pyserve --helpDownloads