Metadata-Version: 2.1
Name: nbrb-tools
Version: 0.0.3
Summary: A Python library for currency conversion with NBRB
Author: Mediano4e
Author-email: Mediano4e <mediano4e@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.3

# nbrb-tools

It's a lib that helps to work with nbrb.by api in more convinient way

Installation:
```
pip install nbrb-tools
```

[![PyPI Latest Release](https://img.shields.io/pypi/v/nbrb-tools.svg)](https://pypi.org/project/nbrb-tools/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/nbrb-tools.svg?label=PyPI%20downloads)](https://pypi.org/project/nbrb-tools/)
[![Python](https://img.shields.io/pypi/pyversions/nbrb-tools.svg)](https://pypi.org/project/nbrb-tools/)
[![License](https://img.shields.io/pypi/l/nbrb-tools.svg)](https://pypi.org/project/nbrb-tools/)

## Modules
- [Client]()

## Dependencies
- [Requests - A simple HTTP library for Python, making HTTP requests easy and human-friendly](https://requests.readthedocs.io)
