Metadata-Version: 2.1
Name: mosec
Version: 0.1.0a2
Summary: Model Serving made Efficient in the Cloud.
Home-page: https://github.com/mosecorg/mosec
Author: Keming Yang
Author-email: kemingy94@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pydantic (>=1.8)
Provides-Extra: dev
Requires-Dist: pytest (>=6) ; extra == 'dev'
Requires-Dist: pytest-mock (>=3.5) ; extra == 'dev'
Requires-Dist: mypy (>=0.910) ; extra == 'dev'
Requires-Dist: flake8 (>=3.8) ; extra == 'dev'
Requires-Dist: black (>=20.8b1) ; extra == 'dev'
Requires-Dist: isort (>=5.6) ; extra == 'dev'
Requires-Dist: autoflake (>=1.4) ; extra == 'dev'
Requires-Dist: msgpack (>=1.0.2) ; extra == 'dev'
Requires-Dist: pre-commit (>=2.15.0) ; extra == 'dev'

# mosec

[![lint and test](https://github.com/mosecorg/mosec/actions/workflows/check.yml/badge.svg)](https://github.com/mosecorg/mosec/actions/workflows/check.yml)
[![Upload Python Package](https://github.com/mosecorg/mosec/actions/workflows/package.yml/badge.svg)](https://github.com/mosecorg/mosec/actions/workflows/package.yml)

Model Serving made Efficient in the Cloud.


