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/parser.py
src/investir/prettytable.py
src/investir/securitiesdatacache.py
src/investir/securitiesdataprovider.py
src/investir/securitydata.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/parsers/freetrade.py
src/investir/parsers/trading212.py
tests/test_cli.py
tests/test_securitiesdatacache.py
tests/test_securitiesdataprovider.py
tests/test_taxcalculator.py
tests/test_transaction.py
tests/test_trhistory.py
tests/test_utils.py