Metadata-Version: 2.1
Name: namekoplus
Version: 0.4.6
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
License-File: LICENSE
Requires-Dist: nameko (==3.0.0rc11)
Requires-Dist: click (==8.1.5)
Requires-Dist: python-on-whales (==0.64.0)
Requires-Dist: pytest (==7.4.0)
Requires-Dist: mako (==1.2.4)
Requires-Dist: shortuuid (==1.0.11)
Provides-Extra: apiflask
Requires-Dist: apiflask (>=1.3.1) ; extra == 'apiflask'
Requires-Dist: gevent (>=22.10.2) ; extra == 'apiflask'
Requires-Dist: gunicorn (==20.1.0) ; extra == 'apiflask'
Provides-Extra: dev
Requires-Dist: environs (==9.5.0) ; extra == 'dev'
Provides-Extra: gutter
Requires-Dist: gutter (==0.5.0) ; extra == 'gutter'
Provides-Extra: ha
Requires-Dist: tenacity (==8.2.2) ; extra == 'ha'
Requires-Dist: cachetools (==5.3.0) ; extra == 'ha'
Requires-Dist: circuitbreaker (==2.0.0) ; extra == 'ha'
Requires-Dist: logstash-formatter (==0.5.17) ; extra == 'ha'
Provides-Extra: mysql
Requires-Dist: pymysql (==1.0.3) ; extra == 'mysql'
Requires-Dist: sqlalchemy (==2.0.15) ; extra == 'mysql'
Requires-Dist: sqlacodegen (==2.3.0) ; extra == 'mysql'
Requires-Dist: alembic (==1.11.1) ; extra == 'mysql'
Provides-Extra: ob
Requires-Dist: statsd (==4.0.1) ; extra == 'ob'
Requires-Dist: nameko-sentry (==1.0.0) ; extra == 'ob'
Requires-Dist: nameko-tracer (==1.4.0) ; extra == 'ob'
Provides-Extra: rocketry
Requires-Dist: rocketry (==2.4.0) ; extra == 'rocketry'
Provides-Extra: security
Requires-Dist: cryptography ; extra == 'security'

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