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 cross platform wheels for ease of installation - Namely on Mac and Windows which do not currently have bundled leveldb libraries. (This repo was previously named plyvel-win32 as it was only for windows)

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

To install:

> py -3.9 -m pip install plyvel-wheels

Then use like you normally use plyvel:

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

Note:

There is a single failing test for windows:

  • test_open_read_only_dir

Where there is a discrepancy in the type of error message that is thrown when trying to access a db in a read-only directory. I am unsure if this is of any significance in practice.

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.

Download files

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

Source Distribution

plyvel-wheels-1.3.0.tar.gz (151.6 kB view hashes)

Uploaded Source

Built Distributions

plyvel_wheels-1.3.0-cp310-cp310-win_amd64.whl (193.1 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

plyvel_wheels-1.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (725.6 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

plyvel_wheels-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl (337.3 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

plyvel_wheels-1.3.0-cp39-cp39-win_amd64.whl (193.2 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

plyvel_wheels-1.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (724.1 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

plyvel_wheels-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl (334.1 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

plyvel_wheels-1.3.0-cp38-cp38-win_amd64.whl (193.5 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

plyvel_wheels-1.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (741.0 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

plyvel_wheels-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl (331.1 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

plyvel_wheels-1.3.0-cp37-cp37m-win_amd64.whl (190.0 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

plyvel_wheels-1.3.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (689.9 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

plyvel_wheels-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (329.7 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

plyvel_wheels-1.3.0-cp36-cp36m-win_amd64.whl (190.0 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

plyvel_wheels-1.3.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (689.6 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

plyvel_wheels-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl (329.7 kB view hashes)

Uploaded CPython 3.6m macOS 10.9+ 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