Metadata-Version: 2.1
Name: deckcam
Version: 0.1.0
Summary: 
License: MIT
Author: Joe Marley
Author-email: joe.marley@live.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

## deckcam ##

Custom software to manage a StreamDeck with Companion, an ATEM switch, and up to three cameras.

## developer notes ##

Configuration setup up by loosely following the articles here:

* https://www.pythoncheatsheet.org/blog/python-projects-with-poetry-and-vscode-part-1
* https://www.pythoncheatsheet.org/blog/python-projects-with-poetry-and-vscode-part-2
* https://www.pythoncheatsheet.org/blog/python-projects-with-poetry-and-vscode-part-3
