https://github.com/brahle/kretanje-cijena
https://github.com/brahle/kretanje-cijena
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brahle/kretanje-cijena
- Owner: brahle
- License: mit
- Created: 2023-02-18T18:04:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T21:25:22.000Z (over 2 years ago)
- Last Synced: 2025-02-14T17:41:43.457Z (4 months ago)
- Language: Makefile
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kretanje_cijena
[](https://codecov.io/gh/brahle/kretanje-cijena)
[](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
from brds import GunzipImporterdata = GunzipImporter("https://kretanje-cijena.hr:50001").get("/data/public")
``````bash
$ python -m kretanje_cijena
#or
$ kretanje_cijena
```## Development
Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.