ServerPortfolio
2.0
Python parsers and server
|
Go to the source code of this file.
Namespaces | |
serverportfolio.Parsers.UtilsParsers | |
Utilities functions specific to the parsers. | |
Functions | |
def | serverportfolio.Parsers.UtilsParsers.web_query |
Execute the url (GET call only, could extend) More... | |
def | serverportfolio.Parsers.UtilsParsers.extract_number |
Extract a float from a string. More... | |
def | serverportfolio.Parsers.UtilsParsers.check_nan |
Check for N/A in Yahoo output, 'N/A' no error. More... | |