RSS 500 projects tagged "Python Modules"

No download Website Updated 01 Mar 2002 SPYthon

Screenshot
Pop 24.25
Vit 1.00

SPYthon is a Gamespy and other internet game status library for Python. SPYthon is a low level foundation for people to use to create game browsers, and CGI tools to manage and get updates on game servers.

No download Website Updated 27 Feb 2002 python-mcrypt

Screenshot
Pop 14.73
Vit 1.00

Python-mcrypt is a comprehensive Python interface to the mcrypt library, which provides a uniform interface to several symmetric encryption algorithms. It is intended to have a simple interface to access encryption algorithms in ofb, cbc, cfb, ecb, and stream modes. It supports algorithms like DES, 3DES, RIJNDAEL, Twofish, IDEA, GOST, CAST-256, ARCFOUR, SERPENT, SAFER+, and more.

Download No website Updated 18 Feb 2002 pyGCache

Screenshot
Pop 42.19
Vit 2.19

GCache is a Python module that provides a generic cache class useful for speeding up any application where objects are referenced by keys. It uses object metadata to optimize hit-rates and freshness for fetches, and uses a "write-through" mechanism for writes and deletes. It can use "if-modified-since" fetches or rsync delta updates to refresh stale cached objects. GSource classes are provided for generating useful metadata from common sources (os.stat calls and MIME headers). A simple example urlCache is implemented that supports HTTP 1.1 (rfc2616) cache-control and expire headers to ensure freshness. Also included is an rfc2616 package useful for parsing HTTP 1.1 headers, and a PCache package implementing a persistant cache using a Python shelve.

No download Website Updated 15 Feb 2002 python-mhash

Screenshot
Pop 29.73
Vit 1.73

Python-mhash is a Python interface to the mhash library, which provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. The HMAC support implements the basics for message authentication, following RFC 2104.

Download Website Updated 24 Jan 2002 arrayfrombuffer

Screenshot
Pop 12.00
Vit 1.00

arrayfrombuffer allows a programmer to use Numerical Python arrays whose contents are stored in buffer objects, including memory-mapped files. Loading an array from a file is easy, requiring only a module import and a single function call. Loading the array is quick because it doesn't require any copying from one part of memory to another. Arrays created with arrayfrombuffer are also highly memory-efficient, since only the array data that you are currently using gets loaded into memory. When an array is modified, only the modified parts get written back out to disk. These arrays can also be bigger than physical memory.

Download Website Updated 07 Dec 2001 threeDS

Screenshot
Pop 36.88
Vit 1.85

threeDS is a Python module for loading and displaying 3D models in the 3DStudio Max 3DS format. It comes with view3DS, a simple 3DS model viewer written in Python.

Download No website Updated 25 Jun 2001 PyStem

Screenshot
Pop 33.70
Vit 1.00

PyStem is a fast Python module with the the Porter stemming algorithm (a process for removing the commoner morphological and inflexional endings from words in English; its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems).

Download Website Updated 11 Mar 2001 python-cschtml

Screenshot
Pop 13.27
Vit 1.78

python-cschtml is a Python binding for the CscHTML widget. CscHTML is a quite good HTML display widget built with GTK+. python-cschtml is intended to integrate well with pygtk, so that all usual GTK features can be used (signals, access to gtk parent classes, etc.).

Download Website Updated 30 Jan 2001 VeePee

Screenshot
Pop 27.46
Vit 2.02

VeePee is aimed at KDE and GNOME application developers and allows you to easily embed Python as a GUI-enabled scripting language in your application. Users benefit from a common scripting language allowing them to develop scripting skills that are re-usable with all their applications. The same VeePee script uses KDE widgets when run from a KDE application, and GNOME widgets when run from a GNOME application.

Download Website Updated 30 Jan 2001 PyNcurses

Screenshot
Pop 34.06
Vit 1.74

PyNcurses is an ncurses binding for Python that also includes bindings for libpanel, libmenu, and libform. It includes both low-level SWIG-generated interfaces to each library and a high level interface for each library writtten in Python.

Screenshot

Project Spotlight

Corn Httpclient

An HTTP client module designed simplify HTTP client operations.

Screenshot

Project Spotlight

Mutiny social network

A simple social network with some project management features.