Skip to main content

A library to handle money operations

Project description

Geld

A library to easily handle currency conversions.

Official documentation

  • We do not have an official documentation yet, we are working on this.

Data origin

Currently the API used to get the values is https://theforexapi.com/api. (If the forex API the default client will not work) We are working to make the lib extensable so you can pick info from different sources in the future.

How to install

pip install geld

How to use the Sync Client

Code:

from geld.clients import sync_client as client
result = client.convert_currency("USD", "BRL", 25, "2021-12-05")
print(result)

Result:

141.0127535205030424592109739

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

geld-0.3.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

geld-0.3.0-py3-none-any.whl (9.7 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