wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
529 stars 75 forks source link

add docker infrastructure to build manylinux1 wheels #64

Closed wbolster closed 6 years ago

wbolster commented 6 years ago

this adds a Dockerfile that uses the quay.io/pypa/manylinux1_x86_64 base image.

it builds and installs leveldb from source, then builds plyvel wheels with leveldb embedded for various python versions.

publishing these wheels on pypi would mean that ‘pip install plyvel’ on linux will install pre-built binary packages, which should simplify installation for many users.