Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dgrant/brickowl2rebrickable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrant committed Jul 23, 2014
2 parents 40f35b3 + 8355743 commit 95a1e55
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ Convert BrickOwl.com orders into a Rebrickable CSV file.

usage: brickowl2rebrickable.py [-h] API_KEY ORDER_NUM [ORDER_NUM ...]

combine_rebrickable_csv
=======================

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.

Notes
=====

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.

Contributing
============

Issue reports, feature requests, and patch requests welcome!

0 comments on commit 95a1e55

Please sign in to comment.