~doctormo/python-snippets/lp-merge-request-example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Python Snippets Categories
--------------------------

If you want to add a snippet to the archive, please add the SNIPPET metadata in the comments at the top of the file. This will make it easier for
programs to browse and make use of your snippet.

One piece of metadata is SNIPPET_CATEGORIES. E.g:

    # [SNIPPET_CATEGORIES: PyGTK]

When adding a snippet please try to use one of the following categories if suitable:

    Clutter             Clutter toolkit examples.
    Notify OSD          Notify OSD examples.
    PyGTK               PyGTK widget and framework examples.
    PyGTKSourceView     PyGTKSourceView widget and framework examples.
    Python Core         Examples that demonstrate core features in the Python language.
    Python VTE          Snippets using the VTE widget for GTK.
    Patterns            Design pattern examples.
    launchpadlib        Samples using launchpadlib.

If you need another category, add it to your snippet and to the list above. Thanks!