Metadata-Version: 2.1
Name: deckster-sd
Version: 0.1.0
Summary: A service to manage your Streamdeck easily on Linux
Home-page: https://github.com/Gabisonfire/Deckster
Author: Gabisonfire
Author-email: gabisonfire@github.com
License: UNKNOWN
Description: # Deckster
        ### A service to manage your Streamdeck easily on Linux
        ---
        
        ## Documentation
        
        [Online](https://deckster-sd.readthedocs.io/en/latest/)
        
        Offline:
        ```bash
        pip install mkdocs
        mkdocs serve
        ```
        Then navigate to http://localhost:8000
        
        ## Quickstart
        ```
        pip install deckster-sd
        ```
        The install process will create a default `config.json` to your /`home`/`.config`/`deckster` folder. Then just run `deckster`.
        
        # Service
        You can have deckster run as a service by using the service file template in the repository. Replace "myusername" with your linux user and then run:
        ```bash
        sudo cp deckster.service /etc/systemd/system/
        sudo systemctl daemon-reload
        sudo systemctl start deckster
        ```
Keywords: streamdeck
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.9
Description-Content-Type: text/markdown
