Charalampos Tsimpouris

Results 2 issues of Charalampos Tsimpouris

- Numerous changes to support boto.DynamoDB2, and its new method query_2 - Hash keys can now be anything and not just latin, they are packaged through hashlib - A pop...

Readme says ``` >>> # The correct Table sub-class is matched by table name: >>> table = duo.DynamoDB['my_hashkey_table'] ``` but it should really say ``` >>> # The correct Table...