Crates.io | basti |
lib.rs | basti |
version | 0.0.1 |
source | src |
created_at | 2023-04-12 11:27:26.672781 |
updated_at | 2023-04-12 11:27:26.672781 |
description | Simple tool to group and interpret your bank account statements |
homepage | https://github.com/ityreh/basti |
repository | https://github.com/ityreh/basti |
max_upload_size | |
id | 836752 |
size | 66,939 |
basti is a simple tool to group and interpret your bank account statements. It parses the SWIFT MT940 format so that you are good to go if your banking account is able to export bank statements in the format of that standard. You can give basti a mapping configuration how the statements should be interpreted and just use the results for further processing and analysis.
You can install the binary with cargo getting a fresh build:
cargo install basti
With default settings it will be installed to ~/.cargo/bin/
.
todo
Run locally
cargo run -- <action> <options...>
Set log level with environment variable RUST_LOG. For example to run with logs on debug level:
env RUST_LOG=debug cargo run -- <action> <options...>
After you have generated a token on crates.io you can publish with cargo
cargo publish
candidates
helpful tools