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

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for iso4217-1.3.20160701.tar.gz
Algorithm Hash digest
SHA256 ef566487fd9922981ec08ea56f51edd864fe1f1da8251500ff6d688fea139520
MD5 1c86f0ac6887e901017094f94d4fce00
BLAKE2b-256 9ebf23a4a3583d2376218013e280f6baf64b621bfeb1254a7c6864af18930489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for iso4217-1.3.20160701-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f01c62fa5c71518e2a0fb5788a28d10c82d30f7114398209ca590d9ee211ca3a
MD5 7e8af6d7df3574c57ea18d1ed6e615d1
BLAKE2b-256 e01728c2ce197a817bfdf64dc19e03a1cf4974bbab879a411c1fdebb15ec6b17

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