Age | Commit message (Expand) | Author |
---|---|---|
2024-10-29 | Read connection detail from file. Use contextmanager....Read connection details from file to make it easier to change host(s) in use. Use contextmanager to manage the connections. | Frederick Muriuki Muriithi |
2024-10-29 | Use argparse.ArgumentParser to collect CLI args from user...Collect arguments from the CLI using argparse rather than sys.argv directly. | Frederick Muriuki Muriithi |
2024-10-29 | Change indentation, wrap code in function and create entry-point. | Frederick Muriuki Muriithi |
2022-03-10 | Use context manager with database connection...Use the `with` context manager with database connections and cursors to ensure that they are closed once they are no longer needed. Where it was not feasible to use the `with` context manager without a huge refactor/rewrite, the cursors and connections are closed manually. | Frederick Muriuki Muriithi |
2020-08-19 | Remove extra whitespace(or add it) from comma separated items...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> | BonfaceKilz |
2020-08-19 | Wrap `map()` in a `list` call...Run `2to3-3.8 -f map -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map> | BonfaceKilz |
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz |
2018-04-03 | @acenteno added data upload scripts into main repo | Pjotr Prins |