Skip to main content

ISO 4217 currency data package for Python

Project description

https://badge.fury.io/py/iso4217.svg? https://travis-ci.org/dahlia/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.7, 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.20180829.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

iso4217-1.5.20180829-py2.py3-none-any.whl (9.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: iso4217-1.5.20180829.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for iso4217-1.5.20180829.tar.gz
Algorithm Hash digest
SHA256 a6b19620a28f0fa0ba71c149a8b5ea2b0508e0a7a1b7e14d099d35b2be89163f
MD5 77b87489b14e38cf91d0a21e0661dab5
BLAKE2b-256 8b5ef4d13833f8e54b652bc8599a0a390e1e53df04012c27b7e9ff3598772c35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for iso4217-1.5.20180829-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c812c77c2d87f3ea49325eb8f5262cb5e2648a0b5009b97e966c20b351acbab4
MD5 6ed23338ab41f82879bc394702130b2a
BLAKE2b-256 1c2d93af2f3060c0118446c62122b03d1bf442822cfde63f2570725c1192cf16

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