Metadata-Version: 2.4
Name: kurs-dolara
Version: 0.2.0
Summary: Add your description here
Author-email: Ernad Husremovic <hernad@bring.out.ba>
Requires-Python: >=3.12
Requires-Dist: requests>=2.32.5
Requires-Dist: textual>=5.3.0
Description-Content-Type: text/markdown


# kurs_dolara

[![PyPI version](https://badge.fury.io/py/kurs-dolara.svg)](https://badge.fury.io/py/kurs-dolara)

A simple TUI application to check the current USD exchange rate from the Central Bank of Bosnia and Herzegovina.

## Installation

```bash
pip install kurs_dolara
```

## Usage

```bash
kurs_dolara
```

## Development

This project uses `rye` for project management.

1. Install `rye`:
   ```bash
   curl -sSf https://rye-up.com/get | bash
   ```
2. Install dependencies:
   ```bash
   rye sync
   ```
3. Run the application:
   ```bash
   rye run kurs_dolara
   ```
4. Run tests:
   ```bash
   rye test
   ```
