Skip to content

Commit

Permalink
Version 2017.04.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbroere committed Apr 21, 2017
1 parent a4b4a38 commit c10a2a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ some changes to make it more generally applicable, allowing for other
banks to be added.

Currently this library is only known to work with the export files of
ING Bank (NL), but extending it for similar CSV exports should be trivial.
ING Bank (NL) and Bitstamp, but extending it for similar CSV exports
should be trivial.

```
Usage:
Expand All @@ -16,15 +17,11 @@ Usage:
Options:
-a --append Append to the output file if it exists.
-b --balance Ensure that all output is balanced.
Choose this option if the output must be a
standalone ledger file. These files should always
have a balance of 0 to be valid.
-b --balance Get the initial balance (if possible)
--from=<from> Account to get balances from.
Default Equity:[Unspecified | IBAN]
--to=<to> Account to send transactions to.
Default Expenses:[Unspecified | IBAN]
--name=<name> Account name. Default Assets:[IBAN]
--name=<name> Account name.
--hash Save a hash of the transaction for duplicate removal
-c --code Use the currency code, e.g. EUR
-s --symbol Use the currency symbol, e.g. €
-h --help Show the usage guidelines.
Expand Down
5 changes: 1 addition & 4 deletions toledger/toledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
Options:
-a --append Append to the output file if it exists.
-b --balance Ensure that all output is balanced.
Choose this option if the output must be a
standalone ledger file. These files should always
have a balance of 0 to be valid.
-b --balance Get the initial balance (if possible)
--from=<from> Account to get balances from.
--to=<to> Account to send transactions to.
--name=<name> Account name.
Expand Down

0 comments on commit c10a2a6

Please sign in to comment.