namekoplus


Namenamekoplus JSON
Version 0.5.3 PyPI version JSON
download
home_page
SummaryA lightweight Python distributed microservice solution
upload_time2023-11-06 09:42:03
maintainer
docs_urlNone
author
requires_python<4,>=3.8
licenseMIT
keywords lightweight python distributed microservice solution
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "namekoplus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": "",
    "keywords": "lightweight python distributed microservice solution",
    "author": "",
    "author_email": "Bryant He <bryantsisu@qq.com>",
    "download_url": "https://files.pythonhosted.org/packages/fb/cb/a46451c8767f459d3e9eb9a1d167766cdd4a60607240f68f325567ee97c8/namekoplus-0.5.3.tar.gz",
    "platform": null,
    "description": "# namekoplus\n\n[![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)\n\nA lightweight Python distributed microservice solution\n\n## Installation\n\n```shell\npython3 -m pip install namekoplus\n```\n\n\n## CLI Usage\n\n### Checkout Command\n\n```shell\nnamekoplus --help\n```\n\n### Start a middleware that nameko depends on\n\n```shell\nnamekoplus start -m rabbitmq\n```\n\n### Initialize a nameko service from templates\n\n```shell\nnamekoplus init --directory <dir_name> --type <template_type>\n```\n\n\n## Detailed Usage\n\nSee Documents: \n\n- [English](https://legendary-sopapillas-e2626d.netlify.app/)\n- [\u4e2d\u6587](https://doc.bearcatlog.com/)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight Python distributed microservice solution",
    "version": "0.5.3",
    "project_urls": {
        "Bug tracker": "https://github.com/Bryanthelol/namekoplus/issues",
        "Homepage": "https://github.com/Bryanthelol/namekoplus",
        "Source code": "https://github.com/Bryanthelol/namekoplus"
    },
    "split_keywords": [
        "lightweight",
        "python",
        "distributed",
        "microservice",
        "solution"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "905acf007912ba019a57375396c453ea86c0e6abf2a3918fc6e9a8765a778b35",
                "md5": "7747a24b17ce840e48c055f689b7b1dd",
                "sha256": "cf442ebd11135cb560aa0e72a2833c8eb3145a7fae0198cd4ec281dd069217d3"
            },
            "downloads": -1,
            "filename": "namekoplus-0.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7747a24b17ce840e48c055f689b7b1dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 30486,
            "upload_time": "2023-11-06T09:42:02",
            "upload_time_iso_8601": "2023-11-06T09:42:02.383637Z",
            "url": "https://files.pythonhosted.org/packages/90/5a/cf007912ba019a57375396c453ea86c0e6abf2a3918fc6e9a8765a778b35/namekoplus-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbcba46451c8767f459d3e9eb9a1d167766cdd4a60607240f68f325567ee97c8",
                "md5": "78d990df2ca524de71f5152ee1d1289a",
                "sha256": "208cbf9e883568931c000b6580575d7b3059b1fe52a56599fa4f492896d79c68"
            },
            "downloads": -1,
            "filename": "namekoplus-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "78d990df2ca524de71f5152ee1d1289a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 20696,
            "upload_time": "2023-11-06T09:42:03",
            "upload_time_iso_8601": "2023-11-06T09:42:03.809100Z",
            "url": "https://files.pythonhosted.org/packages/fb/cb/a46451c8767f459d3e9eb9a1d167766cdd4a60607240f68f325567ee97c8/namekoplus-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 09:42:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bryanthelol",
    "github_project": "namekoplus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "namekoplus"
}
        
Elapsed time: 0.13600s