A TextMap module for Python.
The TextMap class can be used to emulate oldfashioned computer screens. It will have methods like writexy(x,y,text),
input = readxy(x,y,text), clear(), scroll(x,y),
change(coloroptions), settext(text), input = gettext()
Crawdad generates HTML from a DOM-like, in-memory tree. Python programs build trees by adding nodes that represent tagged elements. Crawdad can generate static HTML pages or dynamic HTML pages responding to CGI requests.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
reStructuredText defines & implement a markup syntax for use in Python docstrings and other documentation domains, that is readable & simple, yet powerful. Project inactive. Development taken over by Docutils, http://docutils.sourceforge.net/.
A modular system for extracting and converting Python docstrings into useful structured formats like HTML, XML, and TeX.
Project inactive. Development taken over by Docutils, http://docutils.sourceforge.net/.
A collection of portfolio management components. Sharpe Model for selection of an initial portfolio is already implemented. A genetic algorithms package, also written in java, is used for the search of the best portfolio variants.
Language-independent interfaces like DOM, SAX and XSLT are not particularly "Pythonic". Several tools are contained in this
"XML2Python Interfaces" project that provide more natural ways of translating between XML and Python objects.
A lib of Python scripts to extract exif info from digital camera-generated jpegs and provide them in a human-readable format suitable for use in some kind of html photo album generator, or somesuch.
Find out where your website visitors are from: generates statistics on hits per top level domain (e.g. .com, .org, .uk, .se, .fr). Currently works with apache log format, but can easily be extended to understand other formats. Written in vanilla Python.
Originally written by Paul Vixie in 1986 and distributed through mod.sources, "display" is a program which will repeatedly execute a command and display the output through curses. The purpose of this project is to maintain and extend display.
Creates really cool and useful hypermaps from SQL database schema, consists of a small PL/SQL metadata extractor and a Python (or C) postprocessor file.
The Domain User Administration System (DUAS) provides a convenient way for system administrators to efficiently manage users and groups on many machines.
PySDL is a set of bindings for the SDL library, and relevant companion libraries. It is now unmaintained - the recommended active fork is the pygame project at pygame.seul.org.
MudMaker is a multi-user dungeon (MUD) game engine written in Python.
It has some loose influences from diku MUD and derivatives. But while diku et al are combat-battle oriented, mudmaker is more social and quest oriented.