Metadata-Version: 2.1
Name: alsa_grpc_client
Version: 0.0.15
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=alsa_grpc_client/gen --grpc_python_out=alsa_grpc_client/gen -I ../ alsamixer.proto
        ```
        
        To build
        ```shell script
        python3 setup.py sdist bdist_wheel
        ```
        
        To upload release
        ```shell script
        twine upload dist/*
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
