blob: 4092e3f84d982602082fc6deaa1f12e8bea7e23b (
plain) (
blame)
1
2
3
4
5
6
|
pymtbl: Python bindings for the mtbl sorted string table library
pymtbl provides a simple Pythonic wrapper for mtbl's reader, writer,
sorter, and merger interfaces. The examples/ directory contains
scripts demonstrating each of these interfaces. The following
transcript shows the basic reader and writer interfaces:
|