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.5.tar.gz
(14.2 kB
view details)
Built Distribution
File details
Details for the file moneywiz_api-1.0.5.tar.gz
.
File metadata
- Download URL: moneywiz_api-1.0.5.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8058e9d00c59b3414dd0a5ac3d00674bbb26f2ff95d80bfb051528f4e602b20 |
|
MD5 | fa023863f12b6038c714f238b7b4c8f6 |
|
BLAKE2b-256 | bd6450c3561c82d6361b1466de55f34101ae57007d2b914a4b00b7673e77669e |
File details
Details for the file moneywiz_api-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: moneywiz_api-1.0.5-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e3813d832f6739bb16507311e81ffe3926740a85b25e0fb3de66b7caf6479b1 |
|
MD5 | 2e25fdde772cf5cc38cea1f979d29690 |
|
BLAKE2b-256 | 355f51cedbf319979a6c7d362647a21496333248b32fc224999db43833cbf8a2 |