Metadata-Version: 2.1
Name: alsa-grpc-client
Version: 0.0.8
Summary: Client for Remote Alsamixer
Home-page: UNKNOWN
License: UNKNOWN
Description: 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
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
