Converts foreign fiat currencies to USD by getting and caching hourly exchanges rates from openexchangerates.org
Project description
PyUSDforex - Fiat to USD
Project Description
PyUSDforex is a python package to convert foreign currencies into US dollars. It uses the free API key from openexchangerates.org to get over 200 currencies. PyUSDforex allows you to perform as many currency conversions as you wish by caching the hourly exchange rates from openexchange.org in a python shelve.
Installation
install from https://pypi.org/project/pyUSDforex/
pip install pyUSDforex
Usage
import pyUSDforex
pyUSDforex.convert(100, 'EUR', 'Your APP_ID')
Get your app_id from https://openexchangerates.org/signup/free
Notes
We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us on github
Changelog
1.3
- replace shelve with requests-cache
1.2
- raise an exception when the currency code cannot be found
1.1
- make threading safe with lock object
1.0
- Init release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyUSDforex-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f13ba8a9efdd0a64a05902f6a2c789375465e6818dc139f8baa0929af222b4c |
|
MD5 | e6b4e74983094003290fea692cda1c0f |
|
BLAKE2b-256 | 7925a33650ae1b16b7bae1aaa543425cd776d07edeb8a3f5523cdb051d1aef36 |