# SEEREP gRPC API
This packages provides the [Protocol Buffers](https://protobuf.dev/) and
[Flatbuffers](https://google.github.io/flatbuffers/) classes for gRPC API of
[SEEREP](https://github.com/agri-gaia/seerep).
## Usage
Import the classes from the `seerep.pb` or `seerep.fb` modules like this:
```python
from seerep.pb import image_pb2 as image
from seerep.pb import image_service_pb2_grpc as imageService
```
```python
from seerep.fb import Image
from seerep.fb import image_service_grpc_fb as imageService
```
## Examples
For more advanved examples take a look in the SEEREP repository
[here](https://github.com/agri-gaia/seerep/tree/main/examples/python/gRPC).
## Note
If you are not using the wheel, you manually need to install the `flatc` compiler
since it's not available on pypi. Instructions can be found
[here](https://github.com/agri-gaia/seerep/blob/e9872c51fe6343984ff47ccba29f064774da7296/docker/base/Dockerfile#L93-L101)
Raw data
{
"_id": null,
"home_page": null,
"name": "seerep-grpc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "SEEREP, gRPC, Protocol Buffers, Flatbuffers",
"author": null,
"author_email": "Mark Niemeyer <mark.niemeyer@dfki.de>",
"download_url": null,
"platform": null,
"description": "# SEEREP gRPC API\n\nThis packages provides the [Protocol Buffers](https://protobuf.dev/) and\n[Flatbuffers](https://google.github.io/flatbuffers/) classes for gRPC API of\n[SEEREP](https://github.com/agri-gaia/seerep).\n\n## Usage\n\nImport the classes from the `seerep.pb` or `seerep.fb` modules like this:\n\n```python\nfrom seerep.pb import image_pb2 as image\nfrom seerep.pb import image_service_pb2_grpc as imageService\n```\n\n```python\nfrom seerep.fb import Image\nfrom seerep.fb import image_service_grpc_fb as imageService\n```\n\n## Examples\n\nFor more advanved examples take a look in the SEEREP repository\n[here](https://github.com/agri-gaia/seerep/tree/main/examples/python/gRPC).\n\n## Note\n\nIf you are not using the wheel, you manually need to install the `flatc` compiler\nsince it's not available on pypi. Instructions can be found\n[here](https://github.com/agri-gaia/seerep/blob/e9872c51fe6343984ff47ccba29f064774da7296/docker/base/Dockerfile#L93-L101)\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Package for the SEEREP gRPC API",
"version": "0.3.3",
"project_urls": {
"Documentation": "https://agri-gaia.github.io/seerep/mkdocs/home/index.html",
"Repository": "https://github.com/agri-gaia/seerep"
},
"split_keywords": [
"seerep",
" grpc",
" protocol buffers",
" flatbuffers"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7d0f459c70c0c5e7ef8bd89aaca846bd38eb2b9141a4e461b97ea61444adf62c",
"md5": "8bbbdff3bb61d897c8c0a28fa816789c",
"sha256": "8bf59c8a89fba266ebb8a3218f3d386843a21e253f497708fd43937058306391"
},
"downloads": -1,
"filename": "seerep_grpc-0.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8bbbdff3bb61d897c8c0a28fa816789c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 106213,
"upload_time": "2024-11-22T15:55:21",
"upload_time_iso_8601": "2024-11-22T15:55:21.402560Z",
"url": "https://files.pythonhosted.org/packages/7d/0f/459c70c0c5e7ef8bd89aaca846bd38eb2b9141a4e461b97ea61444adf62c/seerep_grpc-0.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 15:55:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "agri-gaia",
"github_project": "seerep",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "seerep-grpc"
}