Metadata-Version: 2.1
Name: kretanje-cijena
Version: 0.0.2
Summary: Awesome kretanje_cijena created by brahle
Home-page: https://github.com/brahle/kretanje-cijena/
Author: brahle
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: brds
Requires-Dist: requests
Requires-Dist: types-requests
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'

# kretanje_cijena

[![codecov](https://codecov.io/gh/brahle/kretanje-cijena/branch/main/graph/badge.svg?token=kretanje-cijena_token_here)](https://codecov.io/gh/brahle/kretanje-cijena)
[![CI](https://github.com/brahle/kretanje-cijena/actions/workflows/main.yml/badge.svg)](https://github.com/brahle/kretanje-cijena/actions/workflows/main.yml)

API za preuzimanje podataka s web stranice kretanje-cijena.


## Install it from PyPI

```bash
pip install kretanje_cijena
```

## Usage

```py
```

```bash
$ python -m kretanje_cijena
#or
$ kretanje_cijena
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
