mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

PyPi package is outdated #55

Closed csu closed 7 years ago

csu commented 7 years ago

The PyPi package looks outdated. When I try using it with Python 3, it fails because the BotoStore.py file still tries to use from itertools import imap instead of using _compat.

mbr commented 7 years ago

@csu That is my fault, because I have not uploaded the new version yet. I'm sorry.

csu commented 7 years ago

No problem! Just thought I'd let you know the PyPi version is a bit behind. Running it off the git repo works perfectly.

criemen commented 7 years ago

There is now a new release, 0.11.0 on github, but not yet on PyPi.