From 3ce1ef2189f4a18151b753fba70b38f3ff85a52d Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 3 Jun 2024 17:49:31 +0200 Subject: [PATCH] first commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4647a9b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# xexe + +`xexe` is Superhog's tool to ingest currency rates from xe.com into our DWH. `xexe` is a Python CLI application, and this is the repository where it lives.