python-pcapy

Python interface to the libpcap packet capture library

Pcapy is a Python extension module that interfaces with the libpcap packet capture library.

python-pdftools

PDF document reading classes

pdftool is a set of classes aim for reading Portable Document Format (PDF) files and interpreting their contents

libdconf-dbus-1-dev

simple configuration storage system - D-Bus development files

node-sprintf-js

Node.js Pure JavaScript sprintf implementation

node-sprintf-js is a javascript implementation of C sprintf (3). This function composes a string with the same text that would be printed if format was used on printf, but instead of being printed, the content is stored as a string in the buffer pointed by a str argument.

python-plastex

LaTeX document processing framework in Python

plasTeX is a collection of Python frameworks that allow you to process LaTeX documents. This processing includes, but is not limited to, conversion of LaTeX documents to various document formats. Of course, it is capable of converting to HTML or XML formats such as DocBook and tBook, but it is an open framework that allows you to drive any type of rendering. This means that it could be used to drive a COM object that creates a MS Word Document.

python-ply

Lex and Yacc implementation for Python2

PLY is yet another implementation of lex and yacc for Python. Although several other parsing tools are available for Python, there are several reasons why you might want to take a look at PLY: * It's implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is extremely easy to use and provides very extensive error checking.