Metadata-Version: 2.1
Name: mmf-serve
Version: 0.1.6b3
Summary: Часть проекта MMF отвечающая за serving
Author: Викторов Андрей Германович
Author-email: andvikt@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyTurboJPEG (>=1.6.5,<2.0.0)
Requires-Dist: XlsxWriter (>=3.0.2,<4.0.0)
Requires-Dist: aio-pika (>=6.8.1,<7.0.0)
Requires-Dist: aiofile (>=3.7.4,<4.0.0)
Requires-Dist: cryptography (>=36.0.1,<37.0.0)
Requires-Dist: fastapi (>=0.73.0,<0.74.0)
Requires-Dist: mmf-meta (>=0.1.3,<0.2.0)
Requires-Dist: opencv-python (>=4.5.5,<5.0.0)
Requires-Dist: openpyxl (>=3.0.9,<4.0.0)
Requires-Dist: orjson (>=3.6.6,<4.0.0)
Requires-Dist: pandas (>=1.4.0,<2.0.0)
Requires-Dist: pydantic[dotenv] (>=1.9.0,<2.0.0)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# MMF-meta
Эта библиотека - часть проекта Model Management Framework.

Отвечает за serving

### Пример использования
```shell
mmfserve serve-rabbit
```

Конфигурация
```dotenv
RABBIT__USER=core
RABBIT__PASSWORD=somesecret
RABBIT_HOST=localhost
EXCHANGE_NAME=test_exchange
QUEUE_NAME=test_queue
MAIN_SCRIPT=main.py
```
[Подробная документация](https://mm-framework.github.io/docs/)

