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')
>>> [{'position': 42, 'code': 'CLP', 'country': 'Chile', 'currency': 'Peso chileno', 'decimals': '0'}]
>>> from currency_iso4217 import search_by_country
>>> search_by_country('Chile')
>>> [{'position': 41, 'code': 'CLP', 'country': 'Chile', 'currency': 'Unidad de fomento', 'decimals': '4'}, {'position': 42, 'code': 'CLP', 'country': 'Chile', 'currency': 'Peso chileno', 'decimals': '0'}]
>>> from currency_iso4217 import search_by_currency
>>> search_by_currency('Peso chileno')
>>> [{'position': 42, 'code': 'CLP', 'country': 'Chile', 'currency': 'Peso chileno', 'decimals': '0'}]
>>> from currency_iso4217 import search_decimals
>>> search_decimals('USD')
>>> 2
>>> 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.10.220208.tar.gz (2.3 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.10.220208-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: currency_iso4217-0.10.220208.tar.gz
  • Upload date:
  • Size: 2.3 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.10.220208.tar.gz
Algorithm Hash digest
SHA256 8f320e6125f7e164ac3870c46f53d31151bdbb58cd8f5e6368fd4e090e4540b5
MD5 de7c81f4d20fb2ef972a616870d04041
BLAKE2b-256 58463cdad0fa87ebdb3a204fef5757dc83fbe4f87ef0daf25092ab7168b86d48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: currency_iso4217-0.10.220208-py3-none-any.whl
  • Upload date:
  • Size: 10.3 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.10.220208-py3-none-any.whl
Algorithm Hash digest
SHA256 492cc4eb875db97d0d618873afda1b6c31a7461c9c2b7c4708fb7d9b358fe008
MD5 1abb182e409d738a07e2a2fbd6d8143d
BLAKE2b-256 df73e9cd0cbad9c76e9416d7f1531f5b240c9cbd14f1228fccda729388bcb2ca

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