Package entropy :: Module misc

Module misc

source code


Author: Fabio Erculiani <lxnay@sabayonlinux.org>

Contact: lxnay@sabayonlinux.org

Copyright: Fabio Erculiani

License: GPL-2

Entropy Framework miscellaneous module.

This module contains miscellaneous classes, not directly related with the "Entropy metaphor".

Classes
  Lifo
This class can be used to build LIFO buffers, also commonly known as "stacks".
  TimeScheduled
Multithreading class that wraps Python threading.Thread.
  ParallelTask
Multithreading class that wraps Python threading.Thread.
  EmailSender
This class implements a very simple e-mail (through SMTP) sender.
  EntropyGeoIP
Entropy geo-tagging interface containing useful methods to ease metadata management and transformation.
  RSS
This is a base class for handling RSS (XML) files through Python's xml.dom.minidom module.
  LogFile
Entropy simple logging interface, works as file object
  Callable
Fake class wrapping any callable object into a callable class.
  MultipartPostHandler
Custom urllib2 opener used in the Entropy codebase.