RSS 23 projects tagged "Python Modules"

Download Website Updated 19 Mar 2007 Albatross

Screenshot
Pop 57.36
Vit 3.01

Albatross is a small and flexible toolkit for developing highly stateful Web applications. It provides browser-based sessions via automatically-generated hidden form fields, server side sessions via a session server or file-based session store, a powerful and extensible templating system which promotes separation of presentation and implementation for improved program maintainability, implicit handling for pagination of sequences and tree browsing, template macros to allow repeated HTML and special effects HTML to be defined in one location, and lookup tables to translate Python values to arbitrary template code. Applications can be deployed as either CGI programs or as mod_python module with minor changes to program mainline. Custom deployment can be achieved by developing your own Request class.

Download Website Updated 22 Nov 2002 CSV module for Python

Screenshot
Pop 39.40
Vit 1.00

python-csv implements a fast (almost the same speed as string.split) CSV reader and writer for Python. The CSV format handled is 100% compatible with Excel. An updated version of this module has been included in Python since version 2.3.

No download Website Updated 27 Nov 2005 Constrictor Mail Filter

Screenshot
Pop 11.49
Vit 1.76

Constrictor is a Python module for parsing, filtering, and delivering mail as a mail delivery agent (like Procmail). Constrictor has the ability to deliver to maildir and Unix mbox format mailboxes, as well as bounce, forward, or reject messages.

Download Website Updated 24 Sep 2008 Happy = Hadoop + Python

Screenshot
Pop 18.55
Vit 1.00

Happy is a framework for writing map-reduce programs for Hadoop using Jython. It files the sharp edges off of Hadoop and makes writing map-reduce programs a breeze.

Download Website Updated 07 Oct 2009 M2Crypto

Screenshot
Pop 121.66
Vit 6.91

M2Crypto is built from Python, OpenSSL, and SWIG. It makes accessible to the Python programmer DH, DSA, RSA, symmetric ciphers, message digests, HMACs, and SSL and S/MIME functionality.

Download No website Updated 03 Oct 2003 MP3OCD

Screenshot
Pop 18.00
Vit 1.00

MP3OCD is an MP3 categorization program written in pure Python. It differs from traditional MP3 categorization because it queries freedb.org to obtain information about a set of MP3s and automatically renames them to their appropriate names. It also sets up a set of symlinks to make burning easy.

Download Website Updated 13 Sep 2005 MayaVi

Screenshot
Pop 151.27
Vit 3.84

MayaVi is a free, cross platform, easy-to-use scientific data visualizer. It provides a powerful GUI to ease the visualization process. It is written in Python and uses the Visualization Toolkit (VTK) for the graphics. MayaVi can be scripted from other Python programs and also from the interactive Python interpreter. MayaVi includes the VTK Pipeline browser. The VTK Pipeline browser is a Python module (vtkPipeline) that enables one to view and configure the objects in the VTK pipeline graphically with a Tkinter-based GUI. The browser should work for any Python script that uses VTK. MayaVi also provides classes to pickle a VTK object and a simple class documentation browser.

Download Website Updated 01 Feb 2004 Papercut NNTP Server

Screenshot
Pop 75.79
Vit 4.54

Papercut is a multi-threaded NNTP server written in Python. Its main objective is to integrate existing Web-based message board software (Phorum is one of the supported ones) with a Usenet front-end. However, its extensibility enables developers to write their own containers for the storage of the Usenet articles (messages). That means that the code is extensible enough that you could write new containers to integrate the news server with other Web message board projects or even other ways to store the messages.

Download Website Updated 07 Oct 2011 Python Imaging Library

Screenshot
Pop 187.63
Vit 6.22

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.

Download Website Updated 05 Jun 2007 QuantLib

Screenshot
Pop 155.29
Vit 9.17

QuantLib is a cross-platform, quantitative finance C++ library for modeling, pricing, trading, and risk management in real-life. It is also wrapped as Python/Ruby/Scheme modules. Extensions for Excel, R, and Mathematica are available. Other such extensions are under consideration. QuantLib offers tools that are useful both for practical implementation and for advanced modeling. It features market conventions, yield curve models, solvers, PDEs, Monte Carlo (low-discrepancy included), exotic options, VAR, and so on.

Screenshot

Project Spotlight

Blip

A tiny Bash blog engine.

Screenshot

Project Spotlight

TkinterTreectrl

A Python wrapper for the tktreectrl widget.