Metadata-Version: 2.1
Name: algorithms-daemon
Version: 0.0.8
Summary: A daemon of conriander python algorithm, communicate progress or stauts to AgentService. 
Home-page: https://github.com/pypa/sampleproject
Author: rwecho
Author-email: rwecho@live.com
License: UNKNOWN
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
Requires-Dist: grpcio (==1.31.0)
Requires-Dist: protobuf (==3.13.0)

# Algorithm daemon package of Coriander

# build grpc python

```python
python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=.  .\WorkerBroker.proto
## caution: evething generate protos to check the reference path of 'WorkerBroker_pb2_grpc'.
```


