Source Code¶
Warning: Refactoring Underway!
The source code continues to undergo refactoring to separate data_handling from multithreading as much as possible. I’m endeavouring to do so without a breaking change, but there are no quarantees.
The source code is currently divided into 3 modules:
logssubmodule, containing code related to logging configuration. See logs.data_handlingcontains the code for manipulating query data. See data_handling.multithreadingsubmodule, containing code related to concurrency. See multithreading.