wloc
0.4.0
Simple Wi-Fi geolocation library and tool
|
Public Member Functions | |
None | __init__ (self) |
None | run (self) |
Private Member Functions | |
None | __call_backend (self, str name) |
bool | __check_arguments (self) |
None | __get_results (self) |
None | __parse_arguments (self) |
None | __parser_add_arguments (self) |
None | __parser_create (self) |
None | __set_backends (self) |
None | __setlogger (self) |
Private Attributes | |
__arguments | |
__locator | |
__logger | |
__parser | |
__selector | |
None wloc.app.App.__init__ | ( | self | ) |
Main constructor of App class.
|
private |
Directly calls one of supported geolocation backend. :param name:
|
private |
Checks if at least one of optional command-line arguments present. :return: Availability of any optional command-line arguments.
|
private |
Calls enabled by user backends.
|
private |
Parses command-line arguments and provides a special object to work with.
|
private |
Adds new supported options to command-line arguments parser.
|
private |
Creates instance of command-line arguments parser.
|
private |
Creates instance of WiFiLocator class and special switch surrogate.
|
private |
Configures logger for internal use.
None wloc.app.App.run | ( | self | ) |
Run application.