CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/BittyTax.egg-info/PKG-INFO
src/BittyTax.egg-info/SOURCES.txt
src/BittyTax.egg-info/dependency_links.txt
src/BittyTax.egg-info/entry_points.txt
src/BittyTax.egg-info/requires.txt
src/BittyTax.egg-info/top_level.txt
src/bittytax/__init__.py
src/bittytax/audit.py
src/bittytax/audit_excel.py
src/bittytax/bittytax.py
src/bittytax/bt_types.py
src/bittytax/config.py
src/bittytax/constants.py
src/bittytax/exceptions.py
src/bittytax/export_records.py
src/bittytax/holdings.py
src/bittytax/import_records.py
src/bittytax/py.typed
src/bittytax/report.py
src/bittytax/t_record.py
src/bittytax/t_row.py
src/bittytax/tax.py
src/bittytax/tax_event.py
src/bittytax/transactions.py
src/bittytax/utils.py
src/bittytax/version.py
src/bittytax/config/bittytax.conf
src/bittytax/conv/__init__.py
src/bittytax/conv/bittytax_conv.py
src/bittytax/conv/datafile.py
src/bittytax/conv/datamerge.py
src/bittytax/conv/dataparser.py
src/bittytax/conv/datarow.py
src/bittytax/conv/exceptions.py
src/bittytax/conv/out_record.py
src/bittytax/conv/output_csv.py
src/bittytax/conv/output_excel.py
src/bittytax/conv/mergers/__init__.py
src/bittytax/conv/mergers/binance.py
src/bittytax/conv/mergers/coincorner.py
src/bittytax/conv/mergers/etherscan.py
src/bittytax/conv/mergers/snowtrace.py
src/bittytax/conv/parsers/__init__.py
src/bittytax/conv/parsers/accointing.py
src/bittytax/conv/parsers/adalite.py
src/bittytax/conv/parsers/aptoscan.py
src/bittytax/conv/parsers/barclays.py
src/bittytax/conv/parsers/binance.py
src/bittytax/conv/parsers/binance_us.py
src/bittytax/conv/parsers/bitcointaxes.py
src/bittytax/conv/parsers/bitfinex.py
src/bittytax/conv/parsers/bitpanda.py
src/bittytax/conv/parsers/bitstamp.py
src/bittytax/conv/parsers/bittrex.py
src/bittytax/conv/parsers/bittylicious.py
src/bittytax/conv/parsers/blockchain.py
src/bittytax/conv/parsers/blockchainexc.py
src/bittytax/conv/parsers/blockfi.py
src/bittytax/conv/parsers/blockpit.py
src/bittytax/conv/parsers/blockscout.py
src/bittytax/conv/parsers/bnktothefuture.py
src/bittytax/conv/parsers/bybit.py
src/bittytax/conv/parsers/cashapp.py
src/bittytax/conv/parsers/celsius.py
src/bittytax/conv/parsers/cexio.py
src/bittytax/conv/parsers/cgtcalculator.py
src/bittytax/conv/parsers/changelly.py
src/bittytax/conv/parsers/changetip.py
src/bittytax/conv/parsers/circle.py
src/bittytax/conv/parsers/coinbase.py
src/bittytax/conv/parsers/coinbasepro.py
src/bittytax/conv/parsers/coincorner.py
src/bittytax/conv/parsers/coinfloor.py
src/bittytax/conv/parsers/coinlist.py
src/bittytax/conv/parsers/coinmetro.py
src/bittytax/conv/parsers/coinomi.py
src/bittytax/conv/parsers/cointracker.py
src/bittytax/conv/parsers/cointracking.py
src/bittytax/conv/parsers/cryptocom.py
src/bittytax/conv/parsers/cryptopia.py
src/bittytax/conv/parsers/cryptsy.py
src/bittytax/conv/parsers/deribit.py
src/bittytax/conv/parsers/easycrypto.py
src/bittytax/conv/parsers/electrum.py
src/bittytax/conv/parsers/eternl.py
src/bittytax/conv/parsers/etherscan.py
src/bittytax/conv/parsers/exodus.py
src/bittytax/conv/parsers/fatstx.py
src/bittytax/conv/parsers/ftx.py
src/bittytax/conv/parsers/gatehub.py
src/bittytax/conv/parsers/gateio.py
src/bittytax/conv/parsers/gemini.py
src/bittytax/conv/parsers/generic.py
src/bittytax/conv/parsers/gravity.py
src/bittytax/conv/parsers/handcash.py
src/bittytax/conv/parsers/helium.py
src/bittytax/conv/parsers/hitbtc.py
src/bittytax/conv/parsers/hotbit.py
src/bittytax/conv/parsers/ii.py
src/bittytax/conv/parsers/kinesis.py
src/bittytax/conv/parsers/koinly.py
src/bittytax/conv/parsers/kraken.py
src/bittytax/conv/parsers/kucoin.py
src/bittytax/conv/parsers/lbank.py
src/bittytax/conv/parsers/ledgerlive.py
src/bittytax/conv/parsers/liquid.py
src/bittytax/conv/parsers/mercatox.py
src/bittytax/conv/parsers/mexc.py
src/bittytax/conv/parsers/mymonero.py
src/bittytax/conv/parsers/nault.py
src/bittytax/conv/parsers/neonwallet.py
src/bittytax/conv/parsers/nexo.py
src/bittytax/conv/parsers/okx.py
src/bittytax/conv/parsers/paxful.py
src/bittytax/conv/parsers/paypal.py
src/bittytax/conv/parsers/poloniex.py
src/bittytax/conv/parsers/qtrade.py
src/bittytax/conv/parsers/qtwallet.py
src/bittytax/conv/parsers/revolut.py
src/bittytax/conv/parsers/robinhood.py
src/bittytax/conv/parsers/snowtrace.py
src/bittytax/conv/parsers/staketax.py
src/bittytax/conv/parsers/subscan.py
src/bittytax/conv/parsers/swissborg.py
src/bittytax/conv/parsers/tradeogre.py
src/bittytax/conv/parsers/tradesatoshi.py
src/bittytax/conv/parsers/trezor.py
src/bittytax/conv/parsers/trezorsuite.py
src/bittytax/conv/parsers/uphold.py
src/bittytax/conv/parsers/volt.py
src/bittytax/conv/parsers/voyager.py
src/bittytax/conv/parsers/whitebit.py
src/bittytax/conv/parsers/wirex.py
src/bittytax/conv/parsers/yoroi.py
src/bittytax/conv/parsers/zelcore.py
src/bittytax/conv/parsers/zerion.py
src/bittytax/price/__init__.py
src/bittytax/price/assetdata.py
src/bittytax/price/bittytax_price.py
src/bittytax/price/datasource.py
src/bittytax/price/exceptions.py
src/bittytax/price/pricedata.py
src/bittytax/price/valueasset.py
src/bittytax/templates/audit.html
src/bittytax/templates/audit_report.html
src/bittytax/templates/capital_gains.html
src/bittytax/templates/cgt_estimate.html
src/bittytax/templates/cgt_estimate2.html
src/bittytax/templates/cover_page.html
src/bittytax/templates/ct_estimate.html
src/bittytax/templates/header_footer.html
src/bittytax/templates/holdings.html
src/bittytax/templates/html_head.html
src/bittytax/templates/income.html
src/bittytax/templates/margin_trading.html
src/bittytax/templates/price_data.html
src/bittytax/templates/tax_full_report.html
src/bittytax/templates/tax_summary_report.html
src/bittytax/templates/css/css_legacy.html
src/bittytax/templates/css/css_styles.html
src/bittytax/templates/img/BittyTax300dpi.png
tests/test_t_row.py
tests/test_transactions.py