XMLObject gives you an easy way to parse XML into Python objects. The objects created by XMLObject are far easier to manipulate than those made by xml.dom. This project also includes a GUI application, XMLObjApp, to generate XML parsers for you.
akaDAV is a pythonmodule to provide WebDAV (RFC 2518) capabilities
for Twisted 1.3. It enables you to quickly write your own WebDAV
server application in Python. The package also includes easy-to-use
and lightweight WebDAV server application.
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
is a natural language understanding program written in Python. It includes an English language parser, an English dictionary tagged with parts of speech and including phrasal verbs and common first names, a spelling corrector, and an indexed file module
A Pythonmodule designed to facilitate rapid application development, primarily of application interfaces, without the loss of underlying toolkit/language functionality.
Simplified object-oriented Python extension module for the ethreal's WireTap library. You can use this module to read any format of the captured file which supported by ethreal, like libpcap, tcpdump, etc.
GroupsDirectory is a simple module for Python to handle groups and items in a hierarchy. It was developed to provide a flexible user and group management to a web-application. It handles advanced memberships structures which can be used for authorization.
PySSH is a Pythonmodule for programmatically controlling ssh and scp. NOTE: This project is no longer maintained. Please consider using Paramiko (https://github.com/paramiko/paramiko) instead.
pyXLWriter is a Python library for generating Excel compatible spreadsheets. It's a port of John McNamara's Perl Spreadsheet::WriteExcel 1.0 module (see http://www.cpan.org) to Python. Requires Python 2.1+. [Project was stopped]
This Pythonmodule provides easy access to configuration file settings for control of script execution. The method is extremely flexible and powerful because of the use of python to define settings and its optional heirarchical settings organization.
A Pythonmodule that reads and writes binary files for which there is a format-description. If the module is run as a script the module will read the data from file and emit an editable Python script that, when run, will generate the data file again.
Pythonmodule for accessing RFC 2229 compliant dictionary servers. Includes classes and runs as a standalone client (a la dict) as well as a CGI script.
yapsnmp is a Python SNMP module built on top of the net-snmp (formerly known as ucd-snmp) library. It offers SNMP version 1 and 2c (v3 soon to come) as well as full MIB parsing.
Advance lightweight module messaging system - allowing unlimited modules of different languages to interact with each other by hooking and sending events.
TrustedPickle is a Pythonmodule which lets you create and sign your data files. By using public/private key techniques, this module protects your users from loading malicious data files that others might claim you created. LEGAL FOR EXPORT.
HOWTOs are small- to medium-sized documents that focus on a specific Python-related topic,
such as regular expressions, socket programming, or using the curses module.
The Care2x Project gives the possibility to include external applications independant of language (C++, Java, PHP...) additional packages as Plugin or Module. Read the "White Paper" [Docs]
A lightweight and fast implementation of Conway\'s Game of Life and related cellular automata.
It includes a pattern viewer running X Windows and
a Pythonmodule intended to help in designing complex patterns.
The pydball (dball) module wraps DB-API V2 modules and adds functionality to them. The new functionality includes Kevin Jacob's db_row module giving a developer access to fields by name or index.