LICENSE
README.md
pyproject.toml
src/investir/__init__.py
src/investir/cli.py
src/investir/config.py
src/investir/const.py
src/investir/exceptions.py
src/investir/logging.py
src/investir/prettytable.py
src/investir/taxcalculator.py
src/investir/transaction.py
src/investir/trhistory.py
src/investir/typing.py
src/investir/utils.py
src/investir.egg-info/PKG-INFO
src/investir.egg-info/SOURCES.txt
src/investir.egg-info/dependency_links.txt
src/investir.egg-info/entry_points.txt
src/investir.egg-info/requires.txt
src/investir.egg-info/top_level.txt
src/investir/findata/__init__.py
src/investir/findata/dataprovider.py
src/investir/findata/financialdata.py
src/investir/findata/types.py
src/investir/parser/__init__.py
src/investir/parser/factory.py
src/investir/parser/freetrade.py
src/investir/parser/trading212.py
src/investir/parser/types.py
tests/test_cli.py
tests/test_taxcalculator.py
tests/test_transaction.py
tests/test_trhistory.py
tests/test_utils.py