Skip to main content

Plyvel, a fast and feature-rich Python interface to LevelDB

Project description

https://travis-ci.org/wbolster/plyvel.svg?branch=master

Why does this fork exist?

The sole reason for this fork existing is to provide win32 python wheels for ease of installation.

In other words, I am compiling the C++ leveldb -> x86 and x86-64 binaries + doing the cython build and wheel creation so that you don’t have to. I have no intention whatsoever of doing any development work on plyvel beyond this - please continue to use the main repository for all other purposes.

To install:

> py -3.7-32 -m pip install plyvel-win32
> py -3.7 -m pip install plyvel-win32
> py -3.8-32 -m pip install plyvel-win32
> py -3.8 -m pip install plyvel-win32

Then use like you normally use plyvel:

import plyvel
db = plyvel.DB('/tmp/testdb/', create_if_missing=True)

Plyvel

Plyvel is a fast and feature-rich Python interface to LevelDB.

Plyvel has a rich feature set, high performance, and a friendly Pythonic API. See the documentation and project page for more information:

Note that using a released version is recommended over a checkout from version control. See the installation docs for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

plyvel_win32-1.3.0-cp39-cp39-win_amd64.whl (197.6 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

plyvel_win32-1.3.0-cp38-cp38-win_amd64.whl (198.0 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

plyvel_win32-1.3.0-cp37-cp37m-win_amd64.whl (194.3 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page