tensorpc


Nametensorpc JSON
Version 0.10.7 PyPI version JSON
download
home_pagehttps://github.com/FindDefinition/tensorpc
SummaryBackend for devflow.
upload_time2024-05-11 05:40:32
maintainerNone
docs_urlNone
authorYan Yan
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# TensoRPC

this project contains two major parts:

* A RPC library that focus on simple usage.

* A python UI framework that need to be used with [frontend](https://finddefinition.github.io/devflow/dock).

This project is still in early stage, and the API may change in the future.

for each newest patch version of devflow, we ensure all patch version of tensorpc can be used if devflow and tensorpc have same major/minor version number.

## usage

1. install tensorpc

2. run backend `python -m tensorpc.serve --port=50051 --http_port=50052`

3. check https://finddefinition.github.io/devflow/dock, check `help` button in top right corner.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FindDefinition/tensorpc",
    "name": "tensorpc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Yan Yan",
    "author_email": "yanyan.sub@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/f0/76/3c2905e64e5e293c1aeee0b4fe99758095cf9b0aba39f1e82eca660b8f83/tensorpc-0.10.7.tar.gz",
    "platform": null,
    "description": "\n# TensoRPC\n\nthis project contains two major parts:\n\n* A RPC library that focus on simple usage.\n\n* A python UI framework that need to be used with [frontend](https://finddefinition.github.io/devflow/dock).\n\nThis project is still in early stage, and the API may change in the future.\n\nfor each newest patch version of devflow, we ensure all patch version of tensorpc can be used if devflow and tensorpc have same major/minor version number.\n\n## usage\n\n1. install tensorpc\n\n2. run backend `python -m tensorpc.serve --port=50051 --http_port=50052`\n\n3. check https://finddefinition.github.io/devflow/dock, check `help` button in top right corner.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Backend for devflow.",
    "version": "0.10.7",
    "project_urls": {
        "Homepage": "https://github.com/FindDefinition/tensorpc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74f92bb88e089d1745d84f5fa47bfc84eb97944c54bda7317093093b58d8ac5d",
                "md5": "70ab5e4ca9c699d140ea8bdc7e50e8e9",
                "sha256": "26a3ad47f41a09fbeace4b5306313efacc04a55eecbcd469d407f5609c203ba2"
            },
            "downloads": -1,
            "filename": "tensorpc-0.10.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70ab5e4ca9c699d140ea8bdc7e50e8e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 501596,
            "upload_time": "2024-05-11T05:40:30",
            "upload_time_iso_8601": "2024-05-11T05:40:30.789832Z",
            "url": "https://files.pythonhosted.org/packages/74/f9/2bb88e089d1745d84f5fa47bfc84eb97944c54bda7317093093b58d8ac5d/tensorpc-0.10.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0763c2905e64e5e293c1aeee0b4fe99758095cf9b0aba39f1e82eca660b8f83",
                "md5": "946cb7c9f1a4c6a9eaf509dc95804525",
                "sha256": "fb1e446013056910a15e726a043bb90b7daff165597c4df0e471a41c9901888f"
            },
            "downloads": -1,
            "filename": "tensorpc-0.10.7.tar.gz",
            "has_sig": false,
            "md5_digest": "946cb7c9f1a4c6a9eaf509dc95804525",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 389839,
            "upload_time": "2024-05-11T05:40:32",
            "upload_time_iso_8601": "2024-05-11T05:40:32.328761Z",
            "url": "https://files.pythonhosted.org/packages/f0/76/3c2905e64e5e293c1aeee0b4fe99758095cf9b0aba39f1e82eca660b8f83/tensorpc-0.10.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-11 05:40:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FindDefinition",
    "github_project": "tensorpc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tensorpc"
}
        
Elapsed time: 0.24391s