ISO 4217 currency code library
Project description
This package contains ISO 4217 active and historical currency data. Written and tested for Python 3.6 and above.
>>> from iso_4217 import Currency
>>> Currency.USD
<Currency.USD: 840>
>>> Currency.USD.full_name
'US Dollar'
>>> Currency(840)
<Currency.USD: 840>
>>> Currency.JPY.entities
frozenset({'JAPAN'})
>>> Currency.ZWR
<Currency.ZWR: 935>
>>> Currency.ZWR.entities
frozenset()
>>> Currency.ZWR.withdrew_entities
(('ZIMBABWE', '2009-06'),)
Inspired by iso4217 package by Hong Minhee.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iso_4217-0.2.180829.tar.gz
(14.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iso_4217-0.2.180829.tar.gz.
File metadata
- Download URL: iso_4217-0.2.180829.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.6.7 Linux/4.15.0-1077-gcp
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99c29389d0d7b264da87f55a4633e5206d1c3703eb680848ebbafbe6a531442e
|
|
| MD5 |
2b70c99b5c92856bdbcc3c7bc29afb70
|
|
| BLAKE2b-256 |
8634addbc63bda7e46c25c9567380e4a4fb17c85cafc4d696e2d6c68922b4005
|
File details
Details for the file iso_4217-0.2.180829-py3-none-any.whl.
File metadata
- Download URL: iso_4217-0.2.180829-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.6.7 Linux/4.15.0-1077-gcp
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e214c9b8d84b0dc7c1bb0b4281007375843ad6a5bac908a28cf82f04d74eb63
|
|
| MD5 |
a2929298bf4bcda96b7375c6dcfeac17
|
|
| BLAKE2b-256 |
0b8aaac6f6e12f92f6fc3cddaa29a502499e73b71966357d36a4ace3aca5da45
|