Metadata-Version: 2.1
Name: rfid-squeezectl
Version: 0.1.1
Summary: Control Logitech Squeezebox using RFID tags
Home-page: https://github.com/baztian/rfid-squeezectl
Author: Bastian Bowe
Author-email: bastian.dev@gmail.com
License: Apache
Description: # Control Logitech Squeezebox using RFID tags
        
        This software is relying on https://github.com/ondryaso/pi-rc522.
        
        ## Setup
        
            sudo raspi-config nonint do_spi 0
            sudo reboot
            sudo apt install python3-venv
            python3 -m venv --system-site-packages ~/rfid-squeeze
            . ~/rfid-squeeze/bin/activate
            pip install rfid-squeezectl
            rfid-squeezectl host:port player_id
        
        ## Develop
        
            pip install bump2version
            bumpversion patch
            git push && git push --tags
        
Keywords: rfid,raspi,raspberry,lms,squeeze
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
