Ports Search

Results 16,48116,490 of 19,819 for %22HTTP Server%22.(0.011 seconds)
www/djangotoolbox-1.6.1 (Score: 9.2878623E-4)
Common API for running Django on non-relational/NoSQL databases
A common API for running Django on non-relational/NoSQL databases
www/dtflickr-1.5 (Score: 9.2878623E-4)
Spiffy Flickr API library using JSON
DT Flickr is a spiffy automagically built Flickr API library for Python using JSON.
www/Flask-RESTful-0.3.5 (Score: 9.2878623E-4)
Simple framework for creating REST APIs with Flask
Simple framework for creating REST APIs.
www/flup-1.0.2 (Score: 9.2878623E-4)
Random assortment of WSGI servers, middleware
This Python package is a random collection of WSGI modules written by Allan Saddi. flup is functionally divided into three components: * FlupServers * FlupMiddleware * FlupPublisher
www/html-1.16 (Score: 9.2878623E-4)
Simple, elegant HTML, XHTML and XML generation
Simple, elegant HTML, XHTML and XML generation.
www/meld-2.1.4 (Score: 9.2878623E-4)
System for manipulating HTML using a Pythonic object model
A simple, lightweight system for manipulating HTML (and XML, informally) using a Pythonic object model. Features: - Allows program logic and HTML to be completely separated - a graphical designer can design the HTML in a visual HTML editor, without needing to deal with any non-standard syntax or non-standard attribute names. - Designed with common HTML-application programming tasks in mind. - No special requirements for the HTML/XML (or just one: attribute values must be quoted) - so you can use any editor, and your HTML/XML doesn't need to be strictly valid. - Works by string substitution, rather than by decomposing and rebuilding the markup, hence has no impact on the parts of the page you don't manipulate. - Does nothing but manipulating HTML/XML, hence fits in with any other Web toolkits you're using. - Tracebacks always point to the right place - many Python/HTML mixing systems use exec or eval, making bugs hard to track down.
www/meld3-0.6.8 (Score: 9.2878623E-4)
HTML/XML templating system for Python
meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another. meld3 can deal with HTML or XML/XHTML input and can output well-formed HTML or XML/XHTML. meld3 is a variation of Paul Winkler's Meld2, which is itself a variation of Richie Hindle's PyMeld.
www/plone.dexterity-2.2.6 (Score: 9.2878623E-4)
Flexible CMF content
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.
www/py-restclient-1.3.3 (Score: 9.2878623E-4)
Python REST Client
A simple REST client for Python, inspired by the microframework (Camping, Sinatra) style of specifying actions: get, put, post, delete.
www/qpy-1.8 (Score: 9.2878623E-4)
Generating safely-quoted html text from python code
Qpy provides a convenient mechanism for generating safely-quoted html text from python code. It does this by implementing a quoted-string data type and a modification of the python compiler. (This main idea comes from Quixote's htmltext/PTL.)