Skip to content

A Visual Studio project to build leveldb python wrapper

Notifications You must be signed in to change notification settings

conner99/py-leveldb-windows

 
 

Repository files navigation

py-leveldb-windows

A Visual Studio project to build leveldb python wrapper

Usage

  1. Change the compile mode to Release X64.

  2. Modify the python path in the settings.

  3. Compile

  4. Copy ./x64/Release/leveldb.pyd to YOUR_PYTHON_ROOT/Lib/site-packages.

  5. Run python ./test-py-leveldb.py. If everything is ok, you will get hello world response and a folder named db.

About

A Visual Studio project to build leveldb python wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 89.5%
  • HTML 4.5%
  • C 2.8%
  • Shell 2.4%
  • Makefile 0.7%
  • CSS 0.1%