Metadata-Version: 2.1
Name: namekoplus
Version: 0.4.14
Summary: A lightweight Python distributed microservice solution
Home-page: 
Author: Bryant He
Author-email: bryantsisu@qq.com
License: MIT
Project-URL: Documentation, https://doc.bearcatlog.com/
Project-URL: Source Code, https://github.com/Bryanthelol/namekoplus
Project-URL: Bug Tracker, https://github.com/Bryanthelol/namekoplus/issues
Keywords: lightweight python distributed microservice solution
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Provides-Extra: ha
Provides-Extra: ob
Provides-Extra: schema
Provides-Extra: security
Provides-Extra: dev
License-File: LICENSE

# namekoplus

[![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)

A lightweight Python distributed microservice solution

## 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://murl.vip/TwML)
- [中文](https://murl.vip/B0O9)
