freebsd-ports/devel/py-pymtbl/pkg-descr
Don Lewis 2426554754 New port: devel/py-pymtbl
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.
2015-04-05 21:15:52 +00:00

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