Metadata-Version: 2.1
Name: namekoplus
Version: 0.5.0
Summary: A lightweight Python distributed microservice solution
Keywords: lightweight python distributed microservice solution
Author-Email: Bryant He <bryantsisu@qq.com>
License: MIT
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
Project-URL: Homepage, https://github.com/Bryanthelol/namekoplus
Project-URL: Source code, https://github.com/Bryanthelol/namekoplus
Project-URL: Bug tracker, https://github.com/Bryanthelol/namekoplus/issues
Requires-Python: <4,>=3.8
Requires-Dist: click==8.1.5
Requires-Dist: mako==1.2.4
Requires-Dist: nameko==3.0.0rc11
Requires-Dist: pytest==7.4.0
Requires-Dist: python-on-whales==0.65.0
Requires-Dist: shortuuid==1.0.11
Requires-Dist: cachetools==5.3.0; extra == "ha"
Requires-Dist: circuitbreaker==2.0.0; extra == "ha"
Requires-Dist: tenacity==8.2.2; extra == "ha"
Requires-Dist: nameko-sentry==1.0.0; extra == "ob"
Requires-Dist: nameko-tracer==1.4.0; extra == "ob"
Requires-Dist: logstash_formatter==0.5.17; extra == "log"
Requires-Dist: loguru==0.7.2; extra == "log"
Requires-Dist: statsd==4.0.1; extra == "metric"
Requires-Dist: marshmallow==3.20.1; extra == "schema"
Requires-Dist: cryptography; extra == "security"
Requires-Dist: environs==9.5.0; extra == "dev"
Requires-Dist: python-dotenv==1.0.0; extra == "dev"
Provides-Extra: ha
Provides-Extra: ob
Provides-Extra: log
Provides-Extra: metric
Provides-Extra: schema
Provides-Extra: security
Provides-Extra: dev
Description-Content-Type: text/markdown

# 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

## 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/)