Share and Money Management 0.18devel
Namespaces | Functions | Variables
__init__.py File Reference

Summarise all stuff in one point. More...

Namespaces

namespace  smm
 
namespace  smm.quote
 Functions to import and register data tracker modules.
 

Functions

def smm.quote.search_and_register ()
 Search, import and register FetchPlugins. More...
 
def smm.quote._modules_from_zip (filename)
 Extract a list of plugins from a module zip archive. More...
 
def smm.quote._modules_from_filesystem ()
 Search in the installation directory for plugins. More...
 
def smm.quote.fetchQuote (klass, share_list)
 Generic function to fetch quotes using a FetchPlugin. More...
 

Variables

dictionary smm.quote.source2class = {}
 Mapping of source id to a FetchPlugin. More...
 
dictionary smm.quote.source2name = {}
 Mapping of the source id to the name of the data fetcher. More...
 

Detailed Description

Summarise all stuff in one point.