Skip to main content

Phi Skills Generic gRPC API Server

Project description

Phi Skills Generic gRPC API Server for Python

Homepage https://phiskills.com
GitHub https://github.com/phiskills

Overview

This project contains the Python module to create a generic gRPC API Server.

Installation

pip install phiskills.grpc

Creating the server

from phiskills.grpc import Api

api = Api('My API')
xxx.add_XxxServicer_to_server(XxxServicer(), api.server)
api.start()

For more details, see gRPC Basics - Python: Creating the server.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phiskills.grpc-0.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

phiskills.grpc-0.0.1-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page