Metadata-Version: 2.1
Name: grpc-api-client
Version: 0.1.1a2
Summary: Python bindings for interacting with a gRPC API server.
Home-page: http://github.com/djtaylor/python-grpc-api-client
Author: David Taylor
Author-email: djtaylor13@gmail.com
License: GPLv3
Keywords: grpc rpc api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: grpcio
Requires-Dist: grpcio-tools
Requires-Dist: parameterized
Requires-Dist: numpy

# gRPC API Client

This module is designed to act as a client to a gRPC server, with bindings generated by the user with `protoc` and made available in the system's Python path.


