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.6.220205.tar.gz (7.9 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.6.220205-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: currency_iso4217-0.6.220205.tar.gz
  • Upload date:
  • Size: 7.9 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.6.220205.tar.gz
Algorithm Hash digest
SHA256 ddf9384dfe7aae26bf936bfe89fe765b44ca33a2ea2b138d3dee7dd62854c9d5
MD5 ebda268fbb053e98cdbfdcf61c000ae9
BLAKE2b-256 6e8c5401dbba7c035a1ab6ea773fc70a2e827a9979e1cd2c0cd3d8faf385f96e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: currency_iso4217-0.6.220205-py3-none-any.whl
  • Upload date:
  • Size: 15.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.6.220205-py3-none-any.whl
Algorithm Hash digest
SHA256 c845474b6a5ea5675cfdab0c55c2a480bb188f5c10afcb84779006846e789ba8
MD5 53f63ceef8629c754e3f6699448069b4
BLAKE2b-256 1a44c7aa868f614a9252a51f0e36caf61dc1b3d5492a722e991154a48fbed049

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