File: index.rst

package info (click to toggle)
python-pypubsub 4.0.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 928 kB
  • sloc: python: 4,884; makefile: 156; xml: 16; php: 2
file content (24 lines) | stat: -rw-r--r-- 787 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
Use
=======

If you are new to PyPubSub, you will likely want to start with :ref:`label-usage-basic`.
If you want a quick start, jump the :ref:`label-quick-start` section. 

If you develop an application that uses PyPubSub, whether it is prototype or production
quality code, if it is more than just an experiment you will find that it can become
tedious to debug. This is because the decouping can make the link between 
causes and effects challenging to identify. Also, you need better control over error 
handling, and more maintainability via documentation of message structure. This is when 
you turn to the :ref:`label-usage-advanced` section. 

.. contents:: 
   :depth: 1
   :local:

.. toctree::
   :maxdepth: 2
   
   usage_basic
   usage_advanced
   howtos/index
   reference