- Add all currency pairs with an option for specific ones
- If transactions go over 8949, use SCHEDULE D-1 continuation sheet
- 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
- Package up app to a pip package
- Add
CONTRIBUTING.md
- Add
LICENSE
- 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