tariochbctools 1.0.1__tar.gz → 1.1.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.0.1 → tariochbctools-1.1.1}/PKG-INFO +2 -2
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/bitst/importer.py +3 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/blockchain/importer.py +3 -0
- tariochbctools-1.1.1/src/tariochbctools/importers/general/deduplication.py +14 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/general/mt940importer.py +4 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/nordigen/importer.py +4 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/transferwise/importer.py +4 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/zak/importer.py +4 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/plugins/generate_base_ccy_prices.py +5 -1
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools.egg-info/PKG-INFO +2 -2
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools.egg-info/SOURCES.txt +3 -0
- tariochbctools-1.1.1/tests/tariochbctools/plugins/data/generate_base_ccy_prices/issue122_expected.beancount +3 -0
- tariochbctools-1.1.1/tests/tariochbctools/plugins/data/generate_base_ccy_prices/issue122_input.beancount +4 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/test_generate_base_ccy_prices.py +3 -1
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/.coveragerc +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/.isort.cfg +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/.pre-commit-config.yaml +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/.readthedocs.yml +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/LICENSE.txt +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/MANIFEST.in +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/README.rst +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/_static/.gitignore +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/conf.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/importers.rst +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/index.rst +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/installation.rst +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/license.rst +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/plugins.rst +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/price_fetchers.rst +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/docs/requirements.txt +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/pyproject.toml +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/setup.cfg +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/setup.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/bcge/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/bcge/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/bitst/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/blockchain/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/cembrastatement/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/cembrastatement/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/general/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/general/mailAdapterImporter.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/general/priceLookup.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/ibkr/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/ibkr/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/neon/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/neon/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/netbenefits/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/netbenefits/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/nordigen/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/nordigen/nordigen_config.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/postfinance/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/postfinance/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/quickfile/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/quickfile/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/raiffeisench/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/revolut/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/revolut/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/schedule/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/schedule/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/swisscard/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/swisscard/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/transferwise/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/truelayer/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/truelayer/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/viseca/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/viseca/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/zak/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/zkb/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/zkb/importer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/plugins/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/plugins/check_portfolio_sum.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/plugins/prices/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/plugins/prices/ibkr.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools.egg-info/dependency_links.txt +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools.egg-info/entry_points.txt +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools.egg-info/not-zip-safe +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools.egg-info/requires.txt +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools.egg-info/top_level.txt +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/conftest.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/importers/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/importers/test_quickfile.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/importers/test_truelayer.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/__init__.py +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_expected.beancount +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_input.beancount +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_expected.beancount +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_input.beancount +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/normal_expected.beancount +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/normal_input.beancount +0 -0
- {tariochbctools-1.0.1 → tariochbctools-1.1.1}/tox.ini +0 -0
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/bitst/importer.py
RENAMED
@@ -10,6 +10,7 @@ from beancount.core.number import MISSING, D
|
|
10
10
|
from dateutil.parser import parse
|
11
11
|
from dateutil.relativedelta import relativedelta
|
12
12
|
|
13
|
+
from tariochbctools.importers.general.deduplication import ReferenceDuplicatesComparator
|
13
14
|
from tariochbctools.importers.general.priceLookup import PriceLookup
|
14
15
|
|
15
16
|
|
@@ -166,3 +167,5 @@ class Importer(beangulp.Importer):
|
|
166
167
|
return data.Transaction(
|
167
168
|
meta, date, "*", "", narration, data.EMPTY_SET, data.EMPTY_SET, postings
|
168
169
|
)
|
170
|
+
|
171
|
+
cmp = ReferenceDuplicatesComparator()
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/blockchain/importer.py
RENAMED
@@ -6,6 +6,7 @@ import yaml
|
|
6
6
|
from beancount.core import amount, data
|
7
7
|
from beancount.core.number import D
|
8
8
|
|
9
|
+
from tariochbctools.importers.general.deduplication import ReferenceDuplicatesComparator
|
9
10
|
from tariochbctools.importers.general.priceLookup import PriceLookup
|
10
11
|
|
11
12
|
|
@@ -66,3 +67,5 @@ class Importer(beangulp.Importer):
|
|
66
67
|
entries.append(entry)
|
67
68
|
|
68
69
|
return entries
|
70
|
+
|
71
|
+
cmp = ReferenceDuplicatesComparator()
|
@@ -0,0 +1,14 @@
|
|
1
|
+
class ReferenceDuplicatesComparator:
|
2
|
+
def __init__(self, refs=["ref"]):
|
3
|
+
self.refs = refs
|
4
|
+
|
5
|
+
def __call__(self, entry1, entry2):
|
6
|
+
entry1Refs = set()
|
7
|
+
entry2Refs = set()
|
8
|
+
for ref in self.refs:
|
9
|
+
if ref in entry1.meta:
|
10
|
+
entry1Refs.add(entry1.meta[ref])
|
11
|
+
if ref in entry2.meta:
|
12
|
+
entry2Refs.add(entry2.meta[ref])
|
13
|
+
|
14
|
+
return entry1Refs & entry2Refs
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/general/mt940importer.py
RENAMED
@@ -6,6 +6,8 @@ import mt940
|
|
6
6
|
from beancount.core import amount, data
|
7
7
|
from beancount.core.number import D
|
8
8
|
|
9
|
+
from tariochbctools.importers.general.deduplication import ReferenceDuplicatesComparator
|
10
|
+
|
9
11
|
|
10
12
|
class Importer(beangulp.Importer):
|
11
13
|
"""An importer for MT940 files."""
|
@@ -60,6 +62,8 @@ class Importer(beangulp.Importer):
|
|
60
62
|
|
61
63
|
return entries
|
62
64
|
|
65
|
+
cmp = ReferenceDuplicatesComparator()
|
66
|
+
|
63
67
|
def prepare_payee(self, trxdata: dict[str, Any]) -> str:
|
64
68
|
return ""
|
65
69
|
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/nordigen/importer.py
RENAMED
@@ -7,6 +7,8 @@ import yaml
|
|
7
7
|
from beancount.core import amount, data
|
8
8
|
from beancount.core.number import D
|
9
9
|
|
10
|
+
from tariochbctools.importers.general.deduplication import ReferenceDuplicatesComparator
|
11
|
+
|
10
12
|
|
11
13
|
class HttpServiceException(Exception):
|
12
14
|
pass
|
@@ -105,3 +107,5 @@ class Importer(beangulp.Importer):
|
|
105
107
|
entries.append(entry)
|
106
108
|
|
107
109
|
return entries
|
110
|
+
|
111
|
+
cmp = ReferenceDuplicatesComparator(["nordref"])
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/transferwise/importer.py
RENAMED
@@ -15,6 +15,8 @@ from beancount.core import amount, data
|
|
15
15
|
from beancount.core.number import D
|
16
16
|
from dateutil.relativedelta import relativedelta
|
17
17
|
|
18
|
+
from tariochbctools.importers.general.deduplication import ReferenceDuplicatesComparator
|
19
|
+
|
18
20
|
http = urllib3.PoolManager()
|
19
21
|
|
20
22
|
|
@@ -183,3 +185,5 @@ class Importer(beangulp.Importer):
|
|
183
185
|
entries.append(entry)
|
184
186
|
|
185
187
|
return entries
|
188
|
+
|
189
|
+
cmp = ReferenceDuplicatesComparator()
|
@@ -8,6 +8,8 @@ from beancount.core import amount, data
|
|
8
8
|
from beancount.core.number import D
|
9
9
|
from dateutil.parser import parse
|
10
10
|
|
11
|
+
from tariochbctools.importers.general.deduplication import ReferenceDuplicatesComparator
|
12
|
+
|
11
13
|
|
12
14
|
class Importer(beangulp.Importer):
|
13
15
|
"""An importer for Bank Cler ZAK PDF files files."""
|
@@ -127,3 +129,5 @@ class Importer(beangulp.Importer):
|
|
127
129
|
entries.append(self.createBalanceEntry(filepath, date, saldo))
|
128
130
|
|
129
131
|
return entries
|
132
|
+
|
133
|
+
cmp = ReferenceDuplicatesComparator(["zakref"])
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/plugins/generate_base_ccy_prices.py
RENAMED
@@ -13,7 +13,11 @@ def generate(entries, options_map, baseCcy):
|
|
13
13
|
|
14
14
|
additionalEntries = []
|
15
15
|
for entry in entries:
|
16
|
-
if
|
16
|
+
if (
|
17
|
+
isinstance(entry, data.Price)
|
18
|
+
and entry.amount.currency != baseCcy
|
19
|
+
and entry.currency != baseCcy
|
20
|
+
):
|
17
21
|
fxTuple = tuple([entry.amount.currency, baseCcy])
|
18
22
|
fxRate = prices.get_price(priceMap, fxTuple, entry.date)
|
19
23
|
if fxRate[1] and not _alreadyExistingPrice(
|
@@ -36,6 +36,7 @@ src/tariochbctools/importers/blockchain/importer.py
|
|
36
36
|
src/tariochbctools/importers/cembrastatement/__init__.py
|
37
37
|
src/tariochbctools/importers/cembrastatement/importer.py
|
38
38
|
src/tariochbctools/importers/general/__init__.py
|
39
|
+
src/tariochbctools/importers/general/deduplication.py
|
39
40
|
src/tariochbctools/importers/general/mailAdapterImporter.py
|
40
41
|
src/tariochbctools/importers/general/mt940importer.py
|
41
42
|
src/tariochbctools/importers/general/priceLookup.py
|
@@ -84,6 +85,8 @@ tests/tariochbctools/plugins/__init__.py
|
|
84
85
|
tests/tariochbctools/plugins/test_generate_base_ccy_prices.py
|
85
86
|
tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_expected.beancount
|
86
87
|
tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_input.beancount
|
88
|
+
tests/tariochbctools/plugins/data/generate_base_ccy_prices/issue122_expected.beancount
|
89
|
+
tests/tariochbctools/plugins/data/generate_base_ccy_prices/issue122_input.beancount
|
87
90
|
tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_expected.beancount
|
88
91
|
tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_input.beancount
|
89
92
|
tests/tariochbctools/plugins/data/generate_base_ccy_prices/normal_expected.beancount
|
@@ -6,7 +6,9 @@ from beancount import loader
|
|
6
6
|
from beancount.parser import printer
|
7
7
|
|
8
8
|
|
9
|
-
@pytest.mark.parametrize(
|
9
|
+
@pytest.mark.parametrize(
|
10
|
+
"testCase", ["normal", "missing_fx", "entry_already_exists", "issue122"]
|
11
|
+
)
|
10
12
|
def test_data(testCase):
|
11
13
|
dataDir = os.path.join(
|
12
14
|
os.path.dirname(__file__), "data", "generate_base_ccy_prices"
|
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
|
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/bitst/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/blockchain/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/general/__init__.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.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.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/netbenefits/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/netbenefits/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/nordigen/__init__.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/postfinance/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/postfinance/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/quickfile/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/quickfile/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/raiffeisench/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/revolut/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/revolut/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/schedule/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/schedule/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/swisscard/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/swisscard/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/transferwise/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/truelayer/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/truelayer/importer.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/viseca/__init__.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/importers/viseca/importer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/src/tariochbctools/plugins/check_portfolio_sum.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.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.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/importers/test_quickfile.py
RENAMED
File without changes
|
{tariochbctools-1.0.1 → tariochbctools-1.1.1}/tests/tariochbctools/importers/test_truelayer.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
|