RSS 40 projects tagged "BSD Revised"

Download Website Updated 01 Jul 2008 Urban Mediator

Screenshot
Pop 17.89
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.

Download Website Updated 16 Jul 2009 Hasard

Screenshot
Pop 56.87
Vit 3.19

Hasard is a pseudo-random number generator (PRNG) library. It includes multiple engines (algorithms): Park-Miller, Mersenne Twister, Linux device (/dev/urandom or /dev/random), and more. It has a simple but powerful API. For example, a PRNG seed can be generated using strong entropy (using a hardware random number generator like /dev/random on Linux). The library is written in C, and a Python binding is available. The word "hasard" is the French word for "randomness" or "chance".

Download Website Updated 01 Jun 2008 python/pg_greentrunk

Screenshot
Pop 17.15
Vit 1.41

pg_greentrunk provides fundamental components of GreenTrunk, an interface protocol (API) for using a PostgreSQL database with Python. It provides an interface for implementations to use, and provides documentation in the form of Python modules to allow immediate access to object descriptions, even when inside a Python console.

Download Website Updated 26 Jun 2008 python/pg_pqueue

Screenshot
Pop 12.29
Vit 1.42

pg_pqueue is a Python package that provides low-level PQ protocol classes for interacting with a PostgreSQL database. It supports version 3.0 of the protocol. The package also provides a basic protocol transaction class. This class keeps the state of the protocol in an interrupt safe manner, and validates the integrity of the communication as messages are received. In general, you probably will never use this package directly, unless you are writing a driver.

Download Website Updated 01 Jun 2008 python/pg_typical

Screenshot
Pop 10.86
Vit 1.00

Typical is a project that provides PostgreSQL binary type I/O routines for Python. At the core, pstruct, it provides the transformation routine. The outer layers, oidmap and stdio, it provides dictionaries that associate the PostgreSQL type oid with the transformation routine.

No download Website Updated 24 Jun 2008 Django App Engine Utilities

Screenshot
Pop 15.30
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.

Download Website Updated 10 Jun 2008 Doapfiend

Screenshot
Pop 23.11
Vit 2.03

Doapfiend is a command line client and Python library for fetching, displaying, and manipulating DOAP (Description of a Project) RDF files. Doapfiend uses rdflib with RDFAlchemy as an ORM to query and create DOAP.

Download Website Updated 14 Mar 2008 Entwine

Screenshot
Pop 11.49
Vit 1.00

Entwine is a command-line client and library written in Python using rdflib to access twine.com.

Download Website Updated 08 Mar 2008 optparse_gui

Screenshot
Pop 8.31
Vit 1.00

optparse_gui is a drop-in replacement for Python's built-in optparse. It allows the user to enter command line arguments in a dynamically generated WX-based dialog. optparse_gui generates the dialog depending on the provided optparse options: CheckBox for boolean options, ComboBox for "choice" options, TextCtrl for all other options, and an extra TextCtrl for entering non-option command line arguments. Also, the dialog contains context-sensitive help for every option.

Download Website Updated 21 Jan 2008 Pymultitool

Screenshot
Pop 11.40
Vit 1.00

Pymultitool is a Python extension that provides a high-level interface to IBM Rational ClearCase MultiSite, suitable for scripting solutions. Pymultitool links directly against ClearCase libraries, saving you from the extra processing usually encountered in scripts that interact with ClearCase MultiSite, where the creation of a multitool subprocess is required to handle a request.

Screenshot

Project Spotlight

KeePass CLI

A KeePass Command Line Interface (CLI).

Screenshot

Project Spotlight

Eric

A Python IDE written using PyQt and QScintilla.