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/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/record.py
src/bittytax/report.py
src/bittytax/tax.py
src/bittytax/transactions.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/bscscan.py
src/bittytax/conv/mergers/coinbase.py
src/bittytax/conv/mergers/etherscan.py
src/bittytax/conv/mergers/hecoinfo.py
src/bittytax/conv/mergers/polygonscan.py
src/bittytax/conv/mergers/snowtrace.py
src/bittytax/conv/parsers/__init__.py
src/bittytax/conv/parsers/accointing.py
src/bittytax/conv/parsers/barclays.py
src/bittytax/conv/parsers/binance.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/blockfi.py
src/bittytax/conv/parsers/blockscout.py
src/bittytax/conv/parsers/bnktothefuture.py
src/bittytax/conv/parsers/bscscan.py
src/bittytax/conv/parsers/celsius.py
src/bittytax/conv/parsers/cexio.py
src/bittytax/conv/parsers/cgtcalculator.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/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/electrum.py
src/bittytax/conv/parsers/etherscan.py
src/bittytax/conv/parsers/exodus.py
src/bittytax/conv/parsers/ftx.py
src/bittytax/conv/parsers/gatehub.py
src/bittytax/conv/parsers/generic.py
src/bittytax/conv/parsers/gravity.py
src/bittytax/conv/parsers/handcash.py
src/bittytax/conv/parsers/hecoinfo.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/koinly.py
src/bittytax/conv/parsers/kraken.py
src/bittytax/conv/parsers/kucoin.py
src/bittytax/conv/parsers/ledgerlive.py
src/bittytax/conv/parsers/liquid.py
src/bittytax/conv/parsers/mercatox.py
src/bittytax/conv/parsers/nault.py
src/bittytax/conv/parsers/nexo.py
src/bittytax/conv/parsers/okx.py
src/bittytax/conv/parsers/paxful.py
src/bittytax/conv/parsers/poloniex.py
src/bittytax/conv/parsers/polygonscan.py
src/bittytax/conv/parsers/qtrade.py
src/bittytax/conv/parsers/qtwallet.py
src/bittytax/conv/parsers/snowtrace.py
src/bittytax/conv/parsers/staketax.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/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/ct_estimate.html
src/bittytax/templates/holdings.html
src/bittytax/templates/income.html
src/bittytax/templates/price_data.html
src/bittytax/templates/tax_full_report.html
src/bittytax/templates/tax_summary_report.html