Metadata-Version: 2.1
Name: alsa-grpc-client
Version: 0.0.11
Summary: Client for Remote Alsamixer
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

Alsa remote client

To generate grpc
```shell script
python3 -m grpc_tools.protoc --python_out=remote_alsamixer_client/grpc_gen --grpc_python_out=remote_alsamixer_client/grpc_gen -I ../ alsamixer.proto
```

To build
```shell script
python3 setup.py sdist bdist_wheel
```

To upload release
```shell script
twine upload dist/*
```

