Package entropy :: Package core

Package core

source code


Author: Fabio Erculiani <lxnay@sabayonlinux.org>

Contact: lxnay@sabayonlinux.org

Copyright: Fabio Erculiani

License: GPL-2

Entropy Framework core module.

This module contains base classes used by entropy.client, entropy.server and entropy.services.

"Singleton" is a class that is inherited from singleton objects.

Submodules

Classes
  Singleton
If your class wants to become a sexy Singleton, subclass this and replace __init__ with init_singleton
  EntropyPluginFactory
Generic Entropy Components Plugin Factory (loader).