RSS 187 projects tagged "Python Modules"

Download Website Updated 23 May 2002 Biggles

Screenshot
Pop 71.13
Vit 2.38

Biggles is a Python module for the creation of publication-quality 2D scientific plots. Its features include an elegant, high-level interface, a simple TeX interpreter, and postscript, png, gif, svg, and x11 output formats.

Download Website Updated 11 Dec 2006 Boa Constructor

Screenshot
Pop 188.45
Vit 3.71

Boa Constructor is a cross-platform RAD GUI-building IDE. It offers visual frame creation and manipulation, an object inspector, a debugger, integrated help, and many views on the source, including inheritance hierarchies, object methods and properties, and HTML generated from documentation strings. It is written in Python and uses the wxPython toolkit which wraps wxWindows.

Download No website Updated 18 Feb 2002 pyGCache

Screenshot
Pop 41.90
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 19 Mar 2013 getmail

Screenshot
Pop 555.35
Vit 82.29

getmail is intended as a simple, secure, and reliable replacement for fetchmail. It retrieves email (either all messages, or only unread messages) from one or more POP3, SPDS, or IMAP4 servers (with or without SSL) for one or more email accounts, and reliably delivers into qmail-style Maildirs, mboxrd files, or through external MDAs (command deliveries) specified on a per-account basis. getmail also has excellent support for domain (multidrop) mailboxes, including delivering messages to different users or destinations based on the envelope recipient address.

Download Website Updated 12 May 2000 PyGSS

Screenshot
Pop 14.18
Vit 69.17

PyGSS is a Python wrapper interface over MIT's Kerberos V5 GSS-API mechanism.

Download Website Updated 22 Sep 2004 pypvm

Screenshot
Pop 24.62
Vit 2.81

Pypvm is a Python module which allows interaction with the Parallel Virtual Machine (PVM) package. PVM allows a collection of computers connected by a network to serve as a single parallel computer. This package allows Python programs to do almost anything that is possible for Fortran or C programs, including starting and stopping other programs, sending them messages, and accessing cluster-wide data stores.

No download Website Updated 30 Jan 2001 PySablot

Screenshot
Pop 23.37
Vit 1.00

PySablot is a set of Python bindings for the XSLT engine Sablotron. PySablot provides a very easy-to-use API for transforming XML documents using XSLT.

Download Website Updated 11 Mar 2001 python-cschtml

Screenshot
Pop 13.19
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 17 Jan 2010 python-fchksum

Screenshot
Pop 59.77
Vit 3.62

python-fchksum is a module used to find checksums of files (or stdin). It supports md5, crc32, cksum, bsd-style sum, and sysv-style sum. The advantage of using fchksum over the Python md5 and zlib(.crc32) modules is both ease of use and speed. You only need to tell it the filename, and the work is done by C code.

Download Website Updated 09 Apr 2010 Python-LZO

Screenshot
Pop 59.20
Vit 3.73

Python-LZO provides Python bindings for the LZO data compression library. You can access the LZO library from your Python scripts thereby compressing ordinary Python strings. LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and *very* fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed.

Screenshot

Project Spotlight

dhcpy6d

A DHCPv6 server.

Screenshot

Project Spotlight

Horde Application Framework

A PHP application framework.