python-pypdf
PDF toolkit implemented solely in Python
A PDF toolkit implemented solely in Python. It is capable of:
* extracting document information (title, author, ...),
* splitting documents page by page,
* merging documents page by page,
* cropping pages,
* merging multiple pages into a single page,
* encrypting and decrypting PDF files.
By being Pure-Python, it should run on any Python platform without any
dependencies on external libraries. It can also work entirely on StringIO
objects rather than file streams, allowing for PDF manipulation in memory. It
is therefore a useful tool for websites that manage or manipulate PDFs.
python-sparqlwrapper
SPARQL endpoint interface to Python
This is a wrapper around a SPARQL service. It helps in
creating the query URI and, possibly, convert the
result into a more manageable format.
nuauth-utils
authenticating firewall [tools for admin]
NuFW is an authenticating firewall based on netfilter's NFQUEUE target.
It allows one to write filtering rules based on user identity, in addition
to classical network criteria. Unless other solutions, NuFW uses a
strict security model and can apply different access rules to users
connected on the same host, for example.
libsleef3
SLEEF Vectorized Math Library (libraries)
SLEEF stands for SIMD Library for Evaluating Elementary Functions. It
implements vectorized versions of all C99 real floating point math functions.
It can utilize SIMD instructions of modern processors. SLEEF is designed to
fully utilize SIMD computation by reducing the use of conditional branches
and scatter/gather memory access.
num-utils
programs for dealing with numbers from the command line
The 'num-utils' are a set of programs for dealing with numbers from the
Unix command line. Much like the other Unix command line utilities like
grep, awk, sort, cut, etc. these utilities work on data from both
standard in and data from files.
dh-lisp
Debhelper to support Common Lisp related packages
This debhelper addon targets Debian package maintainers of packages
related to Common Lisp. It automates the processes of making a
package conform to the Common Lisp in Debian Manual: