Package to interact with Monzo API to fetch transactions and upload to a database
Project description
Monzy
A Python data pipeline to fetch, transform, and process Monzo transactions and pot data from the Monzo API.
Table of Contents
Introduction
This project provides a data pipeline to interact with the Monzo API, retrieve transaction and pot data, transform it into a structured format, and process it for analysis or storage in a PostgreSQL database. It uses the monzo-API Python package developed by Peter MacDonald: https://github.com/petermcd/monzo-api
Features
- Fetch Monzo transactions and pot data
- Transform and normalize transaction data
- Process transactions to prepare for analysis
- Insert and query data in a PostgreSQL database
- Environment configuration using
.env
files
Setup
Prerequisites
- Python 3.8+
- PostgreSQL database
Installation
-
Clone the repository:
git clone https://github.com/yourusername/monzy.git cd monzy
-
Create and activate a virtual environment with Poetry:
./local-setup.sh
-
Set up environment variables:
Create a
.env
file in the root directory of the project and add your environment variables:DB_USERNAME=your_username DB_PASSWORD=your_password DB_HOST=your_host DB_NAME=your_database DB_PORT=your_port
Usage
Monzo API Token
...
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
Built Distribution
File details
Details for the file monzy-0.1.4.dev0.tar.gz
.
File metadata
- Download URL: monzy-0.1.4.dev0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.3 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ef787e95c67a09d29ae9093a369f66b83b41db74df7930a42a322d6bce654fc |
|
MD5 | f2632a40a0ae275c0de556a72e67f5e6 |
|
BLAKE2b-256 | 32c634a5e3214755e0b3b6738b837fcc9a0821106a0cd57f4878c177cd211c07 |
File details
Details for the file monzy-0.1.4.dev0-py3-none-any.whl
.
File metadata
- Download URL: monzy-0.1.4.dev0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.3 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17a0dcaf168ec97df4f8db5ad1c1a2fb8d5ab4a003796bdc5c03fc13c304e624 |
|
MD5 | 9481a7686803adb939dd547765266987 |
|
BLAKE2b-256 | e60a05bf7e1cd9dbf1e0294b74f1edf6565889dce4f9f5e4a2b90818a75d5df0 |