tariochbctools 1.5.0__tar.gz → 1.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/PKG-INFO +1 -1
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/truelayer/importer.py +60 -32
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/PKG-INFO +1 -1
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/importers/test_truelayer.py +50 -9
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/.coveragerc +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/.isort.cfg +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/.pre-commit-config.yaml +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/.readthedocs.yml +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/LICENSE.txt +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/MANIFEST.in +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/README.rst +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/_static/.gitignore +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/conf.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/importers.rst +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/index.rst +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/installation.rst +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/license.rst +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/plugins.rst +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/price_fetchers.rst +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/docs/requirements.txt +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/pyproject.toml +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/setup.cfg +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/setup.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/awardwalletimp/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/awardwalletimp/config.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/awardwalletimp/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/bcge/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/bcge/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/bitst/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/bitst/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/blockchain/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/blockchain/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/cembrastatement/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/cembrastatement/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/deduplication.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/mailAdapterImporter.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/mt940importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/priceLookup.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/ibkr/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/ibkr/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/neon/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/neon/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/netbenefits/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/netbenefits/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/nordigen/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/nordigen/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/nordigen/nordigen_config.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/postfinance/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/postfinance/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/quickfile/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/quickfile/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/radicant/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/radicant/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/raiffeisench/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/revolut/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/revolut/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/schedule/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/schedule/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/swisscard/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/swisscard/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/transferwise/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/transferwise/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/truelayer/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/viseca/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/viseca/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/zak/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/zak/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/zkb/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/zkb/importer.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/plugins/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/plugins/check_portfolio_sum.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/plugins/generate_base_ccy_prices.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/plugins/prices/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/plugins/prices/ibkr.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/SOURCES.txt +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/dependency_links.txt +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/entry_points.txt +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/not-zip-safe +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/requires.txt +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/top_level.txt +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/conftest.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/importers/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/importers/test_awardwallet.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/importers/test_quickfile.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/__init__.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_expected.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_input.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/issue122_expected.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/issue122_input.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_expected.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_input.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/normal_expected.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/normal_input.beancount +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/plugins/test_generate_base_ccy_prices.py +0 -0
- {tariochbctools-1.5.0 → tariochbctools-1.5.1}/tox.ini +0 -0
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/truelayer/importer.py
RENAMED
@@ -10,6 +10,8 @@ import yaml
|
|
10
10
|
from beancount.core import amount, data
|
11
11
|
from beancount.core.number import D
|
12
12
|
|
13
|
+
from tariochbctools.importers.general.deduplication import ReferenceDuplicatesComparator
|
14
|
+
|
13
15
|
# https://docs.truelayer.com/#retrieve-account-transactions
|
14
16
|
|
15
17
|
TX_MANDATORY_ID_FIELDS = ("transaction_id",)
|
@@ -125,6 +127,17 @@ class Importer(beangulp.Importer):
|
|
125
127
|
logging.warning("Ignoring account ID %s", accountId)
|
126
128
|
continue
|
127
129
|
|
130
|
+
r = requests.get(
|
131
|
+
f"https://api.{self.domain}/data/v1/{endpoint}/{accountId}/balance",
|
132
|
+
headers=headers,
|
133
|
+
)
|
134
|
+
balances = r.json()["results"]
|
135
|
+
|
136
|
+
for balance in balances:
|
137
|
+
entries.extend(
|
138
|
+
self._extract_balance(balance, local_account, invert_sign)
|
139
|
+
)
|
140
|
+
|
128
141
|
r = requests.get(
|
129
142
|
f"https://api.{self.domain}/data/v1/{endpoint}/{accountId}/transactions",
|
130
143
|
headers=headers,
|
@@ -148,7 +161,7 @@ class Importer(beangulp.Importer):
|
|
148
161
|
invert_sign: bool,
|
149
162
|
) -> data.Transaction:
|
150
163
|
entries = []
|
151
|
-
metakv = {}
|
164
|
+
metakv: dict[str, Any] = {}
|
152
165
|
|
153
166
|
id_meta_kvs = {
|
154
167
|
k: trx["meta"][k] for k in TX_OPTIONAL_META_ID_FIELDS if trx["meta"].get(k)
|
@@ -193,37 +206,52 @@ class Importer(beangulp.Importer):
|
|
193
206
|
)
|
194
207
|
entries.append(entry)
|
195
208
|
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
209
|
+
return entries
|
210
|
+
|
211
|
+
def _extract_balance(
|
212
|
+
self,
|
213
|
+
result: dict[str, Any],
|
214
|
+
local_account: data.Account,
|
215
|
+
invert_sign: bool,
|
216
|
+
) -> data.Transaction:
|
217
|
+
entries = []
|
218
|
+
|
219
|
+
meta = data.new_metadata("", 0)
|
220
|
+
|
221
|
+
balance = D(str(result["current"]))
|
222
|
+
# avoid pylint invalid-unary-operand-type
|
223
|
+
signed_balance = -1 * balance if invert_sign else balance
|
224
|
+
balance_date = dateutil.parser.parse(result["update_timestamp"]).date()
|
225
|
+
|
226
|
+
entries.append(
|
227
|
+
data.Balance(
|
228
|
+
meta,
|
229
|
+
balance_date + timedelta(days=1),
|
230
|
+
local_account,
|
231
|
+
amount.Amount(signed_balance, result["currency"]),
|
232
|
+
None,
|
233
|
+
None,
|
234
|
+
)
|
235
|
+
)
|
236
|
+
|
237
|
+
if "last_statement_balance" in result:
|
238
|
+
statement_balance = D(str(result["last_statement_balance"]))
|
239
|
+
signed_statement_balance = (
|
240
|
+
-1 * statement_balance if invert_sign else statement_balance
|
241
|
+
)
|
242
|
+
statement_date = dateutil.parser.parse(result["last_statement_date"]).date()
|
243
|
+
|
244
|
+
entries.append(
|
245
|
+
data.Balance(
|
246
|
+
meta,
|
247
|
+
statement_date,
|
248
|
+
local_account,
|
249
|
+
amount.Amount(signed_statement_balance, result["currency"]),
|
250
|
+
None,
|
251
|
+
None,
|
227
252
|
)
|
253
|
+
)
|
228
254
|
|
229
255
|
return entries
|
256
|
+
|
257
|
+
cmp = ReferenceDuplicatesComparator(TX_MANDATORY_ID_FIELDS)
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/importers/test_truelayer.py
RENAMED
@@ -1,5 +1,7 @@
|
|
1
1
|
import json
|
2
|
+
from datetime import timedelta
|
2
3
|
|
4
|
+
import dateutil.parser
|
3
5
|
import pytest
|
4
6
|
import yaml
|
5
7
|
from beancount.core.amount import Decimal as D
|
@@ -67,6 +69,28 @@ TEST_TRX_WITHOUT_IDS = b"""
|
|
67
69
|
}
|
68
70
|
"""
|
69
71
|
|
72
|
+
TEST_BALANCE_SIMPLE = b"""
|
73
|
+
{
|
74
|
+
"currency": "GBP",
|
75
|
+
"current": 20.0,
|
76
|
+
"update_timestamp": "2017-02-24T17:29:24.740Z"
|
77
|
+
}
|
78
|
+
"""
|
79
|
+
|
80
|
+
TEST_BALANCE_OPTIONAL = b"""
|
81
|
+
{
|
82
|
+
"available": 3279.0,
|
83
|
+
"currency": "GBP",
|
84
|
+
"current": 20.0,
|
85
|
+
"credit_limit": 3300,
|
86
|
+
"last_statement_balance": 226,
|
87
|
+
"last_statement_date": "2017-01-28",
|
88
|
+
"payment_due": 5.0,
|
89
|
+
"payment_due_date": "2017-02-24",
|
90
|
+
"update_timestamp": "2017-02-24T17:29:24.740Z"
|
91
|
+
}
|
92
|
+
"""
|
93
|
+
|
70
94
|
|
71
95
|
@pytest.fixture(name="tmp_config")
|
72
96
|
def tmp_config_fixture(tmp_path):
|
@@ -114,15 +138,6 @@ def test_extract_transaction_simple(importer, tmp_trx):
|
|
114
138
|
assert entries[0].postings[0].units.number == D(str(tmp_trx["amount"]))
|
115
139
|
|
116
140
|
|
117
|
-
def test_extract_transaction_with_balance(importer, tmp_trx):
|
118
|
-
entries = importer._extract_transaction(
|
119
|
-
tmp_trx, "Assets:Other", [tmp_trx], invert_sign=False
|
120
|
-
)
|
121
|
-
# one entry, one balance
|
122
|
-
assert len(entries) == 2
|
123
|
-
assert entries[1].amount.number == D(str(tmp_trx["running_balance"]["amount"]))
|
124
|
-
|
125
|
-
|
126
141
|
def test_extract_transaction_invert_sign(importer, tmp_trx):
|
127
142
|
"""Show that sign inversion works"""
|
128
143
|
entries = importer._extract_transaction(
|
@@ -131,6 +146,32 @@ def test_extract_transaction_invert_sign(importer, tmp_trx):
|
|
131
146
|
assert entries[0].postings[0].units.number == -D(str(tmp_trx["amount"]))
|
132
147
|
|
133
148
|
|
149
|
+
def test_extract_balance(importer, tmp_trx):
|
150
|
+
tmp_balance = json.loads(TEST_BALANCE_SIMPLE)
|
151
|
+
|
152
|
+
entries = importer._extract_balance(tmp_balance, "Assets:Other", invert_sign=False)
|
153
|
+
|
154
|
+
assert len(entries) == 1
|
155
|
+
assert entries[-1].amount.number == D(str(tmp_balance["current"]))
|
156
|
+
assert (
|
157
|
+
entries[-1].date - timedelta(days=1)
|
158
|
+
== dateutil.parser.parse(tmp_balance["update_timestamp"]).date()
|
159
|
+
), "balance date should be one day after update_timestamp"
|
160
|
+
|
161
|
+
|
162
|
+
def test_extract_statement_balance(importer, tmp_trx):
|
163
|
+
tmp_balance = json.loads(TEST_BALANCE_OPTIONAL)
|
164
|
+
|
165
|
+
entries = importer._extract_balance(tmp_balance, "Assets:Other", invert_sign=False)
|
166
|
+
|
167
|
+
assert len(entries) == 2
|
168
|
+
assert entries[-1].amount.number == D(str(tmp_balance["last_statement_balance"]))
|
169
|
+
assert (
|
170
|
+
entries[-1].date
|
171
|
+
== dateutil.parser.parse(tmp_balance["last_statement_date"]).date()
|
172
|
+
)
|
173
|
+
|
174
|
+
|
134
175
|
@pytest.mark.parametrize("id_field", tlimp.TX_MANDATORY_ID_FIELDS)
|
135
176
|
def test_extract_transaction_has_transaction_id(importer, tmp_trx, id_field):
|
136
177
|
"""Ensure mandatory IDs are in extracted transactions."""
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/awardwalletimp/config.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/bitst/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/bitst/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/blockchain/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/blockchain/importer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/deduplication.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/mt940importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/general/priceLookup.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/netbenefits/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/netbenefits/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/nordigen/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/nordigen/importer.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/postfinance/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/postfinance/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/quickfile/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/quickfile/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/radicant/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/radicant/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/raiffeisench/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/revolut/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/revolut/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/schedule/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/schedule/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/swisscard/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/swisscard/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/transferwise/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/transferwise/importer.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/truelayer/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/viseca/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/importers/viseca/importer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/plugins/check_portfolio_sum.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools/plugins/generate_base_ccy_prices.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/src/tariochbctools.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/importers/test_awardwallet.py
RENAMED
File without changes
|
{tariochbctools-1.5.0 → tariochbctools-1.5.1}/tests/tariochbctools/importers/test_quickfile.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|