This package provides a lightweight, human-friendly wrapper around the FinTablo API.
It exposes grouped endpoint helpers under client.<resource>.
pip install -e .
pip install pytest requests-mockfrom fintablo import FinTabloClient
client = FinTabloClient(token="YOUR_TOKEN")
client._attach_endpoints(client) # attach endpoints
client.categories.list()