Vastly improved the pokedex import/export UI.
authorEevee <git@veekun.com>
Wed, 19 Aug 2009 01:02:53 +0000 (18:02 -0700)
committerEevee <git@veekun.com>
Wed, 19 Aug 2009 01:02:53 +0000 (18:02 -0700)
commit6af0c42ed6234d8db295b8bf3811fbacac75dbc6
tree2479574ab09914fd56f7f70824332a02cbdd7825
parent14ac0c55489ad42f1cfac3a254ab0e4778c00a35
Vastly improved the pokedex import/export UI.

csvimport is now load; csvexport is now dump.

Both take an optional -e switch to specify an engine, but will happily
use a default SQLite database in the pokedex package directory.

Additionally, the CSV directory is now controlled by the optional -d
switch, and defaults to Doing The Right Thing.

So `pokedex load` now does exactly what you'd expect: loads the data
from the right files into a consistently-located database.
pokedex/__init__.py
pokedex/db/__init__.py
pokedex/db/load.py [new file with mode: 0644]