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.20180101.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for iso4217-1.5.20180101.tar.gz
Algorithm Hash digest
SHA256 71fa3fe34d8e6713644fec311d58c43d5e1a0ac9d1e67998db65bdb91b4e68b0
MD5 1452f4e35f4e814f1c444340cb966ee4
BLAKE2b-256 27420e1dfcc4c7f0f6f0b5472beafa873229e812ae921fbef075e2ab2db5a2ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for iso4217-1.5.20180101-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e52e89f1ca58ffca66318586da52f7f1e080b6631261c260cfc2fce4f7743838
MD5 bc52e25623f8f4d60617609b071aee1d
BLAKE2b-256 708a26c7fb157decd3a65d6e457b690fac598209eed5f3b2ff9a929551d7d8c0

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