erpc


Nameerpc JSON
Version 1.12.0 PyPI version JSON
download
home_pagehttps://github.com/embeddedrpc/erpc
SummaryeRPC Python infrastructure
upload_time2024-01-19 14:13:49
maintainer
docs_urlNone
authorNXP
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "rpc rpc-framework embedded multicore multiprocessor amp rpmsg_lite",
    "author": "NXP",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/9f/96/03cd8619fe488bf53b1deaeb014317bd00412a30ba788f2782328cf46752/erpc-1.12.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.12.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": "ffbf01e14107749fbbd12324358f7eca98bd5bf68f3df48378db76a776314266",
                "md5": "4c0bac58d976a5a663db7c9d8253a994",
                "sha256": "fe1dd538d8528e5e02a572a92c972bf132594f0444d3792a10360d1d23a3a50a"
            },
            "downloads": -1,
            "filename": "erpc-1.12.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c0bac58d976a5a663db7c9d8253a994",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 12426,
            "upload_time": "2024-01-19T14:13:48",
            "upload_time_iso_8601": "2024-01-19T14:13:48.159336Z",
            "url": "https://files.pythonhosted.org/packages/ff/bf/01e14107749fbbd12324358f7eca98bd5bf68f3df48378db76a776314266/erpc-1.12.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f9603cd8619fe488bf53b1deaeb014317bd00412a30ba788f2782328cf46752",
                "md5": "b29f57f5c9198e50ada8446306d9dbfc",
                "sha256": "cd944113e352b202fdffbdc6531dd005187c1d03ffd2e1daada473bdd1b9b7b5"
            },
            "downloads": -1,
            "filename": "erpc-1.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b29f57f5c9198e50ada8446306d9dbfc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9970,
            "upload_time": "2024-01-19T14:13:49",
            "upload_time_iso_8601": "2024-01-19T14:13:49.243979Z",
            "url": "https://files.pythonhosted.org/packages/9f/96/03cd8619fe488bf53b1deaeb014317bd00412a30ba788f2782328cf46752/erpc-1.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 14:13:49",
    "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.22770s