A Python api to access moneywiz sqlite database
Project description
MoneyWiz-API
A Python API to access MoneyWiz Sqlite database.
Get Started
pip install moneywiz-api
from moneywiz_api import MoneywizApi
moneywizApi = MoneywizApi("<path_to_your_sqlite_file>")
(
accessor,
account_manager,
payee_manager,
category_manager,
transaction_manager,
investment_holding_manager,
) = (
moneywizApi.accessor,
moneywizApi.account_manager,
moneywizApi.payee_manager,
moneywizApi.category_manager,
moneywizApi.transaction_manager,
moneywizApi.investment_holding_manager,
)
record = accessor.get_record(record_id)
print(record)
It also offers a interactive shell moneywiz-cli
.
Contribution
This project is in very early stage, all contributions are welcomed!
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
moneywiz_api-1.0.4.tar.gz
(14.2 kB
view details)
Built Distribution
File details
Details for the file moneywiz_api-1.0.4.tar.gz
.
File metadata
- Download URL: moneywiz_api-1.0.4.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00d2652463457765cc0781f0fbd7f7a4cddd794d8f35350018b922eb38f6a706 |
|
MD5 | 79719c5b5cd692d5f5289f13fb536f80 |
|
BLAKE2b-256 | 0c1aa88f58b6a639f1b504225e8cdd37aaa6db277464133ebca004eb90accd00 |
File details
Details for the file moneywiz_api-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: moneywiz_api-1.0.4-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a684b1418418b94e7296a6bf81ffef158e2d206eedc797f170d1bd6d9b89611 |
|
MD5 | cc2a9718c21b11cb4c2c40b28122ebc9 |
|
BLAKE2b-256 | 8b2573af77a5fc48ba6cfe15a0b32fd21d5d2792fa53a0c17e986c06da43fe83 |