nuropb


Namenuropb JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/robertbetts/nuropb
SummaryNuroPb - A Distributed Event Driven Service Mesh
upload_time2023-10-14 23:18:03
maintainer
docs_urlNone
authorRobert Betts
requires_python>=3.9,<3.12
licenseApache-2.0
keywords python asynchrous api event rpc distributed edd ddd sevice-mesh
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NuroPb

## Plumbing, routing and communications for Distributed, Asynchronous, Event Driven, Services 

[![codecov](https://codecov.io/gh/robertbetts/nuropb/branch/main/graph/badge.svg?token=DVSBZY794D)](https://codecov.io/gh/robertbetts/nuropb)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![CodeFactor](https://www.codefactor.io/repository/github/robertbetts/nuropb/badge)](https://www.codefactor.io/repository/github/robertbetts/nuropb)
[![License: Apache 2.0](https://img.shields.io/pypi/l/giteo)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![Documentation Status](https://readthedocs.org/projects/nuropb/badge/?version=latest)](https://nuropb.readthedocs.io/en/latest/?badge=latest)


If you have code that you want to easily scale, communicate with other services or provide access to consumers, or:
* You'd like to scale a service horizontally, many times over at an unknown scale.
* Your service needs to communicate with other services
* Implement event driven processes and flows
* A need for websocket endpoints that integrate seamlessly to backend services and events
* A proxy for REST Consumers to interact with asynchronous services 
* A growing team of Ml-Ops and Datascience engineers who'd like to deploy their models as services
* Require service gateway that bridges cloud VPNs and on-premise networks
* Wrap an existing or legacy service to benefit from any of the above

**If any of these are of interest to you, NuroPb is worth considering.**

<img src="docs/source/nuropb_diagram.png" alt="Diagram of an example NuroPb enabled Application or Domain Service" width="400px">

NuroPb is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), 
this web site including all documentation is licensed under [Creative
Commons 3.0](https://creativecommons.org/licenses/by/3.0/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/robertbetts/nuropb",
    "name": "nuropb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.12",
    "maintainer_email": "",
    "keywords": "python,asynchrous,api,event,rpc,distributed,edd,ddd,sevice-mesh",
    "author": "Robert Betts",
    "author_email": "robert.betts@genoa.io",
    "download_url": "https://files.pythonhosted.org/packages/de/e5/29de35a3c111e4c11a8abe8fbba0fe801128156fab4fc83369469d5d6ac8/nuropb-0.1.8.tar.gz",
    "platform": null,
    "description": "# NuroPb\n\n## Plumbing, routing and communications for Distributed, Asynchronous, Event Driven, Services \n\n[![codecov](https://codecov.io/gh/robertbetts/nuropb/branch/main/graph/badge.svg?token=DVSBZY794D)](https://codecov.io/gh/robertbetts/nuropb)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![CodeFactor](https://www.codefactor.io/repository/github/robertbetts/nuropb/badge)](https://www.codefactor.io/repository/github/robertbetts/nuropb)\n[![License: Apache 2.0](https://img.shields.io/pypi/l/giteo)](https://www.apache.org/licenses/LICENSE-2.0.txt)\n[![Documentation Status](https://readthedocs.org/projects/nuropb/badge/?version=latest)](https://nuropb.readthedocs.io/en/latest/?badge=latest)\n\n\nIf you have code that you want to easily scale, communicate with other services or provide access to consumers, or:\n* You'd like to scale a service horizontally, many times over at an unknown scale.\n* Your service needs to communicate with other services\n* Implement event driven processes and flows\n* A need for websocket endpoints that integrate seamlessly to backend services and events\n* A proxy for REST Consumers to interact with asynchronous services \n* A growing team of Ml-Ops and Datascience engineers who'd like to deploy their models as services\n* Require service gateway that bridges cloud VPNs and on-premise networks\n* Wrap an existing or legacy service to benefit from any of the above\n\n**If any of these are of interest to you, NuroPb is worth considering.**\n\n<img src=\"docs/source/nuropb_diagram.png\" alt=\"Diagram of an example NuroPb enabled Application or Domain Service\" width=\"400px\">\n\nNuroPb is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), \nthis web site including all documentation is licensed under [Creative\nCommons 3.0](https://creativecommons.org/licenses/by/3.0/).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "NuroPb - A Distributed Event Driven Service Mesh",
    "version": "0.1.8",
    "project_urls": {
        "Documentation": "https://nuropb.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/robertbetts/nuropb",
        "Repository": "https://github.com/robertbetts/nuropb"
    },
    "split_keywords": [
        "python",
        "asynchrous",
        "api",
        "event",
        "rpc",
        "distributed",
        "edd",
        "ddd",
        "sevice-mesh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a46e9635b9b827f51621cd1272a3f41c9187cac9695c15178bd6e80bf212c016",
                "md5": "20ceeba09e4f184b876d668fca53b759",
                "sha256": "998afbbd117933eb3db62cd80fe4d4d24c70eba1282d7714901a15d66fc1f19f"
            },
            "downloads": -1,
            "filename": "nuropb-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20ceeba09e4f184b876d668fca53b759",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.12",
            "size": 62625,
            "upload_time": "2023-10-14T23:18:01",
            "upload_time_iso_8601": "2023-10-14T23:18:01.263441Z",
            "url": "https://files.pythonhosted.org/packages/a4/6e/9635b9b827f51621cd1272a3f41c9187cac9695c15178bd6e80bf212c016/nuropb-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dee529de35a3c111e4c11a8abe8fbba0fe801128156fab4fc83369469d5d6ac8",
                "md5": "f110e5930a99b099b73f35411cd9dde8",
                "sha256": "14dc946c081f65a5bb80b54ac8951b83ad6dcf82998b6de2109d04193e0f59fe"
            },
            "downloads": -1,
            "filename": "nuropb-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f110e5930a99b099b73f35411cd9dde8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.12",
            "size": 55343,
            "upload_time": "2023-10-14T23:18:03",
            "upload_time_iso_8601": "2023-10-14T23:18:03.945477Z",
            "url": "https://files.pythonhosted.org/packages/de/e5/29de35a3c111e4c11a8abe8fbba0fe801128156fab4fc83369469d5d6ac8/nuropb-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-14 23:18:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robertbetts",
    "github_project": "nuropb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nuropb"
}
        
Elapsed time: 0.12370s