A simple Python SDK around the Lunch Money Developer API
Project description
lunchable
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.
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(19.6 kB
view hashes)
Built Distribution
lunchable-0.0.1-py3-none-any.whl
(26.7 kB
view hashes)
Close
Hashes for lunchable-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b3828dc1d94809d7467099c2832b1fea75e02a85c04b040ec024425a6fb8cc5 |
|
MD5 | 4c07b28af7309b8b61928cd426810d8a |
|
BLAKE2b-256 | 2435ae90d8814e4a50cc4498851588348185f5c0547e13ceccaa233c94573c20 |