From f3abd06cad767d02a06c6019b06340efd33fc440 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 12 May 2026 17:11:44 -0600 Subject: [PATCH] initial readme --- flaskfdx/READE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flaskfdx/READE.md diff --git a/flaskfdx/READE.md b/flaskfdx/READE.md new file mode 100644 index 0000000..c971a8c --- /dev/null +++ b/flaskfdx/READE.md @@ -0,0 +1,13 @@ +# flaskfdx + +## fedex business analysis webapp + +Converts daily report excel files and inserts into an SQLite database using a python ETL pipline. Displays stops and packages for the last 7 days by route and driver. Compares current data to historical information. + +## Technology stack + +- Flask +- SQLite +- xlrd - an excel .xls parsing library +- uWSGI - web server +- Pytest