23 projects tagged "BSD Original"
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.
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.
py-radix is an implementation of a radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes. The radix tree is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks.
pyHTTPConn is a Python module that builds upon httplib with the goal of being wrapped up in a unit test framework to allow the testing of Web applications. However, it functions just fine outside of a unit test framework and allows developers to quickly write scripts that can, for instance, login to a Web site and gather interesting information.
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.