WebService::Simple is a simple class to interact with web services.
It's basically an LWP::UserAgent that remembers recurring api URLs and
parameters, plus sugar to parse the results.
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 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.
Less is a CSS pre-processor, that it extends the CSS language,
adding features that allow variables, mixins, functions and
many other techniques that allow you to make CSS that is more
maintainable, themable and extendable.