LICENSE
README.md
pyproject.toml
fbtc_taxgrinder/__init__.py
fbtc_taxgrinder/models.py
fbtc_taxgrinder.egg-info/PKG-INFO
fbtc_taxgrinder.egg-info/SOURCES.txt
fbtc_taxgrinder.egg-info/dependency_links.txt
fbtc_taxgrinder.egg-info/entry_points.txt
fbtc_taxgrinder.egg-info/requires.txt
fbtc_taxgrinder.egg-info/top_level.txt
fbtc_taxgrinder/cli/__init__.py
fbtc_taxgrinder/cli/commands.py
fbtc_taxgrinder/db/__init__.py
fbtc_taxgrinder/db/codec.py
fbtc_taxgrinder/db/lots.py
fbtc_taxgrinder/db/proceeds.py
fbtc_taxgrinder/db/results.py
fbtc_taxgrinder/db/state.py
fbtc_taxgrinder/engine/__init__.py
fbtc_taxgrinder/engine/compute.py
fbtc_taxgrinder/engine/matching.py
fbtc_taxgrinder/export/__init__.py
fbtc_taxgrinder/export/csv_export.py
fbtc_taxgrinder/parsers/__init__.py
fbtc_taxgrinder/parsers/etrade.py
fbtc_taxgrinder/parsers/fidelity_pdf.py
tests/test_cli.py
tests/test_codec.py
tests/test_compute.py
tests/test_csv_export.py
tests/test_db.py
tests/test_etrade_parser.py
tests/test_fidelity_parser.py
tests/test_matching.py
tests/test_models.py
tests/test_proration.py
tests/test_sells.py
tests/test_validation.py