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

Functions and data to set up a fresh database. More...

Namespaces

namespace  smm
 
namespace  smm.db_setup
 Database schema and the initial data set as well as functions to set up a fresh database using the schema and initial data set.
 

Functions

def smm.db_setup.load_initial_data ()
 Loads the initial dataset into the database. More...
 
def smm.db_setup.create_structure ()
 Creates all needed tables to store the objects inside. More...
 

Variables

dictionary smm.db_setup.exchange_list
 Symbols and names of the most known exchanges. More...
 
list smm.db_setup.currencies_list
 List the most known currencies. More...
 
list smm.db_setup.indices_list
 List the most known indices. More...
 
list smm.db_setup.shares_list
 List of some wellknown (German) shares. More...
 

Detailed Description

Functions and data to set up a fresh database.