Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 422 Bytes

pit-38-usd-schwab-calculator

Tool for summarizing taxes for PIT-38 given a Charles Schwab CSV file with full history of USD transactions.

Start the app

git clone https://github.com/AdamRajfer/pit-38-usd-schwab-calculator
cd pit-38-usd-schwab-calculator
docker-compose up
cd ..

For local development, run:

pip install poetry
poetry install
poetry run python app.py

demo