ServerPortfolio
2.0
Python parsers and server
|
Go to the source code of this file.
Namespaces | |
Server_Portfolio | |
Main executable for running the portfolio python service. | |
Functions | |
def | Server_Portfolio.print_help |
functions More... | |
Variables | |
tuple | Server_Portfolio.logger = logging.getLogger('SP') |
main code More... | |
list | Server_Portfolio.fstock = sys.argv[1] |
Main program. More... | |
tuple | Server_Portfolio.dict_stocks = DictionaryStocks( fstock ) |
tuple | Server_Portfolio.thq = AutoParser.Thread_Handle_Queue() |
could use a return dict ( alias, only for testing ok ) More... | |