
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Librería para obtener la tasa oficial del Euro y Dólar publicada por el Banco Central de Venezuela (BCV).
LibrerÃa en Python para obtener la tasa oficial del Euro y Dólar publicada por el Banco Central de Venezuela (BCV).
currency_rate_bcv
permite consultar de forma sencilla y programática el valor actual del Euro y el Dólar según la tasa oficial publicada en la página del BCV. Ideal para proyectos financieros, aplicaciones de conversión de divisas o cualquier sistema que requiera la tasa oficial venezolana.
Puedes instalar la librerÃa usando pip:
pip install currency_rate_bcv
O bien, clona el repositorio y usa:
pip install .
import asyncio
from currency_rate_bcv.currency import Currency
async def main():
currency = Currency()
euro = await currency.getEuro
print(f"Tasa oficial del Euro: {euro}")
dollar = await currency.getDollar
print(f"Tasa oficial del Dólar: {dollar}")
if __name__ == "__main__":
asyncio.run(main())
getEuro
: Devuelve la tasa oficial del Euro.getDollar
: Devuelve la tasa oficial del Dólar.Ambos métodos son propiedades asÃncronas.
MIT
Jarvis Gabriel Huice Padron
jarvis.realg@gmail.com
FAQs
Librería para obtener la tasa oficial del Euro y Dólar publicada por el Banco Central de Venezuela (BCV).
We found that currency-rate-bcv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.