Python Paste helps Python web development and web application installation by providing tools for both developers and system administrators. Among other things, Python Paste includes a variety of middleware components to develop, test, configure, and run WSGI applications.
virtualenv is a tool to create isolated Python environments. A virtual environment has its own Python libraries, and can have different versions of libraries from other environments. Using this, you can avoid version conflicts for different applications.
FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from HTTP or any other input mechanism.
WebOb is a Python HTTP request and response object, based on WSGI. It is a thorough mapping of HTTP.
A port of Python's doctest module to Javascript. Unittest Javascript with an expression/response model.
A small server that allows you to turn any HTML-producing page into an includable widget, using tags and dynamically generated Javascript.
Functional testing tool for console-based programs. Allows you to run a program and inspect its output in a controlled fashion.
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.