File: index.rst

package info (click to toggle)
python-elgato-streamdeck 0.9.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,848 kB
  • sloc: python: 1,272; makefile: 12
file content (56 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#####
About
#####

.. image:: ../../ExampleDeck.jpg
   :alt: Example StreamDeck Device

This is an open source Python 3 library to control an `Elgato Stream Deck
<https://www.elgato.com/en/gaming/stream-deck>`_ directly, without the official
software. This can allow you to create your own custom front-ends, such as a
custom control front-end for home automation software.

#####
Index
#####

.. toctree::
    :caption: Installation and Setup

    pages/installation.rst


.. toctree::
    :caption: Module Documentation
    :numbered:

    modules/discovery.rst
    modules/devices.rst
    modules/transports.rst
    modules/imagehelpers.rst


.. toctree::
    :caption: Library Examples
    :numbered:

    examples/deckinfo.rst
    examples/basic.rst
    examples/tiled.rst
    examples/animated.rst


.. toctree::
    :caption: About

    pages/source.rst
    pages/changelog.rst
    pages/license.rst


##################
Indices and tables
##################

* :ref:`genindex`
* :ref:`modindex`