aioqueuerpc


Nameaioqueuerpc JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryJSON RPC with asyncio queues (no transport layer implementation).
upload_time2023-11-05 22:19:31
maintainer
docs_urlNone
author
requires_python<4,>=3.9
license
keywords asyncio rpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aioqueuerpc

JSON RPC with asyncio queues (no transport layer implementation).

## Work-in-Progress

The repository contains a module extracted from my other project and was refactored as a separate package.

## Usage Examples

```
...
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aioqueuerpc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": "",
    "keywords": "asyncio,rpc",
    "author": "",
    "author_email": "darkhaniop <darkhaniop@google.com>",
    "download_url": "https://files.pythonhosted.org/packages/e2/34/283f310ab113750d7806555857f285f82328437ee021a47dbc67b83e5513/aioqueuerpc-0.2.0.tar.gz",
    "platform": null,
    "description": "# aioqueuerpc\n\nJSON RPC with asyncio queues (no transport layer implementation).\n\n## Work-in-Progress\n\nThe repository contains a module extracted from my other project and was refactored as a separate package.\n\n## Usage Examples\n\n```\n...\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "JSON RPC with asyncio queues (no transport layer implementation).",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/gw-tools/aioqueuerpc/issues",
        "Homepage": "https://github.com/gw-tools/aioqueuerpc"
    },
    "split_keywords": [
        "asyncio",
        "rpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a2c81eeb4814ef93ae68f31bfaae348dc16d0a9426d755c3fb6053efb911cec",
                "md5": "8491581586df911833a869f83c0827c8",
                "sha256": "75c78b16401bfb60852d6c1cf7897793b3a485ff78310f5833e79e237145b672"
            },
            "downloads": -1,
            "filename": "aioqueuerpc-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8491581586df911833a869f83c0827c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 8734,
            "upload_time": "2023-11-05T22:19:29",
            "upload_time_iso_8601": "2023-11-05T22:19:29.533004Z",
            "url": "https://files.pythonhosted.org/packages/7a/2c/81eeb4814ef93ae68f31bfaae348dc16d0a9426d755c3fb6053efb911cec/aioqueuerpc-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e234283f310ab113750d7806555857f285f82328437ee021a47dbc67b83e5513",
                "md5": "6543b5e464524b9eabfde71fbd5c64c6",
                "sha256": "b09926ec622a134bf49f091b1d5792aba29635e855767fa897f23ed0382036c7"
            },
            "downloads": -1,
            "filename": "aioqueuerpc-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6543b5e464524b9eabfde71fbd5c64c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 8036,
            "upload_time": "2023-11-05T22:19:31",
            "upload_time_iso_8601": "2023-11-05T22:19:31.056161Z",
            "url": "https://files.pythonhosted.org/packages/e2/34/283f310ab113750d7806555857f285f82328437ee021a47dbc67b83e5513/aioqueuerpc-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 22:19:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gw-tools",
    "github_project": "aioqueuerpc",
    "github_not_found": true,
    "lcname": "aioqueuerpc"
}
        
Elapsed time: 0.15126s