~uninja/python-snippets/xml-snippets

« back to all changes in this revision

Viewing changes to CATEGORIES

  • Committer: Jono Bacon
  • Date: 2010-04-01 05:28:53 UTC
  • mfrom: (77.1.1 python-snippets)
  • Revision ID: jono@system76-pc-20100401052853-4xmid1zgyao8f1y4
Thanks David for some more testing snippets!

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    Clutter                 Clutter toolkit examples.
19
19
    csv                     csv Python module, reading and writing CSV files
20
20
    dbus                    dbus messaging system
 
21
    doctest                 The doctest module.
21
22
    DesktopCouch            DesktopCouch examples.
22
23
    feedparser              Parsing RSS feeds.
23
24
    gobject                         The gobject library, part of GNOME.
36
37
    Regular Expression      Samples using Regular Expressions
37
38
    socket                  Networking socket examples
38
39
    tarfile                         Samples using tarfile.
 
40
    Testing                 Examples using Python test frameworks.
39
41
    threading               Threading examples
40
 
    unittest                    Python's unit testing framework
 
42
    unittest                The unittest module for unit testing.
41
43
    Zeitgeist               Samples on how to use Zeitgeist.
42
44
 
43
45
If you need another category, add it to your snippet and to the list above. Thanks!