2023-07-19 19:06:53 +08:00
|
|
|
# namekoplus
|
2023-07-20 11:13:46 +08:00
|
|
|
|
2023-08-01 14:07:27 +08:00
|
|
|
[![Upload Python Package](https://github.com/Bryanthelol/namekoplus/actions/workflows/python-publish.yml/badge.svg?event=release)](https://github.com/Bryanthelol/namekoplus/actions/workflows/python-publish.yml)
|
|
|
|
|
2023-07-19 19:06:53 +08:00
|
|
|
A lightweight Python distributed microservice solution
|
|
|
|
|
2023-08-01 12:52:07 +08:00
|
|
|
## CLI Usage
|
2023-07-19 19:06:53 +08:00
|
|
|
|
|
|
|
### Checkout Command
|
|
|
|
|
|
|
|
```shell
|
|
|
|
namekoplus --help
|
|
|
|
```
|
|
|
|
|
2023-07-21 17:49:34 +08:00
|
|
|
### Start a middleware that nameko depends on
|
|
|
|
|
|
|
|
```shell
|
|
|
|
namekoplus start -m rabbitmq
|
|
|
|
```
|
|
|
|
|
2023-07-19 19:06:53 +08:00
|
|
|
### Initialize a nameko service from templates
|
|
|
|
|
|
|
|
```shell
|
|
|
|
namekoplus init --directory <dir_name> --type <template_type>
|
|
|
|
```
|
2023-07-21 17:49:34 +08:00
|
|
|
|
|
|
|
|
2023-08-01 13:00:26 +08:00
|
|
|
## Detailed Usage
|
2023-07-21 17:49:34 +08:00
|
|
|
|
|
|
|
See Documents:
|
|
|
|
|
2023-08-01 17:15:13 +08:00
|
|
|
- [English](https://murl.vip/TwML)
|
|
|
|
- [中文](https://murl.vip/B0O9)
|