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. Differential Revision: https://reviews.freebsd.org/D2220 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
8 lines
362 B
Text
8 lines
362 B
Text
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:
|
|
|
|
WWW: https://github.com/farsightsec/pymtbl
|