pySim-prog: Add mode where it can re-generate a card from CSV

Rather than just having the capability of writing to CSV, it now
has the capability to (re)write a card based on data from the CSV:

./pySim-prog.py -S csv --read-csv /tmp/sim.csv -i 901701234567890

or in batch mode (from the first line onwards):

./pySim-prog.py -S csv --read-csv /tmp/sim.csv --batch -j 1
1 file changed
tree: 1a97b04cb6d99e9686e91c7ce48e079ec4421dd1
  1. pySim/
  2. .gitignore
  3. COPYING
  4. pySim-prog.py
  5. pySim-read.py
  6. README