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

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for iso4217-1.5.20170922.tar.gz
Algorithm Hash digest
SHA256 f8a49ecab1f191e4667efe8af3a538e4cc8b1bf076537641898f1993cec6fb4b
MD5 31b2ab29bd2427c87f621c5938aab17b
BLAKE2b-256 adf7b7bf3c063a2546dcb6f24714680d09afc55cd8cf90faa014c68ac72c8c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for iso4217-1.5.20170922-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6b45267aab1d1cd0eb1befade0c54e7468eb41223f3b2d79f8fe7240a6743feb
MD5 9dad956c6c04fb0a18c78fcae5d310d4
BLAKE2b-256 2b5ad1b70200f2b90df2fa3ffef57d6a52f6cf207cfa224626298c2335dbeb79

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