Metadata-Version: 2.4
Name: kurs-dolara
Version: 1.2.0
Summary: Pokupi trenutni kurs dolara sa https://cbbh.ba/CurrencyExchange/
Project-URL: github, https://github.com/bringout/kurs_dolara
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.

## Screenshot

![Application Screenshot](app_screenshot.png)

## Installation

```bash
pip install kurs_dolara
```

## Usage

To run the application, simply type:

```bash
kurs_dolara
```

### Options

*   `--light`: Use a light theme for the application.
*   `--version`: Show the version of the application.
*   `--cli`: Display the rate in the console and exit.

## 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
   ```