HTTP server class that allows you to easily implement HTTP servers by supplying
callbacks. The base class will parse the request, call the appropriate callback
and build a repsonse based on an array that the callbacks have to return.
Services_GeoNames is a PHP5 interface to the various webservices
offered by the GeoNames project.
The GeoNames database contains over 8,000,000 geographical names
corresponding to over 6,500,000 unique features. All features are
categorized into one out of nine feature classes and further
subcategorized into one out of 645 feature codes. Beyond names of
places in various languages, data stored include latitude, longitude,
elevation, population, administrative subdivision and postal codes.
All coordinates use the WGS84 system (World Geodetic System 1984).
Those data are accessible free of charge through a number of Web
services and a daily database export. The Web services include
direct and reverse geocoding,finding places through postal codes,
finding places next to a given place, and finding Wikipedia articles
about neighbouring places.
MechanicalSoup is a Python library for automating interaction with
websites. It automatically stores and sends cookies, follows redirects,
and can follow links and submit forms. Javascript is not supported at
the Moment.
A Python package to parse and build CSS Cascading Style Sheets. Partly implement
the DOM Level 2 CSS interfaces. Additional some cssutils only convenience and
(hopefully) more pythonic methods are integrated.
Tenjin is a very fast and full-featured template engine. You can embed
Python statements and expressions into your template file.
Tenjin converts it into Python script and evaluate it.
The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
django-html is an HTML minifier for Python, with full support for HTML 5.
It supports Django, Flask and many other Python web frameworks. It also
provides a command line tool, that can be used for static websites or
deployment scripts.
Django Markdownx is a Markdown editor built for Django. It enables raw
editing, live preview and image uploads (stored locally in MEDIA folder) with
drag&drop functionality and auto tag insertion. Also, django-markdownx
supports multiple editors on one page.
Mezzanine is a content management platform built using the Django framework. It
resembles tools like Wordpress, with an intuitive interface for managing pages,
blog posts, form data, store products, or any other type of content you can
imagine.
KWebKitPart is a web browser component for KDE SC (KPart). You can use
it for example for browsing the web in Konqueror.
KWebKitPart is still in early development and thus not guaranteed to
be in production quality yet.