File: index.rst

package info (click to toggle)
python-stomp 8.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: python: 4,176; makefile: 248; xml: 42; sh: 1
file content (31 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download
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
.. Stomp documentation master file, created by
   sphinx-quickstart on Sun Sep 20 16:35:36 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Stomp.py |release| documentation
================================

Stomp.py was created by `Jason R Briggs <http://jasonrbriggs.com>`_ and contributed to by a number of fine folks (see `here <http://jasonrbriggs.github.io/stomp.py/intro.html#contributors>`_ for more info). You can view outstanding issues, and find further info, on the `Github project page <http://github.com/jasonrbriggs/stomp.py>`_.  Unit test coverage reports can be found `here <http://jasonrbriggs.github.io/stomp.py/htmlcov/>`_.

NOTE: the examples in this documentation are largely written using version 1.1 of the stomp protocol: `<http://stomp.github.io/stomp-specification-1.1.html>`_. Please check the `API documentation <http://jasonrbriggs.github.io/stomp.py/stomp.html#module-stomp.protocol>`_ for protocols 1.0 or 1.2, if you need to use a different version.

Contents:

.. toctree::
    :maxdepth: 2

    quickstart
    intro
    api
    commandline
    otherprojects


Indices and tables
------------------

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