engine-grpc


Nameengine-grpc JSON
Version 0.2.30 PyPI version JSON
download
home_pagehttps://github.com/ImagineersHub/engine-grpc-pipeline
Summarygrpc pipeline interfaces
upload_time2024-11-26 07:52:27
maintainerNone
docs_urlNone
authoresun
requires_pythonNone
licenseMIT
keywords python grpc unity unreal
VCS
bugtrack_url
requirements ugrpc_pipe compipe grpcio grpcio-tools protobuf betterproto psutil
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
### Command interface examples

```python
UEI().command_parser(cmd=GRPCInterface.method_object_add_component,
                     params=[
                         target,
                         ASSEMBLE_NEARINTERACTIONGRABBABLE,
                         True
                     ])

UEI().command_parser(cmd=GRPCInterface.method_object_add_component,
                     params=[
                         target,
                         ASSEMBLE_MESHCOLLIDER,
                         True
                     ])

UEI().command_parser(cmd=GRPCInterface.method_object_set_reference_value,
                     params=[
                         collision_mesh_asset,
                         ASSETBLE_MESHFILTER,
                         "sharedMesh",
                         target,
                         ASSEMBLE_MESHCOLLIDER,
                         "sharedMesh"
                     ])

UEI().command_parser(cmd=GRPCInterface.method_object_set_value,
                     params=[
                         target,
                         ASSEMBLE_MESHCOLLIDER,
                         "convex",
                         True
                     ])
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ImagineersHub/engine-grpc-pipeline",
    "name": "engine-grpc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, grpc, unity, unreal",
    "author": "esun",
    "author_email": "esun@voteb.com",
    "download_url": "https://files.pythonhosted.org/packages/f7/08/8edf8f4d54203dac58b0d9ee086561d33788ba88fc330532d009b2d2e0b1/engine_grpc-0.2.30.tar.gz",
    "platform": null,
    "description": "\n### Command interface examples\n\n```python\nUEI().command_parser(cmd=GRPCInterface.method_object_add_component,\n                     params=[\n                         target,\n                         ASSEMBLE_NEARINTERACTIONGRABBABLE,\n                         True\n                     ])\n\nUEI().command_parser(cmd=GRPCInterface.method_object_add_component,\n                     params=[\n                         target,\n                         ASSEMBLE_MESHCOLLIDER,\n                         True\n                     ])\n\nUEI().command_parser(cmd=GRPCInterface.method_object_set_reference_value,\n                     params=[\n                         collision_mesh_asset,\n                         ASSETBLE_MESHFILTER,\n                         \"sharedMesh\",\n                         target,\n                         ASSEMBLE_MESHCOLLIDER,\n                         \"sharedMesh\"\n                     ])\n\nUEI().command_parser(cmd=GRPCInterface.method_object_set_value,\n                     params=[\n                         target,\n                         ASSEMBLE_MESHCOLLIDER,\n                         \"convex\",\n                         True\n                     ])\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "grpc pipeline interfaces",
    "version": "0.2.30",
    "project_urls": {
        "Homepage": "https://github.com/ImagineersHub/engine-grpc-pipeline"
    },
    "split_keywords": [
        "python",
        " grpc",
        " unity",
        " unreal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28feaec4a4cf1cf535377efd182c0d5a623ff094506930f5f0d9fa810d303905",
                "md5": "046440f3e81d956c073ff4fa435e3b50",
                "sha256": "b47b9cb0f106c393175faf33a17582bfa40b86e8529b9154cc8828e689c103f8"
            },
            "downloads": -1,
            "filename": "engine_grpc-0.2.30-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "046440f3e81d956c073ff4fa435e3b50",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12788,
            "upload_time": "2024-11-26T07:52:25",
            "upload_time_iso_8601": "2024-11-26T07:52:25.056122Z",
            "url": "https://files.pythonhosted.org/packages/28/fe/aec4a4cf1cf535377efd182c0d5a623ff094506930f5f0d9fa810d303905/engine_grpc-0.2.30-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7088edf8f4d54203dac58b0d9ee086561d33788ba88fc330532d009b2d2e0b1",
                "md5": "73fc3d33dc8e9b8f683ff18338d1bcbe",
                "sha256": "ded8c5693810b6565fd0ccfae345dc26f1afdbabc82420e110fc3e770a10766f"
            },
            "downloads": -1,
            "filename": "engine_grpc-0.2.30.tar.gz",
            "has_sig": false,
            "md5_digest": "73fc3d33dc8e9b8f683ff18338d1bcbe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9562,
            "upload_time": "2024-11-26T07:52:27",
            "upload_time_iso_8601": "2024-11-26T07:52:27.862785Z",
            "url": "https://files.pythonhosted.org/packages/f7/08/8edf8f4d54203dac58b0d9ee086561d33788ba88fc330532d009b2d2e0b1/engine_grpc-0.2.30.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 07:52:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ImagineersHub",
    "github_project": "engine-grpc-pipeline",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ugrpc_pipe",
            "specs": []
        },
        {
            "name": "compipe",
            "specs": []
        },
        {
            "name": "grpcio",
            "specs": [
                [
                    "==",
                    "1.50.0"
                ]
            ]
        },
        {
            "name": "grpcio-tools",
            "specs": [
                [
                    "==",
                    "1.50.0"
                ]
            ]
        },
        {
            "name": "protobuf",
            "specs": [
                [
                    "==",
                    "4.21.8"
                ]
            ]
        },
        {
            "name": "betterproto",
            "specs": [
                [
                    ">=",
                    "2.0.*"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    "==",
                    "5.9.6"
                ]
            ]
        }
    ],
    "lcname": "engine-grpc"
}
        
Elapsed time: 0.51887s