remotivelabs-broker


Nameremotivelabs-broker JSON
Version 0.1.22 PyPI version JSON
download
home_pageNone
SummaryRemotiveLabs Broker gRPC API
upload_time2024-04-15 06:52:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords can automotive autotech networking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RemotiveLabs Broker

[![PyPI - Version](https://img.shields.io/pypi/v/remotivelabs-broker.svg)](https://pypi.org/project/remotivelabs-broker)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/remotivelabs-broker.svg)](https://pypi.org/project/remotivelabs-broker)

- [Link to **Samples**](https://github.com/remotivelabs/remotivelabs-samples/tree/main/python).
- [Link to **Documentation**](https://docs.remotivelabs.com/apis/python/remotivelabs-broker/).

-----

**Table of Contents**

- [Installation](#installation)
- [Examples](#examples)
- [Build and Publish](#build-and-publish)
- [License](#license)

## Installation
Install into your Python environment with _PIP_:

    pip install remotivelabs-broker

## Examples
Examples using this library are found in the [Remotive Labs samples repository](https://github.com/remotivelabs/remotivelabs-samples).


### Develop and test locally

Put version in `__about__.py`. Beta versions should be suffixed with `b*`, example `0.2.0b1`

For initial build and generation of proto stubs, documentation and distribution package,  run  `./docker-build.sh`


Once stubs are generated you can use hatch to build distribution package

    hatch build

above command will output

    [wheel]
    dist/remotivelabs_broker-0.2.0b12-py3-none-any.whl

You can now install this library version in another terminal by doing 

    pip3 install [your path]/dist/remotivelabs_broker-0.2.0b12-py3-none-any.whl 

### Build and publish

Make sure to put version in `__about__.py`. Beta versions should be suffixed with `b*`, example `0.2.0b1`

    ./docker-build.sh
    hatch publish
> find username and password in less secret location ;)
## License

`remotivelabs-broker` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "remotivelabs-broker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "CAN, automotive, autotech, networking",
    "author": null,
    "author_email": "Support <support@remotivelabs.com>",
    "download_url": "https://files.pythonhosted.org/packages/2d/d4/40406b9b8241eb90f646f5f0dd893e6ef6824fac457dfbf4a27d28906b7f/remotivelabs_broker-0.1.22.tar.gz",
    "platform": null,
    "description": "# RemotiveLabs Broker\n\n[![PyPI - Version](https://img.shields.io/pypi/v/remotivelabs-broker.svg)](https://pypi.org/project/remotivelabs-broker)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/remotivelabs-broker.svg)](https://pypi.org/project/remotivelabs-broker)\n\n- [Link to **Samples**](https://github.com/remotivelabs/remotivelabs-samples/tree/main/python).\n- [Link to **Documentation**](https://docs.remotivelabs.com/apis/python/remotivelabs-broker/).\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [Examples](#examples)\n- [Build and Publish](#build-and-publish)\n- [License](#license)\n\n## Installation\nInstall into your Python environment with _PIP_:\n\n    pip install remotivelabs-broker\n\n## Examples\nExamples using this library are found in the [Remotive Labs samples repository](https://github.com/remotivelabs/remotivelabs-samples).\n\n\n### Develop and test locally\n\nPut version in `__about__.py`. Beta versions should be suffixed with `b*`, example `0.2.0b1`\n\nFor initial build and generation of proto stubs, documentation and distribution package,  run  `./docker-build.sh`\n\n\nOnce stubs are generated you can use hatch to build distribution package\n\n    hatch build\n\nabove command will output\n\n    [wheel]\n    dist/remotivelabs_broker-0.2.0b12-py3-none-any.whl\n\nYou can now install this library version in another terminal by doing \n\n    pip3 install [your path]/dist/remotivelabs_broker-0.2.0b12-py3-none-any.whl \n\n### Build and publish\n\nMake sure to put version in `__about__.py`. Beta versions should be suffixed with `b*`, example `0.2.0b1`\n\n    ./docker-build.sh\n    hatch publish\n> find username and password in less secret location ;)\n## License\n\n`remotivelabs-broker` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "RemotiveLabs Broker gRPC API",
    "version": "0.1.22",
    "project_urls": {
        "Documentation": "https://docs.remotivelabs.com/apis/python/remotivelabs-broker/",
        "Homepage": "https://remotivelabs.com/",
        "Issues": "https://github.com/remotivelabs/remotivelabs-apis/issues",
        "Source": "https://github.com/remotivelabs/remotivelabs-apis/tree/main/python/remotivelabs-broker"
    },
    "split_keywords": [
        "can",
        " automotive",
        " autotech",
        " networking"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc3b533aec912f126c0ef81a1d3e41e8debc9cca4eb2501ceaeb13d0a94c52bd",
                "md5": "a3e874e92f36dcdf437c23c9fb20ec5b",
                "sha256": "c0f1d65a1775c302a018411f739728c471ae003339e6ea0932e67355fffb0430"
            },
            "downloads": -1,
            "filename": "remotivelabs_broker-0.1.22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3e874e92f36dcdf437c23c9fb20ec5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 48334,
            "upload_time": "2024-04-15T06:52:10",
            "upload_time_iso_8601": "2024-04-15T06:52:10.075957Z",
            "url": "https://files.pythonhosted.org/packages/bc/3b/533aec912f126c0ef81a1d3e41e8debc9cca4eb2501ceaeb13d0a94c52bd/remotivelabs_broker-0.1.22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2dd440406b9b8241eb90f646f5f0dd893e6ef6824fac457dfbf4a27d28906b7f",
                "md5": "5e1a05a5e25213d0b401550e4f47a35c",
                "sha256": "1437a66b289544a8245943b61c6952fb2a9fb3b861ff0badd303c56353e2efea"
            },
            "downloads": -1,
            "filename": "remotivelabs_broker-0.1.22.tar.gz",
            "has_sig": false,
            "md5_digest": "5e1a05a5e25213d0b401550e4f47a35c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7983086,
            "upload_time": "2024-04-15T06:52:13",
            "upload_time_iso_8601": "2024-04-15T06:52:13.563967Z",
            "url": "https://files.pythonhosted.org/packages/2d/d4/40406b9b8241eb90f646f5f0dd893e6ef6824fac457dfbf4a27d28906b7f/remotivelabs_broker-0.1.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 06:52:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "remotivelabs",
    "github_project": "remotivelabs-apis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "remotivelabs-broker"
}
        
Elapsed time: 0.23368s