almanet


Namealmanet JSON
Version 1.3.2 PyPI version JSON
download
home_pagehttps://github.com/aturkenov/almanetpy
SummaryWeb Messaging Protocol
upload_time2025-10-07 14:30:43
maintainerNone
docs_urlNone
authoraturkenov
requires_python<4.0,>=3.12
licenseMIT
keywords almanet pubsub rpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # almanet

Web Messaging Protocol is an open application level protocol that provides two messaging patterns:
- Routed Remote Procedure Calls (RPC)
- Produce & Consume

Almanet uses NSQ to exchange messages between different sessions. [NSQ](https://nsq.io/) is a realtime distributed queue like message broker.

## Installation

Before install NSQD [using this instruction](https://nsq.io/deployment/installing.html).

And run it [(configuration options)](https://nsq.io/components/nsqd.html):
```sh
nsqd --max-msg-timeout=1h
```

Then install [`almanet` PyPI package](https://pypi.org/project/almanet/):
```sh
pip install almanet
```

## Usage

- [How to build microservices?](guide/microservice/README.md)
- [How to call remote procedure?](guide/calling/README.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aturkenov/almanetpy",
    "name": "almanet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "Almanet, PubSub, RPC",
    "author": "aturkenov",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/72/26/78c943c4bafce85f3acdf4fc701f2befb2003c3175d1d407743256d5abeb/almanet-1.3.2.tar.gz",
    "platform": null,
    "description": "# almanet\n\nWeb Messaging Protocol is an open application level protocol that provides two messaging patterns:\n- Routed Remote Procedure Calls (RPC)\n- Produce & Consume\n\nAlmanet uses NSQ to exchange messages between different sessions. [NSQ](https://nsq.io/) is a realtime distributed queue like message broker.\n\n## Installation\n\nBefore install NSQD [using this instruction](https://nsq.io/deployment/installing.html).\n\nAnd run it [(configuration options)](https://nsq.io/components/nsqd.html):\n```sh\nnsqd --max-msg-timeout=1h\n```\n\nThen install [`almanet` PyPI package](https://pypi.org/project/almanet/):\n```sh\npip install almanet\n```\n\n## Usage\n\n- [How to build microservices?](guide/microservice/README.md)\n- [How to call remote procedure?](guide/calling/README.md)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Web Messaging Protocol",
    "version": "1.3.2",
    "project_urls": {
        "Documentation": "https://github.com/aturkenov/almanetpy",
        "Homepage": "https://github.com/aturkenov/almanetpy",
        "Repository": "https://github.com/aturkenov/almanetpy"
    },
    "split_keywords": [
        "almanet",
        " pubsub",
        " rpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3018ac84adf35139869da2588ea73355674cbf74a8968b3d3e45956df95230a5",
                "md5": "54da49158129a0b03587d122c5f5f69b",
                "sha256": "0c07edb014714ff8c1f42295b8b5c46922f3c4c8446a2f9457067e4c47fbf6dc"
            },
            "downloads": -1,
            "filename": "almanet-1.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54da49158129a0b03587d122c5f5f69b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 16737,
            "upload_time": "2025-10-07T14:30:42",
            "upload_time_iso_8601": "2025-10-07T14:30:42.118086Z",
            "url": "https://files.pythonhosted.org/packages/30/18/ac84adf35139869da2588ea73355674cbf74a8968b3d3e45956df95230a5/almanet-1.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "722678c943c4bafce85f3acdf4fc701f2befb2003c3175d1d407743256d5abeb",
                "md5": "1afb7ea5e13fbe3a544be09c9c00b5c3",
                "sha256": "c953e2b40a95e823907890c5794e44fafb8213713531c467a5ea406ed956edf1"
            },
            "downloads": -1,
            "filename": "almanet-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1afb7ea5e13fbe3a544be09c9c00b5c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 13058,
            "upload_time": "2025-10-07T14:30:43",
            "upload_time_iso_8601": "2025-10-07T14:30:43.659305Z",
            "url": "https://files.pythonhosted.org/packages/72/26/78c943c4bafce85f3acdf4fc701f2befb2003c3175d1d407743256d5abeb/almanet-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-07 14:30:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aturkenov",
    "github_project": "almanetpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "almanet"
}
        
Elapsed time: 4.00014s