This is where Tiago Cogumbreiro keeps some Python modules he created.
Some modules are:
- flatten.py: flattens an iteration which may itself contain iterators.
- dependencies.py: module for handling dependencies.
- events.py: two approaches to implement event based applications.
- matcher.py: allows pattern matching in the arguments of functions.
- persistentgtk.py: tries to make Gtk+ widgets persistent.
- signalholder.py: helps the handling of the signals of the Gtk+ library, making them more object oriented.
- suffix-entry-completion.py: a PyGtk widget that shows an entry which auto-completes according to a suffix.
- threads.py: utility module for threading programming.