Skip to main content

Fetch rates from openexchangerates with aiohttp.

Project description

aioopenexchangerates

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License

Fetch rates from openexchangerates with aiohttp.

Installation

Install this via pip (or your favourite package manager):

pip install aioopenexchangerates

Usage

import asyncio

from aioopenexchangerates import Client, OpenExchangeRatesError


async def main() -> None:
    """Run main."""
    async with Client("your_api_key") as client:
        try:
            result = await client.get_latest()
        except OpenExchangeRatesError as err:
            print(err)
        else:
            print(result)


if __name__ == "__main__":
    asyncio.run(main())

Credits

This package was created with Cookiecutter and the browniebroke/cookiecutter-pypackage project template.

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

aioopenexchangerates-0.4.9.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

aioopenexchangerates-0.4.9-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file aioopenexchangerates-0.4.9.tar.gz.

File metadata

  • Download URL: aioopenexchangerates-0.4.9.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aioopenexchangerates-0.4.9.tar.gz
Algorithm Hash digest
SHA256 6527aaaa243a5f9fb294bea0f210b48b824058767f8c92dded8ccc0ae364381e
MD5 6de698b1c7f2d83d135bb72fffd0d4bc
BLAKE2b-256 4b247453dd555e24c66ca010fde9b73a7113a9ebe4ea3c7e214175d83ee410ff

See more details on using hashes here.

File details

Details for the file aioopenexchangerates-0.4.9-py3-none-any.whl.

File metadata

File hashes

Hashes for aioopenexchangerates-0.4.9-py3-none-any.whl
Algorithm Hash digest
SHA256 5df587ca9be99fec7290e94389b7f6e3279ab7b11b5c6f99678ff78c74329299
MD5 95b8c92156dc88743aca589ffa364acc
BLAKE2b-256 995f1e73254519d19be1b97589bc0cb6658289206ecfd9ad1ff45aea38b8707a

See more details on using hashes here.

Supported by

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