This project is for pulling the data from bridge-infdp and making the database for it.
This is the file you want to run. It expects a config file that looks like this
[logging]
LogLevel = debug
LogName = {File to log to without extension}
[server_info]
ServerName = {ODBC server to connect to}
Database = {Database on the ODBC server to connect to}
Driver = {ODBC driver to use}
A way of using an ODBC database programatically in Python instead of having to write SQL code in the cursor manually.
These two files are for interacting with the API, it's just the endpoints put into functions for ease of use. the test version is the example data put into functions for obvious testing purposes.
Makes tables, expects the ODBC class to be passed to it.
Just some useful functions, needs expanding.