Metadata-Version: 1.1
Name: grpc-api-client
Version: 0.1.1
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
Description: # 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.
        
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
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Terminals
