GetFX package

Provides handling of FX rates using external FX API.

It submits request to external FX API, parse the response and prints it in predefined manner. Each specific FX API provider requires new module based on getfx (e.g. getfx.getfxnbp implements NBP FX API).

Modules:

getfx.__minPythonVersion__ = '3.7'

Defines minimum Python version, re-used in setup.py