almanet


Namealmanet JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/aturkenov/almanetpy
SummaryWeb Messaging Protocol
upload_time2025-09-01 14:37:44
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/e0/a1/07ef69da33ee65c3e80d0909e9935a5f83b9234f6fdb222d6b4a5839c5d0/almanet-1.3.0.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.0",
    "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": "f6cc55075d7156320dad4066337605c12be7020fdb1499181b161434eb8c1446",
                "md5": "db624942cc3d0debad5e71d5dd86bd69",
                "sha256": "510517d973347c9ebd44db80ac60cdad62c1475b56b5b011e98f5fe164f5cd76"
            },
            "downloads": -1,
            "filename": "almanet-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db624942cc3d0debad5e71d5dd86bd69",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 16725,
            "upload_time": "2025-09-01T14:37:43",
            "upload_time_iso_8601": "2025-09-01T14:37:43.512262Z",
            "url": "https://files.pythonhosted.org/packages/f6/cc/55075d7156320dad4066337605c12be7020fdb1499181b161434eb8c1446/almanet-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0a107ef69da33ee65c3e80d0909e9935a5f83b9234f6fdb222d6b4a5839c5d0",
                "md5": "43621d68cba34739cfadd4c10cebfd19",
                "sha256": "b55e11be9f47f4ae0cd820500503d17cc61ae9bd5c44e540ec733b3295bf1add"
            },
            "downloads": -1,
            "filename": "almanet-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "43621d68cba34739cfadd4c10cebfd19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 13050,
            "upload_time": "2025-09-01T14:37:44",
            "upload_time_iso_8601": "2025-09-01T14:37:44.946267Z",
            "url": "https://files.pythonhosted.org/packages/e0/a1/07ef69da33ee65c3e80d0909e9935a5f83b9234f6fdb222d6b4a5839c5d0/almanet-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-01 14:37:44",
    "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: 1.76848s