Metadata-Version: 2.4
Name: currency-rates-cbr
Version: 1.0.0
Summary: A Python library for fetching currency rates from Central Bank of Russia
Author-email: Dasha Tarasova <tarasova_dasha5@mail.ru>
License: MIT
Project-URL: Homepage, https://github.com/tarass1ky/currency-rates-cbr
Keywords: currency,rates,cbr,russia,finance
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Dynamic: license-file

# Currency Rates CBR

A Python library for fetching currency rates from Central Bank of Russia using MVC architecture.

## Installation

```bash
pip install currency-rates-cbr
