engine-grpc


Nameengine-grpc JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/ImagineersHub/engine-grpc-pipeline
Summarygrpc pipeline interfaces
upload_time2024-01-22 05:10:51
maintainer
docs_urlNone
authoresun
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,grpc,unity,unreal",
    "author": "esun",
    "author_email": "esun@voteb.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/8e/dcff1d20c0d67d6ffab08f3e95688d4d1b6c42e35cff54e19c17847c2ff7/engine_grpc-0.2.3.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.3",
    "project_urls": {
        "Homepage": "https://github.com/ImagineersHub/engine-grpc-pipeline"
    },
    "split_keywords": [
        "python",
        "grpc",
        "unity",
        "unreal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "837b774b95a5b6461e0789e2bf23ccbb5441f1dcbaa4548cc187ae9303e4a693",
                "md5": "ea48ea15ae7acb13c64dec197175cf86",
                "sha256": "74f066653baaa16c547ced068969dd7b19af859341b8eba1d860e144c183e4e2"
            },
            "downloads": -1,
            "filename": "engine_grpc-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea48ea15ae7acb13c64dec197175cf86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12132,
            "upload_time": "2024-01-22T05:10:50",
            "upload_time_iso_8601": "2024-01-22T05:10:50.949021Z",
            "url": "https://files.pythonhosted.org/packages/83/7b/774b95a5b6461e0789e2bf23ccbb5441f1dcbaa4548cc187ae9303e4a693/engine_grpc-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c8edcff1d20c0d67d6ffab08f3e95688d4d1b6c42e35cff54e19c17847c2ff7",
                "md5": "f4825caf24c7102495a6f27658271574",
                "sha256": "09fdc3b1653f8aaef0c426c1878a94de3f3d626ddfd0f68a470f3ad58f2a712b"
            },
            "downloads": -1,
            "filename": "engine_grpc-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f4825caf24c7102495a6f27658271574",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9078,
            "upload_time": "2024-01-22T05:10:51",
            "upload_time_iso_8601": "2024-01-22T05:10:51.909882Z",
            "url": "https://files.pythonhosted.org/packages/9c/8e/dcff1d20c0d67d6ffab08f3e95688d4d1b6c42e35cff54e19c17847c2ff7/engine_grpc-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 05:10:51",
    "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": [
                [
                    "==",
                    "0.1.1"
                ]
            ]
        },
        {
            "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.17279s