A lightweight Python distributed microservice solution
Go to file
BryantHe 58a99d9d2c chore: bump python-on-whales to 0.63.0 2023-07-25 17:37:21 +08:00
.github/workflows Create python-publish.yml 2023-07-20 10:43:17 +08:00
namekoplus chore: update the test files 2023-07-24 18:02:22 +08:00
.gitignore add commad line tool 2023-07-19 19:06:53 +08:00
LICENSE Initial commit 2023-07-18 16:01:28 +08:00
MANIFEST.in feat: add a command to generating test files 2023-07-24 15:07:09 +08:00
README.md docs: update readme; fix typo 2023-07-23 00:13:17 +08:00
setup.py chore: bump python-on-whales to 0.63.0 2023-07-25 17:37:21 +08:00

README.md

namekoplus

A lightweight Python distributed microservice solution

Command Line Tool 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: