Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 906 Bytes

TODO.md

File metadata and controls

30 lines (22 loc) · 906 Bytes

TODO

Hard

  • Add all currency pairs with an option for specific ones
  • If transactions go over 8949, use SCHEDULE D-1 continuation sheet

Moderate

  • Add Gemini
  • Add Poloniex
  • Add Bittrex - currently uses a csv file, seems possible with the api
  • Python3 compatibility
  • Option to choose between FIFO, LIFO, average cost

Easy

  • Package up app to a pip package
  • Add CONTRIBUTING.md
  • Add LICENSE

Done

  • Convert credentials to yaml
  • Make the app os agnostic - particularly with paths
  • Put all output files in an output directory
  • Structure coinbase and gdax into exchanges package (if necessary)
  • Structure 8949 and turbotax into formats package (if necessary)
  • Structure stock pdfs into forms package