This TOX file is meant to be embedded within a project to be used in various methods.
It also includes some other TOX files which can be used to help automate requests and get you started with doing math based on search results.

Search_mabibase: The main search component. It does have UI, but is meant to be embedded programmatically
mabibase_jobs: A base component designed to help add and remove item IDs from a queue. Automated searches should only use IDs as other close matches can mess with results and IDs ensure exact item matches.
setup_and_run_job: A base component designed to work with the mabibase_jobs TOX to time and loop through the list of jobs. Also is able to remove jobs after completing the search.
get_lowest_price: By default, the mabibase search is set up to return the lowest price as the first result. This base assumes this behavior and singles out the top row, and converts the value from a DAT table to a CHOP



Thanks to LLVM for helping with 80% of this