Skip to main content

Python wrapper for AirLabs

Project description

Project Portfolio: https://github.com/calebyhan/CalebHan

airlabs-ch

Python wrapper for AirLabs.

Installation


Use the package manager pip to install currency-ch.

pip install airlabs-ch

Usage


import airlabs



# converts amount of money from one currency to another

currency.convert("usd", "eur", 1)



# returns rate from one currency to another

currency.rate("usd", "eur")

Documentation


currency.convert(input_currency, output_currency, amount, roundTo)

Converts input_currency of amount (default 1) to output_currency with rounded to roundTo decimal places (default 2).

currency.rate(input_currency, output_currency, roundTo)

Returns rate of converting input_currency to output_currency rounded to roundTo decimal places (default 2).

currency.add(values, output_currency, roundTo)

Adds up currencies in 2-D array values (in format [amount, input_currency]), and displays in form of output_currency rounded to roundTo decimal places (default 2).

Contributing


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.

License


MIT

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

airlabs-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

airlabs-0.0.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page