Metadata-Version: 2.1
Name: grpc-gateway-protoc-gen-openapiv2
Version: 0.1.0
Summary: Provides the missing pieces for gRPC Gateway.
Home-page: https://github.com/hack-edu/py_protoc_gen_openapiv2
Author: HackEDU
Author-email: noah@hackedu.io
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/hack-edu/py_protoc_gen_openapiv2/issues
Description: # gRPC Gateway Support
        
        This repo generates the missing Python code to support code generated using [gRPC Gateway](https://github.com/grpc-ecosystem/grpc-gateway) protoc annotations.
        
        This package depends on `googleapis-common-protos` to provide `google.api.annotations_pb2` and others that
        the generated code will depend on.
        
        ## Usage
        
        ```shell
        pip install grpc-gateway-protoc-gen-openapiv2
        ```
        
        ## Building
        
         1. Install go
         2. `./gen-openapi-proto.sh` will generate the code from grpc-gateway.
         3. `python3 -m pip install --upgrade build && python3 -m build` to build the package.
         4. *optional* - setup PyPi credentials and `python3 -m pip install --user --upgrade twine && python3 -m twine upload --repository pypi dist/*`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
