Metadata-Version: 2.1
Name: pyconductor-grpc
Version: 0.0.5
Summary: A GRPC Library for Netflix Conductor
Home-page: UNKNOWN
Author: Joseph
Author-email: joseph.solomon@invitae.com
License: UNKNOWN
Description: To regenerate python proto, download new proto files from https://github.com/Netflix/conductor/tree/master/grpc/src/main/proto
        Rename the directory grpc to conductor grpc. Rename any imports in the proto files referencing grpc to be conductor_grpc.
        Then run `python -m grpc_tools.protoc -I=proto --python_out=src --grpc_python_out=src proto/*/*.proto`
        
        to build and upload:
        pyproject-build
        twine upload dist/*
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
