Bryant He 0b893851ff | ||
---|---|---|
.github/workflows | ||
namekoplus | ||
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
setup.py |
README.md
namekoplus
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: