Home
Trees
Indices
Help
Entropy Framework
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
entropy.services.skel.Authenticator
entropy.services.auth_interfaces.phpBB3Auth
entropy.services.authenticators.phpBB3
entropy.client.services.ugc.commands.Base
entropy.client.services.ugc.commands.Client
entropy.client.services.system.commands.Client
entropy.client.services.system.commands.Repository
entropy.services.system.executors.Base
urllib2.BaseHandler
entropy.misc.MultipartPostHandler
:
Custom urllib2 opener used in the Entropy codebase.
entropy.client.services.system.methods.BaseMixin
entropy.client.services.system.methods.Repository
SocketServer.BaseRequestHandler
:
Base class for request handler classes.
entropy.services.interfaces.SocketHost.RequestHandler
SocketServer.BaseServer
:
Base class for server classes.
SocketServer.TCPServer
:
Base class for various socket-based server classes.
entropy.services.interfaces.SocketHost.HostServerMixin
entropy.services.system.interfaces.Server.BuiltInSystemManagerExecutorCommands
entropy.client.services.ugc.interfaces.Cache
entropy.client.interfaces.cache.CacheMixin
entropy.client.interfaces.client.Client
entropy.client.interfaces.dep.CalculatorsMixin
entropy.client.interfaces.client.Client
entropy.misc.Callable
:
Fake class wrapping any callable object into a callable class.
entropy.client.services.ugc.interfaces.Client
entropy.services.ugc.interfaces.Client
entropy.client.services.system.interfaces.Client
entropy.services.interfaces.SocketHost.CommandProcessor
entropy.services.interfaces.SocketHost.HostServerMixin.ConnWrapper
:
Base class for implementing the rest of the wrappers in this module.
entropy.misc.EmailSender
:
This class implements a very simple e-mail (through SMTP) sender.
entropy.misc.EntropyGeoIP
:
Entropy geo-tagging interface containing useful methods to ease metadata management and transformation.
entropy.core.EntropyPluginFactory
:
Generic Entropy Components Plugin Factory (loader).
entropy.client.interfaces.trigger.Trigger.EntropyPySandbox
entropy.db.EntropyRepository
:
EntropyRepository implements SQLite3 based storage.
entropy.client.interfaces.trigger.Trigger.EntropyShSandbox
entropy.qa.ErrorReportInterface
:
Interface used by Entropy Client to remotely send errors via HTTP POST.
entropy.client.interfaces.qa.UGCErrorReportInterface
:
Entropy Errors Reporting Interface that works over User Generated Content (UGC) infrastructure.
entropy.services.test.interfaces.Server.FakeServiceInterface
entropy.services.system.interfaces.Server.FakeServiceInterface
entropy.client.interfaces.fetch.FetchersMixin
entropy.client.interfaces.client.Client
entropy.client.misc.FileUpdates
entropy.transceivers.FtpInterface
entropy.transceivers.FtpServerHandler
entropy.misc.Lifo
:
This class can be used to build LIFO buffers, also commonly known as "stacks".
entropy.client.interfaces.loaders.LoadersMixin
entropy.client.interfaces.client.Client
entropy.misc.LogFile
:
Entropy simple logging interface, works as file object
entropy.client.interfaces.methods.MatchMixin
entropy.client.interfaces.client.Client
entropy.client.interfaces.methods.MiscMixin
entropy.client.interfaces.client.Client
entropy.transceivers.MultipleUrlFetcher
entropy.client.interfaces.noticeboard.NoticeBoardMixin
:
Main interface for handling Repository Notice Board user data, such as notice board items status, metadata retrieval, etc.
entropy.client.interfaces.client.Client
entropy.client.interfaces.package.Package
entropy.qa.QAInterface
:
Entropy QA interface.
entropy.misc.RSS
:
This is a base class for handling RSS (XML) files through Python's xml.dom.minidom module.
entropy.services.skel.RemoteDatabase
entropy.services.ugc.interfaces.Server
entropy.services.auth_interfaces.phpBB3Auth
entropy.services.authenticators.phpBB3
entropy.client.interfaces.repository.Repository
entropy.client.interfaces.methods.RepositoryMixin
entropy.client.interfaces.client.Client
entropy.db.EntropyRepository.Schema
entropy.security.SecurityInterface
:
~~ GIVES YOU WINGS ~~
entropy.server.interfaces.mirrors.Server
entropy.services.skel.SocketAuthenticator
entropy.services.interfaces.SocketHost.BasicPamAuthenticator
entropy.services.authenticators.phpBB3
entropy.services.skel.SocketCommands
entropy.services.system.commands.Base
entropy.services.interfaces.SocketHost.BuiltInCommands
entropy.services.repository.commands.Repository
entropy.services.system.commands.Repository
entropy.services.test.commands.Test
entropy.services.ugc.commands.UGC
entropy.services.commands.phpBB3
entropy.services.interfaces.SocketHost
entropy.services.system.interfaces.Server
entropy.services.test.interfaces.Server
entropy.services.repository.interfaces.Server
entropy.services.system.interfaces.TaskExecutor
entropy.output.TextInterface
:
TextInterface is a base class for handling the communication between user and Entropy-based applications.
entropy.client.interfaces.client.Client
entropy.server.interfaces.main.Server
entropy.services.repository.interfaces.Server.ServiceInterface
SocketServer.ThreadingMixIn
:
Mix-in class to handle each request in a new thread.
entropy.services.interfaces.SocketHost.HostServerMixin
entropy.client.interfaces.trigger.Trigger
entropy.transceivers.UrlFetcher
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
entropy.exceptions.EntropyException
:
General superclass for Entropy exceptions
entropy.exceptions.CacheCorruptionError
:
On-Disk cache Corruption indication
entropy.exceptions.CommandNotFound
:
A required binary was not available or executable
entropy.exceptions.ConnectionError
:
Cannot connect to service
entropy.exceptions.CorruptionError
:
Corruption indication
entropy.exceptions.EntropyPackageException
:
Malformed or missing package data
entropy.exceptions.FtpError
:
FTP errors
entropy.exceptions.IncorrectParameter
:
A parameter of the wrong type was passed
entropy.exceptions.InterruptError
:
Raised to interrupt a thread or process
entropy.exceptions.InvalidAtom
:
Atom not properly formatted
entropy.exceptions.InvalidData
:
An incorrect formatting was passed instead of the expected one
entropy.exceptions.InvalidDataType
:
An incorrect type was passed instead of the expected one
entropy.exceptions.InvalidDependString
:
An invalid depend string has been encountered
entropy.exceptions.InvalidLocation
:
Data was not found when it was expected to exist or was specified incorrectly
entropy.exceptions.DirectoryNotFound
:
A directory was not found when it was expected to exist
entropy.exceptions.FileNotFound
:
A file was not found when it was expected to exist
entropy.exceptions.InvalidPackageSet
:
Package set does not exist
entropy.exceptions.InvalidVersionString
:
An invalid version string has been encountered
entropy.exceptions.LibraryNotFound
:
A required library was not available or executable
entropy.exceptions.MissingParameter
:
A parameter is required for the action requested but was not passed
entropy.exceptions.OnlineMirrorError
:
Mirror issue
entropy.exceptions.OperationNotPermitted
:
An operation was not permitted operating system
entropy.exceptions.ParseError
:
An error was generated while attempting to parse the request
entropy.exceptions.PermissionDenied
:
Permission denied
entropy.exceptions.QueueError
:
Action queue issue
entropy.exceptions.ReadOnlyFileSystem
:
Read-only file system
entropy.exceptions.RepositoryError
:
Cannot open repository database
entropy.exceptions.SPMError
:
Source Package Manager generic errors
entropy.exceptions.SSLError
:
SSL support is not available
entropy.exceptions.SecurityViolation
:
An incorrect formatting was passed instead of the expected one
entropy.exceptions.SystemDatabaseError
:
Cannot open system database
entropy.exceptions.TimeoutError
:
Generic Timeout Error exception
entropy.core.Singleton
:
If your class wants to become a sexy Singleton, subclass this and replace __init__ with init_singleton
entropy.client.services.ugc.interfaces.AuthStore
entropy.client.interfaces.client.Client
entropy.cache.EntropyCacher
:
Entropy asynchronous and synchronous cache writer and reader.
entropy.server.interfaces.main.Server
entropy.db.ServerRepositoryStatus
:
Server-side Repositories status information container.
entropy.spm.plugins.skel.SpmPlugin
:
Base class for Source Package Manager plugins
entropy.spm.plugins.interfaces.portage_plugin.PortagePlugin
entropy.core.settings.base.SystemSettings
:
This is the place where all the Entropy settings are stored if they are not considered instance constants (etpConst).
entropy.core.settings.plugins.skel.SystemSettingsPlugin
entropy.client.interfaces.client.ClientSystemSettingsPlugin
entropy.server.interfaces.main.ServerFatscopeSystemSettingsPlugin
entropy.server.interfaces.main.ServerSystemSettingsPlugin
threading._Verbose
threading.Thread
entropy.misc.ParallelTask
:
Multithreading class that wraps Python threading.Thread.
entropy.misc.TimeScheduled
:
Multithreading class that wraps Python threading.Thread.
dict
:
dict() -> new empty dictionary.
entropy.spm.plugins.interfaces.portage_plugin.PortagePackageGroups
:
Entropy Package categories group representation
entropy.client.mirrors.StatusInterface
list
:
list() -> new list list(sequence) -> new list initialized from sequence's items
entropy.spm.plugins.interfaces.portage_plugin.PortagePlugin.paren_normalize
:
Take a dependency structure as returned by paren_reduce or use_reduce and generate an equivalent structure that has no redundant lists.
entropy.xpak.tbz2
Home
Trees
Indices
Help
Entropy Framework
Generated by Epydoc 3.0.1 on Fri Sep 4 11:50:09 2009
http://epydoc.sourceforge.net