plaid2text icon indicating copy to clipboard operation
plaid2text copied to clipboard

Python Scripts to export Plaid transactions and transform them into Ledger or Beancount syntax formatted files.

Results 18 plaid2text issues
Sort by recently updated
recently updated
newest added

Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.18.1 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...

dependencies

I am interested in having a config option to use a different database. SQLite in particular, so that I can store the .db file in Dropbox and access it from...

Both because plaid-python-legacy will be deprecated in September, and because with a new account I do not seem to be able to authenticate using only the client_id and secret as...

I think you're allowing `pip3` to grab incompatible versions of libraries? ``` > plaid2text Traceback (most recent call last): File "/usr/local/bin/plaid2text", line 2, in from plaid2text.plaid2text import main;main() File "/usr/local/lib/python3.7/site-packages/plaid2text/plaid2text.py",...

Most of my transactions don't have tags, but very occasionally I want to add them. Is it possible to split tags from the payee entry field or something along those...

I find it weird having the amount show up on the expense account side of the transaction. Can you give me a negative amount that can be used on the...

Occasionally when processing tags, a few things can happen: - Previously entered tags (from the history file) won't appear correctly. Instead of this-tag, it would appear as '## ## #t...