tariochbctools 0.30.0__tar.gz → 0.32.0__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-0.30.0/src/tariochbctools.egg-info → tariochbctools-0.32.0}/PKG-INFO +20 -2
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/importers.rst +18 -7
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bitst/importer.py +1 -1
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/blockchain/importer.py +1 -1
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/ibkr/importer.py +1 -1
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/nordigen/importer.py +1 -1
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/schedule/importer.py +1 -1
- tariochbctools-0.32.0/src/tariochbctools/importers/swisscard/importer.py +54 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/transferwise/importer.py +1 -1
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/truelayer/importer.py +1 -1
- {tariochbctools-0.30.0 → tariochbctools-0.32.0/src/tariochbctools.egg-info}/PKG-INFO +20 -2
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/SOURCES.txt +2 -0
- tariochbctools-0.32.0/tests/tariochbctools/plugins/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/.coveragerc +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/.isort.cfg +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/.pre-commit-config.yaml +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/.readthedocs.yml +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/LICENSE.txt +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/MANIFEST.in +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/README.rst +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/_static/.gitignore +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/conf.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/index.rst +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/installation.rst +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/license.rst +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/plugins.rst +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/price_fetchers.rst +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/docs/requirements.txt +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/pyproject.toml +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/setup.cfg +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/setup.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bcge/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bcge/importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bitst/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/blockchain/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/cembrastatement/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/cembrastatement/importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/general/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/general/mailAdapterImporter.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/general/mt940importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/general/priceLookup.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/ibkr/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/neon/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/neon/importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/nordigen/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/nordigen/nordigen_config.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/postfinance/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/postfinance/importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/quickfile/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/quickfile/importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/revolut/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/revolut/importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/schedule/__init__.py +0 -0
- {tariochbctools-0.30.0/src/tariochbctools/importers/transferwise → tariochbctools-0.32.0/src/tariochbctools/importers/swisscard}/__init__.py +0 -0
- {tariochbctools-0.30.0/src/tariochbctools/importers/truelayer → tariochbctools-0.32.0/src/tariochbctools/importers/transferwise}/__init__.py +0 -0
- {tariochbctools-0.30.0/src/tariochbctools/importers/viseca → tariochbctools-0.32.0/src/tariochbctools/importers/truelayer}/__init__.py +0 -0
- {tariochbctools-0.30.0/src/tariochbctools/importers/zak → tariochbctools-0.32.0/src/tariochbctools/importers/viseca}/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/viseca/importer.py +0 -0
- {tariochbctools-0.30.0/src/tariochbctools/importers/zkb → tariochbctools-0.32.0/src/tariochbctools/importers/zak}/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/zak/importer.py +0 -0
- {tariochbctools-0.30.0/src/tariochbctools/plugins/prices → tariochbctools-0.32.0/src/tariochbctools/importers/zkb}/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/zkb/importer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/plugins/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/plugins/check_portfolio_sum.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/plugins/generate_base_ccy_prices.py +0 -0
- {tariochbctools-0.30.0/tests → tariochbctools-0.32.0/src/tariochbctools/plugins/prices}/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/plugins/prices/ibkr.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/dependency_links.txt +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/entry_points.txt +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/not-zip-safe +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/requires.txt +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/top_level.txt +0 -0
- {tariochbctools-0.30.0/tests/tariochbctools → tariochbctools-0.32.0/tests}/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/conftest.py +0 -0
- {tariochbctools-0.30.0/tests/tariochbctools/importers → tariochbctools-0.32.0/tests/tariochbctools}/__init__.py +0 -0
- {tariochbctools-0.30.0/tests/tariochbctools/plugins → tariochbctools-0.32.0/tests/tariochbctools/importers}/__init__.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/importers/test_quickfile.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/importers/test_truelayer.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_expected.beancount +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/entry_already_exists_input.beancount +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_expected.beancount +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/missing_fx_input.beancount +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/normal_expected.beancount +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/plugins/data/generate_base_ccy_prices/normal_input.beancount +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/plugins/test_generate_base_ccy_prices.py +0 -0
- {tariochbctools-0.30.0 → tariochbctools-0.32.0}/tox.ini +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tariochbctools
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.32.0
|
4
4
|
Summary: Importers, plugins and price fetchers for Beancount
|
5
5
|
Home-page: https://github.com/tarioch/beancounttools/
|
6
6
|
Author: Patrick Ruckstuhl
|
@@ -18,8 +18,26 @@ Classifier: Topic :: Office/Business :: Financial :: Accounting
|
|
18
18
|
Classifier: Topic :: Office/Business :: Financial :: Investment
|
19
19
|
Classifier: License :: OSI Approved :: MIT License
|
20
20
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
21
|
-
Provides-Extra: testing
|
22
21
|
License-File: LICENSE.txt
|
22
|
+
Requires-Dist: importlib-metadata; python_version < "3.8"
|
23
|
+
Requires-Dist: beancount
|
24
|
+
Requires-Dist: bitstampclient
|
25
|
+
Requires-Dist: mt-940
|
26
|
+
Requires-Dist: pyyaml
|
27
|
+
Requires-Dist: ibflex
|
28
|
+
Requires-Dist: requests
|
29
|
+
Requires-Dist: camelot-py
|
30
|
+
Requires-Dist: opencv-python
|
31
|
+
Requires-Dist: blockcypher
|
32
|
+
Requires-Dist: imap-tools
|
33
|
+
Requires-Dist: undictify
|
34
|
+
Provides-Extra: testing
|
35
|
+
Requires-Dist: pytest; extra == "testing"
|
36
|
+
Requires-Dist: pytest-cov; extra == "testing"
|
37
|
+
Requires-Dist: pytest-mock; extra == "testing"
|
38
|
+
Requires-Dist: flake8; extra == "testing"
|
39
|
+
Requires-Dist: black; extra == "testing"
|
40
|
+
Requires-Dist: isort; extra == "testing"
|
23
41
|
|
24
42
|
.. image:: https://img.shields.io/pypi/l/tariochbctools.svg
|
25
43
|
:target: https://pypi.python.org/pypi/tariochbctools
|
@@ -9,7 +9,7 @@ Bitstamp
|
|
9
9
|
|
10
10
|
Import transactions from `Bitstamp <https://www.bitstamp.com/>`__
|
11
11
|
|
12
|
-
Create a file called bitstamp.yaml in your import location (e.g. downloads folder).
|
12
|
+
Create a file called (or ending with) bitstamp.yaml in your import location (e.g. downloads folder).
|
13
13
|
|
14
14
|
.. code-block:: yaml
|
15
15
|
|
@@ -115,7 +115,7 @@ You can then create an import config for beancount, or add Wise to your existing
|
|
115
115
|
|
116
116
|
CONFIG = [twimp.Importer()]
|
117
117
|
|
118
|
-
Create a file called transferwise.yaml in your import location (e.g. download folder).
|
118
|
+
Create a file called (or ending with) transferwise.yaml in your import location (e.g. download folder).
|
119
119
|
|
120
120
|
.. code-block:: yaml
|
121
121
|
|
@@ -149,7 +149,7 @@ You need to create a dev account and see their documentation about how to get a
|
|
149
149
|
|
150
150
|
CONFIG = [tlimp.Importer()]
|
151
151
|
|
152
|
-
Create a file called truelayer.yaml in your import location (e.g. download folder).
|
152
|
+
Create a file called (or ending with) truelayer.yaml in your import location (e.g. download folder).
|
153
153
|
|
154
154
|
.. code-block:: yaml
|
155
155
|
|
@@ -193,7 +193,7 @@ all be listed in the end.
|
|
193
193
|
|
194
194
|
CONFIG = [nordimp.Importer()]
|
195
195
|
|
196
|
-
Create a file called nordigen.yaml in your import location (e.g. download folder).
|
196
|
+
Create a file called (or ending with) nordigen.yaml in your import location (e.g. download folder).
|
197
197
|
|
198
198
|
.. code-block:: yaml
|
199
199
|
|
@@ -222,7 +222,7 @@ Interactivebrokers
|
|
222
222
|
|
223
223
|
Import dividends and buys from `Interactive Brokers <https://www.interactivebrokers.com/>`__
|
224
224
|
|
225
|
-
Create a file called ibkr.yaml in your import location (e.g. downloads folder).
|
225
|
+
Create a file called (or ending with) ibkr.yaml in your import location (e.g. downloads folder).
|
226
226
|
|
227
227
|
.. code-block:: yaml
|
228
228
|
|
@@ -260,7 +260,7 @@ Schedule
|
|
260
260
|
|
261
261
|
Generate scheduled transactions.
|
262
262
|
|
263
|
-
Define a file called schedule.yaml in your import location (e.g. downloads folder). That describes the schedule transactions. They will be added each month at the end of the month.
|
263
|
+
Define a file called (or ending with) schedule.yaml in your import location (e.g. downloads folder). That describes the schedule transactions. They will be added each month at the end of the month.
|
264
264
|
|
265
265
|
.. code-block:: yaml
|
266
266
|
|
@@ -299,7 +299,7 @@ Blockchain
|
|
299
299
|
|
300
300
|
Import transactions from Blockchain
|
301
301
|
|
302
|
-
Create a file called blockchain.yaml in your import location (e.g. downloads folder).
|
302
|
+
Create a file called (or ending with) blockchain.yaml in your import location (e.g. downloads folder).
|
303
303
|
|
304
304
|
|
305
305
|
.. code-block:: yaml
|
@@ -384,3 +384,14 @@ Import mt940 from `BCGE <https://www.bcge.ch/>`__
|
|
384
384
|
from tariochbctools.importers.bcge import importer as bcge
|
385
385
|
|
386
386
|
CONFIG = [bcge.BCGEImporter("/\d+\.mt940", "Assets:BCGE")]
|
387
|
+
|
388
|
+
Swisscard cards
|
389
|
+
---------------
|
390
|
+
|
391
|
+
Import Swisscard's `Cashback Cards <https://www.cashback-cards.ch/>` transactions from a CSV export.__
|
392
|
+
|
393
|
+
.. code-block:: python
|
394
|
+
|
395
|
+
from tariochbctools.importers.swisscard import importer as swisscard
|
396
|
+
|
397
|
+
CONFIG = [swisscard.SwisscardImporter("swisscard/.*\.csv", "Liabilities:Cashback")]
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bitst/importer.py
RENAMED
@@ -16,7 +16,7 @@ class Importer(importer.ImporterProtocol):
|
|
16
16
|
"""An importer for Bitstamp."""
|
17
17
|
|
18
18
|
def identify(self, file):
|
19
|
-
return
|
19
|
+
return path.basename(file.name).endswith("bitstamp.yaml")
|
20
20
|
|
21
21
|
def file_account(self, file):
|
22
22
|
return ""
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/blockchain/importer.py
RENAMED
@@ -13,7 +13,7 @@ class Importer(importer.ImporterProtocol):
|
|
13
13
|
"""An importer for Blockchain data."""
|
14
14
|
|
15
15
|
def identify(self, file):
|
16
|
-
return
|
16
|
+
return path.basename(file.name).endswith("blockchain.yaml")
|
17
17
|
|
18
18
|
def file_account(self, file):
|
19
19
|
return ""
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/ibkr/importer.py
RENAMED
@@ -17,7 +17,7 @@ class Importer(importer.ImporterProtocol):
|
|
17
17
|
"""An importer for Interactive Broker using the flex query service."""
|
18
18
|
|
19
19
|
def identify(self, file):
|
20
|
-
return
|
20
|
+
return path.basename(file.name).endswith("ibkr.yaml")
|
21
21
|
|
22
22
|
def file_account(self, file):
|
23
23
|
return ""
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/nordigen/importer.py
RENAMED
@@ -16,7 +16,7 @@ class Importer(importer.ImporterProtocol):
|
|
16
16
|
"""An importer for Nordigen API (e.g. for Revolut)."""
|
17
17
|
|
18
18
|
def identify(self, file):
|
19
|
-
return
|
19
|
+
return path.basename(file.name).endswith("nordigen.yaml")
|
20
20
|
|
21
21
|
def file_account(self, file):
|
22
22
|
return ""
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/schedule/importer.py
RENAMED
@@ -12,7 +12,7 @@ class Importer(importer.ImporterProtocol):
|
|
12
12
|
"""An importer for Scheduled/Recurring Transactions."""
|
13
13
|
|
14
14
|
def identify(self, file):
|
15
|
-
return
|
15
|
+
return path.basename(file.name).endswith("schedule.yaml")
|
16
16
|
|
17
17
|
def file_account(self, file):
|
18
18
|
return ""
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import csv
|
2
|
+
from io import StringIO
|
3
|
+
|
4
|
+
from beancount.core import amount, data
|
5
|
+
from beancount.core.number import D
|
6
|
+
from beancount.ingest import importer
|
7
|
+
from beancount.ingest.importers.mixins import identifier
|
8
|
+
from dateutil.parser import parse
|
9
|
+
|
10
|
+
|
11
|
+
class SwisscardImporter(identifier.IdentifyMixin, importer.ImporterProtocol):
|
12
|
+
"""An importer for Swisscard's cashback CSV files."""
|
13
|
+
|
14
|
+
def __init__(self, regexps, account):
|
15
|
+
identifier.IdentifyMixin.__init__(self, matchers=[("filename", regexps)])
|
16
|
+
self.account = account
|
17
|
+
|
18
|
+
def name(self):
|
19
|
+
return super().name() + self.account
|
20
|
+
|
21
|
+
def file_account(self, file):
|
22
|
+
return self.account
|
23
|
+
|
24
|
+
def extract(self, file, existing_entries):
|
25
|
+
entries = []
|
26
|
+
with StringIO(file.contents()) as csvfile:
|
27
|
+
reader = csv.DictReader(
|
28
|
+
csvfile,
|
29
|
+
delimiter=",",
|
30
|
+
skipinitialspace=True,
|
31
|
+
)
|
32
|
+
for row in reader:
|
33
|
+
book_date = parse(row["Transaction date"].strip(), dayfirst=True).date()
|
34
|
+
amt = amount.Amount(-D(row["Amount"]), row["Currency"])
|
35
|
+
metakv = {
|
36
|
+
"category": row["Category"],
|
37
|
+
}
|
38
|
+
meta = data.new_metadata(file.name, 0, metakv)
|
39
|
+
description = row["Description"].strip()
|
40
|
+
entry = data.Transaction(
|
41
|
+
meta,
|
42
|
+
book_date,
|
43
|
+
"*",
|
44
|
+
"",
|
45
|
+
description,
|
46
|
+
data.EMPTY_SET,
|
47
|
+
data.EMPTY_SET,
|
48
|
+
[
|
49
|
+
data.Posting(self.account, amt, None, None, None, None),
|
50
|
+
],
|
51
|
+
)
|
52
|
+
entries.append(entry)
|
53
|
+
|
54
|
+
return entries
|
@@ -21,7 +21,7 @@ class Importer(importer.ImporterProtocol):
|
|
21
21
|
"""An importer for Transferwise using the API."""
|
22
22
|
|
23
23
|
def identify(self, file):
|
24
|
-
return
|
24
|
+
return path.basename(file.name).endswith("transferwise.yaml")
|
25
25
|
|
26
26
|
def file_account(self, file):
|
27
27
|
return ""
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/truelayer/importer.py
RENAMED
@@ -52,7 +52,7 @@ class Importer(importer.ImporterProtocol):
|
|
52
52
|
raise KeyError("At least one of `account` or `accounts` must be specified")
|
53
53
|
|
54
54
|
def identify(self, file):
|
55
|
-
return
|
55
|
+
return path.basename(file.name).endswith("truelayer.yaml")
|
56
56
|
|
57
57
|
def file_account(self, file):
|
58
58
|
return ""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tariochbctools
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.32.0
|
4
4
|
Summary: Importers, plugins and price fetchers for Beancount
|
5
5
|
Home-page: https://github.com/tarioch/beancounttools/
|
6
6
|
Author: Patrick Ruckstuhl
|
@@ -18,8 +18,26 @@ Classifier: Topic :: Office/Business :: Financial :: Accounting
|
|
18
18
|
Classifier: Topic :: Office/Business :: Financial :: Investment
|
19
19
|
Classifier: License :: OSI Approved :: MIT License
|
20
20
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
21
|
-
Provides-Extra: testing
|
22
21
|
License-File: LICENSE.txt
|
22
|
+
Requires-Dist: importlib-metadata; python_version < "3.8"
|
23
|
+
Requires-Dist: beancount
|
24
|
+
Requires-Dist: bitstampclient
|
25
|
+
Requires-Dist: mt-940
|
26
|
+
Requires-Dist: pyyaml
|
27
|
+
Requires-Dist: ibflex
|
28
|
+
Requires-Dist: requests
|
29
|
+
Requires-Dist: camelot-py
|
30
|
+
Requires-Dist: opencv-python
|
31
|
+
Requires-Dist: blockcypher
|
32
|
+
Requires-Dist: imap-tools
|
33
|
+
Requires-Dist: undictify
|
34
|
+
Provides-Extra: testing
|
35
|
+
Requires-Dist: pytest; extra == "testing"
|
36
|
+
Requires-Dist: pytest-cov; extra == "testing"
|
37
|
+
Requires-Dist: pytest-mock; extra == "testing"
|
38
|
+
Requires-Dist: flake8; extra == "testing"
|
39
|
+
Requires-Dist: black; extra == "testing"
|
40
|
+
Requires-Dist: isort; extra == "testing"
|
23
41
|
|
24
42
|
.. image:: https://img.shields.io/pypi/l/tariochbctools.svg
|
25
43
|
:target: https://pypi.python.org/pypi/tariochbctools
|
@@ -54,6 +54,8 @@ src/tariochbctools/importers/revolut/__init__.py
|
|
54
54
|
src/tariochbctools/importers/revolut/importer.py
|
55
55
|
src/tariochbctools/importers/schedule/__init__.py
|
56
56
|
src/tariochbctools/importers/schedule/importer.py
|
57
|
+
src/tariochbctools/importers/swisscard/__init__.py
|
58
|
+
src/tariochbctools/importers/swisscard/importer.py
|
57
59
|
src/tariochbctools/importers/transferwise/__init__.py
|
58
60
|
src/tariochbctools/importers/transferwise/importer.py
|
59
61
|
src/tariochbctools/importers/truelayer/__init__.py
|
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-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bcge/__init__.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bcge/importer.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/bitst/__init__.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/blockchain/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/general/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/general/priceLookup.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/ibkr/__init__.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/neon/__init__.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/neon/importer.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/nordigen/__init__.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/postfinance/__init__.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/postfinance/importer.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/quickfile/__init__.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/quickfile/importer.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/revolut/__init__.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/revolut/importer.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/schedule/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/viseca/importer.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/zak/importer.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/importers/zkb/importer.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools/plugins/check_portfolio_sum.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-0.30.0/tests → tariochbctools-0.32.0/src/tariochbctools/plugins/prices}/__init__.py
RENAMED
File without changes
|
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/dependency_links.txt
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/src/tariochbctools.egg-info/entry_points.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
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/tests/tariochbctools/importers/test_quickfile.py
RENAMED
File without changes
|
{tariochbctools-0.30.0 → tariochbctools-0.32.0}/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
|