mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
8 lines
283 B
Text
8 lines
283 B
Text
py-leveldb is a thread-safe Python bindings for LevelDB. It has all features
|
|
from the LevelDB API, except for:
|
|
- Arbitrary key comparison
|
|
- Snapshots
|
|
- All iteration except for single-step forward
|
|
|
|
WWW: https://pypi.python.org/pypi/leveldb
|
|
WWW: https://github.com/rjpower/py-leveldb
|