RSS 96 projects tagged "Python Modules"

No download Website Updated 30 Oct 2011 Flask

Screenshot
Pop 18.73
Vit 23.86

Flask is a microframework for Python based on Werkzeug, Jinja 2, and good intentions.

Download Website Updated 10 Mar 2009 chouwa

Screenshot
Pop 14.07
Vit 39.15

Chouwa is a library that aims to ease the integration of Jinja2 into Django projects. It does this by providing equivalents of some of django's helper methods that depend on its template subsystem, as well as providing built-in globals and filters and providing a mechanism for user applications to introduce their own globals and filters.

Download No website Updated 04 Feb 2009 Lumbricidae WORM

Screenshot
Pop 23.87
Vit 1.00

Lumbricidae WORM (Widget Object Relational Mapper) is an SQLAlchemy binding for Webwidgets. SQLAlchemy presents database tables and rows as Python classes and objects. Webwidgets is a framework for writing Web applications as if they were desktop applications. WORM lets you easily map Webwidgets input fields, tables, and other widgets to database mapped classes, instances, and attributes. It requires the Argentum SQLAlchemy convenience library.

No download Website Updated 04 Apr 2013 pyratemp

Screenshot
Pop 104.96
Vit 11.58

pyratemp is probably (one of) the smallest complete template-engines for Python (with less than 500 LOC). It has a very small set of special syntax in the templates. These features reduce complexity and the probability of bugs and lead to an easy-to-use and intuitive user-interface. It uses embedded Python-expressions (in a "sandbox"), is well documented, has full Unicode-support, and produces very good error-messages, which is very useful when creating new templates.

Download Website Updated 02 Oct 2008 ipaddr.py

Screenshot
Pop 25.50
Vit 1.00

ipaddr.py is Google's library for manipulating IP addresses in Python. It supports validation, subnet operations, and summarization. It works with both IPv4 and IPv6, has a comprehensive test suite, and is one of the fastest libraries for common operations.

Download Website Updated 11 Oct 2010 Python WebDAV Library

Screenshot
Pop 41.68
Vit 1.93

Python WebDAV Library provides an object-oriented client-side WebDAV library for Python. It is based on Python's standard httplib and Greg Stein's davlib. The client supports RFCs 4918 (basic specification), 3744 (access control), and 3253 (versioning).

Download Website Updated 01 Jul 2008 Urban Mediator

Screenshot
Pop 17.78
Vit 1.00

Urban Mediator a system that makes it possible for communities to mediate local, location-based discussions, activities, and information. It uses maps to represent location-based data and has tools to process, share, and organize this information.

No download Website Updated 29 Nov 2010 txOpenID

Screenshot
Pop 25.69
Vit 1.00

txOpenID is an implementation of the OpenID Identity Provider specification, written using Twisted Web and Divmod's Nevow. It reads authentication data and user Web sessions out of a MySQL database using MySQLdb and Twisted Enterprise's adbapi layer. txOpenID currently supports version 1.1 of the OpenID specification.

No download Website Updated 24 Jun 2008 Django App Engine Utilities

Screenshot
Pop 15.39
Vit 1.42

Django technically runs on Google App Engine, but there are significant parts that do not work too well. Django App Engine Utilities is a collection of tools to replace or supplement these parts to ease the use of Django on App Engine.

No download Website Updated 24 Apr 2008 cogen

Screenshot
Pop 17.38
Vit 43.05

cogen provides coroutines and cross-platform asynchronous networking for Python. It uses enhanced generators from Python 2.5 and supports epoll, kqueue, Win32 IO completion ports, sendfile, and a WSGI server with asynchronous extensions.

Screenshot

Project Spotlight

wavsilence

A tool which splits a single WAV file into multiple wav files based on silence.

Screenshot

Project Spotlight

Pong 2613

An attempt at cloning the original Pong for the Atari 2600 in pure C++ and SDL.