coolzhao / py-leveldb

Automatically exported from code.google.com/p/py-leveldb
Other
0 stars 0 forks source link

have you considered getting this on pypi? #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be extremely convenient to be able to install this from pypi with pip.
Please consider making that possible.

and.. Thanks for the library!

Original issue reported on code.google.com by elij...@gmail.com on 11 Sep 2011 at 8:49

GoogleCodeExporter commented 9 years ago
I have, and it´s on my todo list. The issue that needs solving is linking with 
the leveldb library itself. I think there plans of creating a shared library 
for it, which would make this easy.

Any other ideas are much appreciated.

I´ll leave the issue open until then.

Original comment by arnim...@gmail.com on 11 Sep 2011 at 7:14

GoogleCodeExporter commented 9 years ago
Hmm. You could possibly try building an 'internal' version as part of the 
setup.py run. 
Gevent does this for libev (see here: 
https://bitbucket.org/denis/gevent/src/eccc15e6294e/setup.py).

That might work, since you already include the leveldb-read-only dir in the 
source tree.

Original comment by elij...@gmail.com on 27 Sep 2011 at 9:14

GoogleCodeExporter commented 9 years ago
That looks promising. I'll give it a go.

Original comment by arnim...@gmail.com on 3 Oct 2011 at 7:03

GoogleCodeExporter commented 9 years ago
A kind soul has taken this on. 

http://pypi.python.org/pypi/leveldb

Original comment by arnim...@gmail.com on 21 Nov 2012 at 5:35