Provide dictionary-style object with reverse-lookup capabilities.
Project description
Provide a dictionary-style object with reverse-lookup capabilities. This integrity of the two-way mapping is maintained (must be a one-to-one) mapping. Provides extra methods for reverse look-up such as key, get_key, has_value and reversed_items.
This requires Python 2.2 or greater.