Skip to main content

Librería para buscar divisas conforme listado ISO 4217

Project description

Package currency_iso4217 is a self-contained module that allows search currency by code, country or currency definition returning the corresponding active currency information.

# Pre requirements

Python >=3.6

# Installation

pip install currency-iso4217

# Use

>>> from currency_iso4217 import search_by_code
>>> search_by_code('CLP')
>>> [{'id': 42, 'code': 'CLP', 'country': 'Chile', 'currency': 'Peso chileno', 'decimals': '0'}]
>>> from currency_iso4217 import search_by_country
>>> search_by_country('Chile')
>>> [{'id': 41, 'code': 'CLP', 'country': 'Chile', 'currency': 'Unidad de fomento', 'decimals': '4'}, {'id': 42, 'code': 'CLP', 'country': 'Chile', 'currency': 'Peso chileno', 'decimals': '0'}]
>>> from currency_iso4217 import search_by_currency
>>> search_by_currency('Peso chileno')
>>> [{'id': 42, 'code': 'CLP', 'country': 'Chile', 'currency': 'Peso chileno', 'decimals': '0'}]
>>> from currency_iso4217 import show_list
>>> show_list()
>>> [...]

Written by Marcelo Daniel Iacobucci. 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

currency_iso4217-0.7.220205.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

currency_iso4217-0.7.220205-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file currency_iso4217-0.7.220205.tar.gz.

File metadata

  • Download URL: currency_iso4217-0.7.220205.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for currency_iso4217-0.7.220205.tar.gz
Algorithm Hash digest
SHA256 e1686a2096b33133bd22109acc351d396f081848118e0199c1a3a17a34b89c82
MD5 d01429e82df1f025adf7640c562ca435
BLAKE2b-256 5ffdb9ee3259e31ef4db1d6e88325c6734a7044d90db9149075f6334ba63d2ab

See more details on using hashes here.

File details

Details for the file currency_iso4217-0.7.220205-py3-none-any.whl.

File metadata

  • Download URL: currency_iso4217-0.7.220205-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for currency_iso4217-0.7.220205-py3-none-any.whl
Algorithm Hash digest
SHA256 ed0b1ff1e4d43cc2575cbec9c7d149f06901f602216d7df3195211731addd442
MD5 315e0f06d66ddcb7554a573839141c45
BLAKE2b-256 5b9d4c4e2333d9a5e4ef6c8952d8318ca31a6cc7abbda7a14810cc9f3c617be6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page