Metadata-Version: 2.4
Name: tzf-utils
Version: 0.1.2
Summary: TZF Utility Scripts
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: PyYAML
Dynamic: license-file

# tzf-scripty

[![CI & Deploy](https://github.com/Marekmahav/tzf-scripty/actions/workflows/ci.yml/badge.svg)](https://github.com/Marekmahav/tzf-scripty/actions/workflows/ci.yml)
[![Schedule Invest](https://github.com/Marekmahav/tzf-scripty/actions/workflows/schedule_invest.yml/badge.svg)](https://github.com/Marekmahav/tzf-scripty/actions/workflows/schedule_invest.yml)

**Automatizované skripty pre testovanie a investície cez Streamlit Cloud.**

## Obsah

- `main.py` – hlavný spúšťací skript
- `script_a/`, `invest/` – moduly testované v CI
- CI: Python unit testy + coverage + Codecov
  Deploy: Streamlit Cloud + Discord notifikácie
  Scheduled: denný beh investičného skriptu

## Spustenie lokálne

```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py
