Skip to main content

A simple Python SDK around the Lunch Money Developer API

Project description

lunchable

Lunchable Version PyPI Testing Status GitHub License Documentation Status

lunchable is a Python Client for the Lunch Money Developer API. It's built on top of pydantic, and it offers a simple and intuitive API.

Installation

pip install lunchable

Usage

from typing import List

from lunchable import LunchMoney
from lunchable.models import TransactionObject

lunch = LunchMoney(access_token="xxxxxxxxxxx")
transactions: List[TransactionObject] = lunch.get_transactions()

first_transaction: TransactionObject = transactions[0]
transaction_as_dict: dict = first_transaction.dict()

Check out the ReadTheDocs



⚠️ Note: This project is under active development.


juftin logo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lunchable-0.0.2.tar.gz (19.5 kB view hashes)

Uploaded Source

Built Distribution

lunchable-0.0.2-py3-none-any.whl (26.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page