https://github.com/u2d-ai/msaserver
msaServer - Helper & Wrapper around Uvicorn/Gunicorn for FastAPI based apps Optimized for use with FastAPI/Pydantic.
https://github.com/u2d-ai/msaserver
fastapi gunicorn helper-functions microservices python3 uvicorn
Last synced: 6 months ago
JSON representation
msaServer - Helper & Wrapper around Uvicorn/Gunicorn for FastAPI based apps Optimized for use with FastAPI/Pydantic.
- Host: GitHub
- URL: https://github.com/u2d-ai/msaserver
- Owner: u2d-ai
- License: mit
- Created: 2022-09-28T09:04:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T09:13:56.000Z (about 3 years ago)
- Last Synced: 2025-03-25T00:50:16.791Z (7 months ago)
- Topics: fastapi, gunicorn, helper-functions, microservices, python3, uvicorn
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
------
msaServer - Helper & Wrapper around Uvicorn/Gunicorn for FastAPI based apps
Optimized for use with FastAPI/Pydantic.
![]()
![]()
------
**Documentation**: msaServer Documentation (https://msaServer.u2d.ai/)
------
## Features
- **Uvicorn Wrapper**: MSAServerUvicorn.
- **Gunicorn Wrapper**: MSAServerGunicorn.## Main Dependencies
- **gunicorn~=20.1.0**: WSGI HTTP Server for UNIX
- **uvicorn~=0.18.3**: The lightning-fast ASGI server.## License Agreement
- `msaServer`Based on `MIT` open source and free to use, it is free for commercial use, but please show/list the copyright information about msaServer somewhere.
## How to create the documentation
We use mkdocs and mkdocsstring. The code reference and nav entry get's created virtually by the triggered python script /docs/gen_ref_pages.py while ``mkdocs`` ``serve`` or ``build`` is executed.
### Requirements Install for the PDF creation option:
PDF Export is using mainly weasyprint, if you get some errors here pls. check there documentation. Installation is part of the msaServer, so this should be fine.We can now test and view our documentation using:
mkdocs serve
Build static Site:
mkdocs build
## Build and Publish
Build:python setup.py sdist
Publish to pypi:
twine upload dist/*