Metadata-Version: 2.1
Name: mpservice
Version: 0.8.0
Summary: Serving with asyncio, multiprocessing, and batching
Home-page: https://github.com/zpz/mpservice
License: UNKNOWN
Description: # mpservice
        
        Serving with asyncio, multiprocessing, and batching.
        
        One use case is machine learning models, but 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.
        
        To install, do `pip install mpservice`.
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
