Metadata-Version: 2.1
Name: mpservice
Version: 0.8.9
Summary: Serving with asyncio, 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
License-File: LICENSE

# mpservice

Serving with asyncio, multiprocessing, and batching.

One use case is machine learning model serving, although the code is generic and not restricted to any particular use case.

Reference: [Service Batching from Scratch, Again](https://zpz.github.io/blog/batched-service-redesign/). This article describes roughly version 0.7.2.

The package also contains some other related utilities.

To install, do `pip install mpservice`.

