Add python implementation of consult's rblanche
authorAlex Dehnert <adehnert@mit.edu>
Wed, 9 Oct 2013 15:03:35 +0000 (11:03 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Wed, 9 Oct 2013 15:05:17 +0000 (11:05 -0400)
commit6bef88b88bbe5724217c41c0db50977dc957b2fd
treef379b51d548f4068cad1230d2c84702087e383fe
parent27ea4c8268f6f1be0bb5496603dc1af5d033fff7
Add python implementation of consult's rblanche

This isn't complete yet, but it includes the key functionality and (for deeply
nested lists) is much faster. It also handles member lists that start with
hyphens.

Missing features include:
- auth support
- most of rblanche's options
rblanche.py [new file with mode: 0755]