SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process. The distribution comes with a
standalone command-line access program (sqlite) that can be used to
administer an SQLite database and which serves as an example of how to
use the SQLite library. SQLite is not a client library used to connect to
a big database server. SQLite is the server. The SQLite library reads and
writes directly to and from the database files on disk.
with help from Aleksander Piotrowski; help & ok sturm@
cplay is a curses front-end for various audio players including
ogg123, splay, mpg123, mpg321, madplay, mikmod, xmp and sox.
WWW: http://www.tf.hut.fi/~flu/cplay/
from Victor Sahlstedt <cvss at home.se>
rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in
Python, it uses Mark Pilgrim's feed parser. It runs from cron, collects
articles from a number of feeds, and generates a static HTML page
listing the newest articles in date order. It supports per-feed
customizable update times, and uses ETags, Last-Modified, and gzip
compression to minimize network bandwidth usage.
ok sturm@.
Nicotine is a SoulSeek client written in Python, based on the PySoulSeek
project by Alexander Kanavin.
It features, among other things, a completely rewritten graphical user
interface which uses the PyGTK-2 toolkit and a less strict user request
policy.
Submitted and maintained by Michael Coulter <mjc at bitz.ca>
ok sturm@.
PyGTK allows you to write full featured GTK programs in
Python. It is targetted at GTK 2.x, and can be used in
conjunction with gnome-python to write Gnome applications.
Submitted and maintained by Michael Coulter <mjc at bitz.ca>
ok sturm@.
The Template Toolkit is a fast, powerful and extensible
template processing system. It is ideally suited to the
production and maintenance of web content and other dynamic
document systems.
ok sturm@
makefaq is a Python program that creates a Frequently Asked Questions
(FAQ) list from a specially formatted text data file. For output, it can
generate either an HTML page, a text file, or a DocBook XML file.
ok sturm@.