erpc


Nameerpc JSON
Version 1.13.0 PyPI version JSON
download
home_pagehttps://github.com/embeddedrpc/erpc
SummaryeRPC Python infrastructure
upload_time2024-10-11 08:22:29
maintainerNone
docs_urlNone
authorNXP
requires_pythonNone
licenseBSD 3-Clause
keywords rpc rpc-framework embedded multicore multiprocessor amp rpmsg_lite
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # eRPC Python Infrastructure

This folder contains the Python implementation of the eRPC infrastructure.

The eRPC project is stored on Github: [github.com/EmbeddedRPC/erpc](https://github.com/EmbeddedRPC/erpc)

The Python implementation of eRPC is fully compatible with the C/C++ implementation at the
protocol level. Also, the classes mirror those in the C++ infrastructure.

Installation:

   To install the eRPC Python infrastructure, run the setup.py script like this:

```sh
pip install erpc
```

   Once installed, you can access the infrastructure via a standard import statement.

```python
import erpc
xport = erpc.transport.SerialTransport("/dev/ttyS1", 115200)
client = erpc.client.ClientManager(xport, erpc.basic_codec.BasicCodec)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/embeddedrpc/erpc",
    "name": "erpc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "rpc rpc-framework embedded multicore multiprocessor amp rpmsg_lite",
    "author": "NXP",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d8/77/4243fc7592a0f045d8e431b638eb650160e8d5799ec20923db73cc0373bc/erpc-1.13.0.tar.gz",
    "platform": null,
    "description": "# eRPC Python Infrastructure\n\nThis folder contains the Python implementation of the eRPC infrastructure.\n\nThe eRPC project is stored on Github: [github.com/EmbeddedRPC/erpc](https://github.com/EmbeddedRPC/erpc)\n\nThe Python implementation of eRPC is fully compatible with the C/C++ implementation at the\nprotocol level. Also, the classes mirror those in the C++ infrastructure.\n\nInstallation:\n\n   To install the eRPC Python infrastructure, run the setup.py script like this:\n\n```sh\npip install erpc\n```\n\n   Once installed, you can access the infrastructure via a standard import statement.\n\n```python\nimport erpc\nxport = erpc.transport.SerialTransport(\"/dev/ttyS1\", 115200)\nclient = erpc.client.ClientManager(xport, erpc.basic_codec.BasicCodec)\n```\n\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "eRPC Python infrastructure",
    "version": "1.13.0",
    "project_urls": {
        "Homepage": "https://github.com/embeddedrpc/erpc"
    },
    "split_keywords": [
        "rpc",
        "rpc-framework",
        "embedded",
        "multicore",
        "multiprocessor",
        "amp",
        "rpmsg_lite"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "caf06dee7eecb06433628cc3def62c8c70896af612b7b2875f2a418557dbeca9",
                "md5": "6834f424203590446c7221ab766b117c",
                "sha256": "4ad4a751c3ccafd4c482781213a3402b26a175a55d9c420f706b4b02430bd22b"
            },
            "downloads": -1,
            "filename": "erpc-1.13.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6834f424203590446c7221ab766b117c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 12455,
            "upload_time": "2024-10-11T08:22:28",
            "upload_time_iso_8601": "2024-10-11T08:22:28.602580Z",
            "url": "https://files.pythonhosted.org/packages/ca/f0/6dee7eecb06433628cc3def62c8c70896af612b7b2875f2a418557dbeca9/erpc-1.13.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8774243fc7592a0f045d8e431b638eb650160e8d5799ec20923db73cc0373bc",
                "md5": "80ca7e21cf08472a873b973f844feb71",
                "sha256": "ec8322a59090a3897ffe6dd0c51146ec7fba0a6402fa56dec2edce6605e7730f"
            },
            "downloads": -1,
            "filename": "erpc-1.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "80ca7e21cf08472a873b973f844feb71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9992,
            "upload_time": "2024-10-11T08:22:29",
            "upload_time_iso_8601": "2024-10-11T08:22:29.988957Z",
            "url": "https://files.pythonhosted.org/packages/d8/77/4243fc7592a0f045d8e431b638eb650160e8d5799ec20923db73cc0373bc/erpc-1.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-11 08:22:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "embeddedrpc",
    "github_project": "erpc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "erpc"
}
        
NXP
Elapsed time: 0.36347s