Convert BrickOwl.com orders into a Rebrickable CSV file.
usage: brickowl2rebrickable.py [-h] API_KEY ORDER_NUM [ORDER_NUM ...]
Combine multiple Rebrickable CSV files into one:
usage: combine_rebrickable_csv.py file1.csv file2.csv file3.csv
Combined file is created as "combined.csv". I can add a command-line option to change this.
I went a little overboard on testing here as I was using this project as an opportunity to learn how to use the Python mock library.
Issue reports, feature requests, and patch requests welcome!