python-epydoc
tool for documenting Python modules
Epydoc is a tool for generating API documentation for Python modules based on
their docstrings. A lightweight markup language called epytext can be used to
format docstrings and to add information about specific fields, such as
parameters and instance variables. Epydoc also understands docstrings written
in ReStructuredText, Javadoc, and plaintext.
cpufreqd
fully configurable daemon for dynamic frequency and voltage scaling
cpufreqd is meant to be a replacement of the speedstep applet you can find on
some other OS, it monitors the system status and selects the most appropriate
CPU level. It is fully configurable and easily extensible through the many
available plug-ins (more to come).
Despite its name it can be used to control also the NForce2-Atxp1 voltage
regulator and the core and memory clock for NVidia cards (see README.Debian).
python-openopt
Python module for numerical optimization
Numerical optimization framework developed in Python which provides
connections to lots of solvers with easy and unified OpenOpt
syntax. Problems which can be tackled with OpenOpt
* Linear Problem (LP)
* Mixed-Integer Linear Problem (MILP)
* Quadratic Problem (QP)
* Non-Linear Problem (NLP)
* Non-Smooth Problem (NSP)
* Non-Linear Solve Problem (NLSP)
* Least Squares Problem (LSP)
* Linear Least Squares Problem (LLSP)
* Mini-Max Problem (MMP)
* Global Problem (GLP)
proxsmtp
multi purpose SMTP Proxy
ProxSMTP is a flexible tool that allows you to reject, change or log email
based on arbitrary critera. It accepts SMTP connections and forwards the SMTP
commands and responses to another SMTP server. The 'DATA' email body is
intercepted and filtered before forwarding.
xul-ext-dom-inspector
tool for inspecting the DOM of web pages
This is a tool that allows you to inspect the DOM for web pages in
Firefox. This is of great use to people who are doing Mozilla
chrome development or web page development.
python3-sphinxext-rediraffe
Sphinx Extension to redirect files
This sphinx extension redirects non-existent pages to working pages.
Rediraffe can also check that deleted/renamed files in your git repo
are redirected.