XML support for Django REST Framework
XML support extracted as a third party package directly from the
official Django REST Framework implementation. It requires the
defusedxml package only because it safeguards against some security
issues that were discovered.
The fcgi.py Python module handles communication with the FastCGI module of the
Apache or Stronghold web server. You can make a pyton fastcgi script very easy
with this module.
lilURL is a simple PHP/MySQL script for generating lil? URLs. It's similar
to TinyURL, Shorl, MakeAShorterLink, etc, but you can run it on your own
server. Requires PHP and MySQL. Supports mod_rewrite.
Dexterity is a system for building content types, both through-the-web and
as filesystem code. It is aimed at Plone, although this package should work
with plain Zope + CMF systems.
This package provides an queryparser, querybuilder and extra helper tools,
to parse stored queries to actual results, used in new style collections.
It includes a registry reader which reads operators, values and criteria
from the Plone registry.
Dexterity is a system for building content types, both through-the-web and
as filesystem code. It is aimed at Plone, although this package should work
with plain Zope + CMF systems.
This module implements a set of classes and functions to work with the Yahoo
Search Web Services. All results from these services are properly formatted
XML, and this package facilitates for correct parsing of these result sets.
The Pylons web framework is aimed at making webapps and large
programmatic website development in Python easy. Several key points:
* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy
to expand on
* Harness existing knowledge about Python
Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:
* The Controller is just a basic Python class, called for each
request. Customizing the response is as easy as overriding __call__
to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed
and utilizes Python for template control rather than creating its
own template syntax for "for, while, etc"
Scrapy is a high level scraping and web crawling framework for writing
spiders to crawl and parse web pages for all kinds of purposes, from
information retrieval to monitoring or testing web sites.
Twisted web is a part of the Twisted project and provides an HTTP protocol
implementation together with clients and servers
Twisted Web is available under the MIT Free Software licence.