Metadata-Version: 2.1
Name: alsa_grpc_client
Version: 0.0.14
Summary: Client for Remote Alsamixer
Description-Content-Type: text/markdown

Alsa remote client

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

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

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