Updated README to include sub-commands,
Fixed a 'file not found' error running trade.py the first time with no arguments,
Made specific CATEGORY/Item lookups possible (e.g. "Metals/Gold"),
Added games internal names for items to the database,
Enabled internal-name lookups for items (e.g. 'heliostaticfurnaces'),
Fixed a bug where two names for the same thing caused ambiguity (duh!),
API changes:
TradeDB.listSearch() now also takes a val() argument,
Added a simple EMDN access module (emdn directory),
Cleaned up various __repr__ functions now I know what __repr__ is for,