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.
Release files for iso-4217 0.2.180829
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iso_4217-0.2.180829.tar.gz | 14.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iso_4217-0.2.180829-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.2 kB
Release files / iso_4217-0.2.180829.tar.gz
| Download URL | iso_4217-0.2.180829.tar.gz |
|---|---|
| Size | 14.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
99c29389d0d7b264da87f55a4633e5206d1c3703eb680848ebbafbe6a531442e
|
|
BLAKE2b-256 checksum How to use checksums |
8634addbc63bda7e46c25c9567380e4a4fb17c85cafc4d696e2d6c68922b4005
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.3 CPython/3.6.7 Linux/4.15.0-1077-gcp
|
Release files / iso_4217-0.2.180829-py3-none-any.whl
| Download URL | iso_4217-0.2.180829-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2e214c9b8d84b0dc7c1bb0b4281007375843ad6a5bac908a28cf82f04d74eb63
|
|
BLAKE2b-256 checksum How to use checksums |
0b8aaac6f6e12f92f6fc3cddaa29a502499e73b71966357d36a4ace3aca5da45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.3 CPython/3.6.7 Linux/4.15.0-1077-gcp
|