Metadata-Version: 2.1
Name: dsr_agent
Version: 0.0.5
Summary: A agent helper support send data out the service
Project-URL: Homepage, https://anquach.dev
Project-URL: Bug Tracker, https://github.com/anthoai97/dsr_python_agent
Author-email: An Quach <anquach.dev@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

### Generate gRPC code
```
python -m grpc_tools.protoc -I./protos --python_out=. --pyi_out=. --grpc_python_out=. ./protos/dsr_agent.proto
```

### Build Package
```
python -m build
```


### Upload Package
```
py -m twine upload dist/*
```