mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-04-16 15:37:29 +08:00
40 lines
768 B
Markdown
40 lines
768 B
Markdown
# namekoplus
|
|
|
|
[](https://github.com/Bryanthelol/namekoplus/actions/workflows/python-publish.yml)
|
|
|
|
A lightweight Python distributed microservice solution
|
|
|
|
## Installation
|
|
|
|
```shell
|
|
python3 -m pip install namekoplus
|
|
```
|
|
|
|
|
|
## CLI Usage
|
|
|
|
### Checkout Command
|
|
|
|
```shell
|
|
namekoplus --help
|
|
```
|
|
|
|
### Start a middleware that nameko depends on
|
|
|
|
```shell
|
|
namekoplus start -m rabbitmq
|
|
```
|
|
|
|
### Initialize a nameko service from templates
|
|
|
|
```shell
|
|
namekoplus init --directory <dir_name> --type <template_type>
|
|
```
|
|
|
|
|
|
## Detailed Usage
|
|
|
|
See Documents:
|
|
|
|
- [English](https://legendary-sopapillas-e2626d.netlify.app/)
|
|
- [中文](https://doc.bearcatlog.com/) |