Metadata-Version: 2.1
Name: namekoplus
Version: 0.2.2
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: ssl
Provides-Extra: dev
License-File: LICENSE

# namekoplus

A lightweight Python distributed microservice solution

## Document

[中文文档](https://doc.bearcatlog.com/)

## Command Line Tool Usage

### Checkout Command

```shell
namekoplus --help
```

### Initialize a nameko service from templates

```shell
namekoplus init --directory <dir_name> --type <template_type>
```
