Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

seerep-grpc

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seerep-grpc

Package for the SEEREP gRPC API

  • 0.3.3
  • PyPI
  • Socket score

Maintainers
2

SEEREP gRPC API

This packages provides the Protocol Buffers and Flatbuffers classes for gRPC API of SEEREP.

Usage

Import the classes from the seerep.pb or seerep.fb modules like this:

from seerep.pb import image_pb2 as image
from seerep.pb import image_service_pb2_grpc as imageService
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.

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc