Metadata-Version: 2.1
Name: namekoplus
Version: 0.3.1
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: apiflask
Provides-Extra: rocketry
Provides-Extra: gutter
Provides-Extra: mysql
Provides-Extra: security
Provides-Extra: dev
License-File: LICENSE

# namekoplus

A lightweight Python distributed microservice solution

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

- [中文](https://doc.bearcatlog.com/)
- [English](https://legendary-sopapillas-e2626d.netlify.app/)
