python-dpkt
Python 2 packet creation / parsing module for basic TCP/IP protocols
Python module for fast, simple packet creation / parsing, with support for
basic protocols often related to TCP/IP protocols. This includes (but is not
limited to):
- ethernet
- HTTP
- ICMP
- UDP
- TCP/IP (v4 and v6)
- BGP
- radius
- ssl
and many other protocols as well as support for parsing pcap files.
flake
Alternative encoder for the Free Lossless Audio Codec
The purpose of Flake is to be an alternative to the
FLAC reference encoder with the goal of increasing
encoding speed and implementing experimental features.
resample
Resamples a sound file using a FIR filter
The resample program "resamples" a soundfile to change its sampling
rate. For example, it can be used to convert the sampling rate from
48 kHz (used by DAT machines) to 44.1 kHz (the standard sampling rate
for Compact Discs).
harminv
extraction of complex frequencies and amplitudes from time series
Harminv is a free program to solve the problem of harmonic inversion, given
a discrete-time, finite-length signal that consists of a sum of finitely-many
sinusoids (possibly exponentially decaying) in a given bandwidth, it
determines the frequencies, decay constants, amplitudes, and phases of those
sinusoids.
rest2web
web site builder using ReStructured Text as basic content format
rest2web is a simple tool that lets you build your website from a single
template (or as many as you want), and keep the contents in ReStructured Text
(docutils; you can still keep pages in HTML if needed). The prefix "rest"
does not in any way allude to the concept of "representational state
transfer."
python-meld3
HTML/XML templating system for Python
meld3 is an HTML/XML templating system for Python 2.3+ which keeps
template markup and dynamic rendering logic separate from one
another. meld3 can deal with HTML or XML/XHTML input and can output
well-formed HTML or XML/XHTML.