Metadata-Version: 2.1
Name: devdeck-core
Version: 1.0.6
Summary: A developer's approach to using a Stream Deck.
Home-page: https://github.com/jamesridgway/devdeck_core
Author: James Ridgway
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Requires-Dist: assertpy
Requires-Dist: cerberus
Requires-Dist: pillow
Requires-Dist: pytest
Requires-Dist: requests
Requires-Dist: streamdeck

# DevDeck - Core
![CI](https://github.com/jamesridgway/devdeck_core/workflows/CI/badge.svg?branch=main)

Stream Deck control software for software developer's.

This is the core library for [DevDeck](https://github.com/jamesridgway/devdeck).

Any controls or decks for DevDeck should be built using the core library.

## Developing plugins for DevDeck
TODO

### Making a Control

TODO

### Making a Deck

TODO

## Making changes to devdeck_core

1. Clone the repository
2. Run `./setup.sh` to create a new virtual environment and install dependencies
3. Run `./run-tests.sh` to ensure that you can run tests successfully
4. That's it - get coding and enjoy!


