index.rst 727 B

123456789101112131415161718192021222324252627282930313233343536
  1. alphasign API
  2. =============
  3. The alphasign package is a Python API for the
  4. `Alpha Communications Protocol <http://www.alpha-american.com/p-alpha-communications-protocol.html>`_. This is the protocol used by many LED signs, including the popular `Betabrite <http://www.betabrite.com>`_. This package provides a simple and powerful way to program those signs with Python.
  5. .. automodule:: alphasign
  6. :members:
  7. The full API is documented with examples in the pages below:
  8. .. toctree::
  9. :maxdepth: 2
  10. charsets
  11. colors
  12. counters
  13. date
  14. devices
  15. extchars
  16. modes
  17. packet
  18. positions
  19. speeds
  20. string
  21. text
  22. time
  23. interfaces
  24. Indices and tables
  25. ==================
  26. * :ref:`genindex`
  27. * :ref:`modindex`
  28. * :ref:`search`