Metadata-Version: 2.1
Name: mpservice
Version: 0.7.2
Summary: model serving with multiprocessing and batching
Home-page: https://github.com/zpz/mpservice
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: psutil (>=5.7.0)
Requires-Dist: uvicorn (<0.14.0,>=0.13.0)
Requires-Dist: starlette (<0.15.0,>=0.14.0)

# mpservice

Model serving with multiprocessing and batching.

Although the code talks about 'model', the use case is generic.

Reference: [Service Batching from Scratch, Again](https://zpz.github.io/blog/batched-service-redesign/).

To install, do `pip install mpservice`.

