HeliumHelper is a Python library to aid in creating Helium apps.
Use the package manager pip to install HeliumHelper.
pip install HeliumHelperfrom heliumhelper import helpers
# returns current oracle price
helpers.get_current_price()Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.