Links:
OpenRelease OpenRelease automates the packaging, release and announcement of Open Source software. The pack class creates packages, which are defined by packer classes, manages versioning, and brings up your notes and changelog in an editor. optcomplete optcomplete aims at providing almost automatically shell completion for any Python program that already uses the optparse module. optparse_gui 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. Parsing.py Parser Generator The Parsing module is a pure-Python module that implements an LR parser generator, as well as CFSM and GLR parser drivers. pbs_python The pbs_python package is a wrapper class for the Torque Batcj System C library. PDSImage Read single-band NASA PDS (Planetary Data System) Image files in Python. Query header information and extract binary image data in a format suitable for PIL (Python Imaging Library). Works for Pathfinder and Mars Exploration Rover images, maybe others. PeepDB PeepDB is a Python module for working with PDB files. The goal is to create an interface for working with PalmOS databases (PDB files). Pexpect Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pypect works like Don Libes' Expect. Use Pypect when you want to control another application. It allows you to start a child application and have your script control it as if a human were typing commands. pg_typical pg_typical provides routines for serializing and parsing many PostgreSQL types. This is primarily of interest to client developers that wish to convert binary PostgreSQL objects off of the wire into Python objects and back. PgSQL PgSQL is a Python DB-API 2.0 compliant interface to a PostgreSQL (v7.x and later) database. Pivy Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications. PoPy PoPy is a Python driver for PostgreSQL 7.x. powernap Powernap is a small Python extension for accurate sleeping. Python's time.sleep() function is fairly inaccurate. It is definitely not accurate enough for music, games, or graphics. It can sleep too long or too short, and usually does. Using Linux's real-time clock (RTC) allows for more accurate timing. ppgplot ppgplot is a python module (extension) providing bindings to the PGPLOT graphics library. PGPLOT is a scientific visualization (graphics) library written in Fortran. Psyco Psyco is a Python extension module which can massively speed up the execution of any Python code. PTML PTML is a Python module which lets you embed Python code in text documents. PTOMMI Python Toolkit for Online MP3 Management and Interaction: provides components for building CGI apps to manage MP3 files on a remote server. Two apps are also included: an MP3 playlist manager and an ID3 tag editor py-radix py-radix is an implementation of a radix tree for Python, which supports storage and lookups of IPv4 and IPv6 networks. This is a Python equivalent to Dave Plonka's Perl Net::Patricia. Py-TOC Py-TOC is a Python module that allows you to design and program automated entities--often referred to as "bots"--that participate on the AOL Instant Messenger network. pyAda pyAda enables programmers to write Python extensions in Ada 95 or extend Ada 95 programs with a Python interpreter. pyaeso The pyaeso Python package makes access to the Alberta Electric System Operator's (AESO) Energy Trading System (ETS) easier. PyAllegro PyAllegro provides Python bindings to Allegro Game Programming Library. pyao pyao is an object-oriented Python binding for the ao library. PyAsync PyAsync is a simple, asynchronous, dns caching TCP Server class, based on select() calls. PyBSDDB PyBSDDB is an extension module for Python that wraps the BerkeleyDB from Sleepycat Software. This project will be used to help unify the various implementations and to continue enhancing the module as new features are released from Sleepycat. PyCHM PyCHM is a set of Python bindings for Jed Wing's chmlib. These bindings are used by GnoCHM, a CHM file viewer for GNOME 2. PyCipher PyCipher is a Python module that implements several well?known classical cipher algorithms; namely: Atbash, Autokey, Beaufort, Caesar, Vernam (a.k.a. one?time pad), and Vigenère. pyclamav pyClamAV is a python binding to libclamav written in C. By using pyClamAV, you can add virus detection capabilities to your python software in an efficient and easy way. Pycleartool Pycleartool is a Python extension that provides a high-level interface to IBM Rational ClearCase, suitable for scripting solutions. Pycleartool links directly against ClearCase libraries, preventing you from extra-processing usually encountered in scripts that interact with ClearCase, where the creation of a cleartool subprocess is required to handle a ClearCase request. PyCLIPS PyCLIPS is an extension module that embeds full CLIPS functionality in Python applications. This means that you can provide Python with a strong, reliable, widely used and well documented inference engine. pycrack pycrack is a simple python extension module for interfacing with cracklib. Cracklib is a library which protects against weak passwords by checking, for example, that they are not too short or easily guessable by dictionary attacks. pycups pycups is a set of Python bindings for the CUPS API. PycURL PycURL is a Python module interface to the cURL library. PycURL can be used to fetch documents identified by a URI from within a Python program. PyDaF PyDaF stands for Python Data Flows. It is an experimental Python package that implements data-driven processing pipelines, which revolve around two major elements: data units, which encapsulate a type, a set of tags and actual data, and processors (fragments of code that get executed whenever the job's current data pool contains data units matching the processor's input specification). pydiction pydiction is a special dictionary file of Python modules for use with vim's completion feature. Pdiction.py is a program that generates the pydiction file and you can use it to add your project's own modules to it. pyemf pyemf is a pure python module that provides bindings for an ECMA-234 compliant vector graphics library. ECMA-234 is the published interface for the Windows GDI used in the Microsoft windows environment and, more importantly, natively supported by the OpenOffice suite of tools. pyenca pyenca is a Python intefrace to libenca (the Extremely Naive Charset Analyser library, a library for detection of encoding of East- and Central European texts). PyFileMaker PyFileMaker is a set of Python modules that makes it easy to access and modify data stored in a FileMaker Pro database. You can use it to query a FileMaker database, but you can also use it to add data to a FileMaker Pro database. PyG3T PyG3T (Python gettext Translation Toolkit) is a very useful suite of python based command line tools for gettext translators. pygame pygame is a set of Python extension modules designed for writing games. The core of pygame is wrapped on top of the SDL library. PyGtkMoz PyGtkMoz is bindings for GtkEmbedMozilla. Features easy integration with PyGtk, and uses the same methodology for the widget portion. PyH PyH allows you to simply generate HTML pages from within your python code in an object-oriented fashion. PyICU PyICU is a Python extension wrapping IBM's International Components for Unicode C++ library (ICU), generated using SWIG. pyisbn pyisbn is a module for working with various book identification numbers. It includes functions for conversion, verification, and generation of checksums. It also includes basic classes for representing ISBNs as objects. PyJack PyJack is a Python C extension module which provides an interface to the Jack Audio Server. It is possible to access the Jack graph to perform port connections/disconnections, monitor graph change events, and to perform realtime audio capture and playback using Numeric Python arrays. PyKCS11 PyKCS11 is a Python module that let you access to almost all PKCS#11 functions and data types using any PKCS#11 compliant library, such as the various DLLs supplied by smartcard vendors. PyKstat PyKstat is a Python interface to the Solaris kstat(3k) API. pylibacl pylibacl is a module for manipulating POSIX.1e ACLs. pymad pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. It provides a high-level API which makes reading from MPEG audio streams a piece of cake. pymetar pymetar provides easy access to NOAA's METAR weather reports.
Prev 50 Next 50