|
1 month ago | |
---|---|---|
.. | ||
README.md | 1 month ago | |
convertCurrency.py | 1 month ago | |
iso4217.xml | 1 month ago | |
requirements.txt | 1 month ago |
This script is used for converting the ISO currency code data from XML into JSON, to make it easier to work with in our SDK. It also removes some of the unneeded data, so that we keep the size of our SDK to a minimum.
Instructions for macOS (windows neither tested nor supported)
Scripts~/iso4217
folder, and rename it to iso4217.xml
Scripts~/iso4217
folder in your terminalpip3 install -r requirements.txt
to install script dependenciespython3 convertCurrency.py
to update the JSON resource file.