Skip to main content

ISO 4217 currency data package for Python

Project description

https://badge.fury.io/py/iso4217.svg? https://travis-ci.org/spoqa/iso4217.svg?branch=master

This Python package contains ISO 4217 currency data, represented as enum module which was introduced in 3.4. Note that this works on Python 2.5 as well as 3.5, the latest version of Python, through enum34 package.

>>> from iso4217 import Currency
>>> Currency.usd
<Currency.usd: 'USD'>
>>> Currency.usd.code
'USD'
>>> Currency.usd.currency_name
'US Dollar'
>>> Currency.usd.exponent  # USD has cents
2
>>> Currency.jpy
<Currency.jpy: 'JPY'>
>>> Currency.jpy.currency_name
'Yen'
>>> Currency.jpy.exponent  # JPY has no minor units
0
>>> Currency('KRW')  # Get by the code string
<Currency.krw: 'KRW'>
>>> Currency.krw is Currency('KRW')
True

Written by Hong Minhee. Distributed under Public Domain.

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

iso4217-1.5.20170609.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

iso4217-1.5.20170609-py2.py3-none-any.whl (11.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file iso4217-1.5.20170609.tar.gz.

File metadata

File hashes

Hashes for iso4217-1.5.20170609.tar.gz
Algorithm Hash digest
SHA256 08b1e2b7127a41231a63bb97d08ee18ec77009fe1509707462d2f15c9c971729
MD5 9cb9354ac36fd26a88754a17c12443bf
BLAKE2b-256 86999a42e661332853ea2e4f56b2d050373d8f52a106193e5225fbc22062bc3a

See more details on using hashes here.

File details

Details for the file iso4217-1.5.20170609-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for iso4217-1.5.20170609-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b75ff0b50ced78e9f7060b8d49351c926c48a2be28af82751844e0eb77b3f97e
MD5 af36d98185d03e6e4d480c0f71488fb8
BLAKE2b-256 00492029466f24571db0b68d14e52f9c41c22879a6d9e251b5c49cdc6654ff23

See more details on using hashes here.

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