Skip to main content

Currency Convert

Project description

Currency Convert

Installation

pip install monetary

Usage

import monetary

# Exchange Cent & Dollar
monetary.cent(dollar, rate=100, cast_func=int)
monetary.dollar(cent, rate=100, cast_func=float)

# Mul & Div
monetary.mul(multiplicand, multiplicator, cast_func=float)
monetary.div(dividend, divisor, cast_func=float)

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

monetary-1.0.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

monetary-1.0.2-py2.py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 2 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