A lightweight Python distributed microservice solution
Go to file
BryantHe 850437db3d chore: switch to pdm from setuptools 2023-11-06 17:40:27 +08:00
.github/workflows Update python-publish.yml 2023-11-06 16:50:32 +08:00
src/namekoplus chore: switch to pdm from setuptools 2023-11-06 17:40:27 +08:00
tests chore: switch to pdm from setuptools 2023-11-06 17:40:27 +08:00
.gitignore chore: switch to pdm from setuptools 2023-11-06 16:24:03 +08:00
LICENSE Initial commit 2023-07-18 16:01:28 +08:00
MANIFEST.in feat: add metrics for nameko services 2023-07-28 11:39:41 +08:00
README.md doc: update readme (#34) 2023-10-24 22:32:04 +08:00
pyproject.toml chore: switch to pdm from setuptools 2023-11-06 17:40:27 +08:00

README.md

namekoplus

Upload Python Package

A lightweight Python distributed microservice solution

Installation

python3 -m pip install namekoplus

CLI Usage

Checkout Command

namekoplus --help

Start a middleware that nameko depends on

namekoplus start -m rabbitmq

Initialize a nameko service from templates

namekoplus init --directory <dir_name> --type <template_type>

Detailed Usage

See Documents: