Metadata-Version: 2.1
Name: py_currency_fetcher
Version: 0.7
Summary: A simple package to fetch py_currency_fetcher by country code
Author: Volodymyr Lekhman
Author-email: volodya.l@yahoo.com
Description-Content-Type: text/markdown
Requires-Dist: pycountry>=20.7.3

# Country Currency Fetcher

`py_currency_fetcher` is a simple Python package that allows users to retrieve currency codes from country codes. The package uses the `pycountry` library to validate and retrieve standard country names, and includes a large internal dictionary that associates country codes with their currencies.

## Features

- Easy currency retrieval by country code.
- Supports a wide range of countries.
- Easy to integrate into your projects.

## Installation

You can easily install `py_currency_fetcher` via pip:

```bash
pip install py_currency_fetcher
