|
Share and Money Management 0.18devel
|
| ▼ contrib | |
| __init__.py | |
| migration_db_v2_v3.py | Convert data to new DB and object structure |
| migration_db_v4_v5.py | Convert data to new DB and object structure |
| migration_db_v7_v8.py | Convert data to new DB and object structure |
| ▼ gui | |
| __init__.py | Main file of the SMM gui |
| config.py | Function to handle configuration settings |
| controls.py | All individual controls |
| dialogs.py | All dialogs |
| helper.py | Functions and classes to simplify recurring actions |
| images.py | Image store |
| log.py | SMM specific functions and classes to record and print out log messages |
| mako_filters.py | Additional filters for Mako templete engine |
| panel.py | Adaption of automatically generated wx.Notebook code |
| reports.py | Create reports about the portfolio |
| UIBasePanelOpenPositionDetails.py | |
| UIBasePanelOpenPositionList.py | |
| UIBasePanelSummary.py | |
| UIBasePanelWatchList.py | |
| UIFetchQuotes.py | |
| UIHtml.py | |
| UIPortfolioReport.py | |
| UIPositionReport.py | |
| UIPreferences.py | |
| UIShare.py | |
| UITrade.py | Implementation of the trade dialog |
| ▼ smm | |
| ▼ quote | |
| __init__.py | Summarise all stuff in one point |
| base.py | Basic functionality to handle finance data provided by public resources |
| onvista.py | Functionality to query the finance database of OnVista |
| raiffeisen.py | Functionality to query the finance database of Raiffeisen Bankengruppe |
| vwd.py | Functionality to query the finance database of VWD AG |
| yahoo.py | Functionality to query the Yahoo finance database |
| __init__.py | Summarise all stuff in one point |
| database.py | Contains general database stuff |
| db_setup.py | Functions and data to set up a fresh database |
| math.py | Mathematical functions |
| objects.py | All data classes using STORM |
| operations.py | High level functions to do something |
| ▼ tests | |
| __init__.py | |
| test_database.py | Test database related stuff like creating of objects |
| test_gui.py | Test proper processing of masked for maskededit controls |
| test_maskededit.py | Test proper processing of masked for maskededit controls |
| test_math.py | Test mathematical functions |
| test_misc.py | Test miscellaneous functions |
| test_objects.py | Test database related stuff like creating of objects |
| setup.py | Setup script to distribute SMM |
| smmgui.py | Starts the GUI only |
| smmgui.pyw | Starts the GUI on Windows |
| smmshell.py | A simple customised Python shell to act in |
| test.py | Runs all tests |