Ports Search

Results 741750 of 8,048 for /www/.(0.003 seconds)
www/urlobject-2.4.2 (Score: 0.056974534)
Utility class for manipulating URLs
URLObject is a utility class for manipulating URLs. The latest incarnation of this library builds upon the ideas of its predecessor, but aims for a clearer API, focusing on proper method names over operator overrides. It's also being developed from the ground up in a test-driven manner, and has full Sphinx documentation.
www/user_agent-0.1.4 (Score: 0.056974534)
Generates random, valid User-Agent values
This module is for generating random, valid web navigator's configs & User-Agent HTTP headers.
www/w3lib-1.15.0 (Score: 0.056974534)
Library of web-related functions
This is a Python library of web-related functions, such as: - remove comments, or tags from HTML snippets - extract base url from HTML snippets - translate entites on HTML strings - encoding mulitpart/form-data - convert raw HTTP headers to dicts and vice-versa - construct HTTP auth header - converting HTML pages to unicode - RFC-compliant url joining - sanitize urls (like browsers do) - extract arguments from urls
www/waitress-1.0.0 (Score: 0.056974534)
Python WSGI server
Waitress, is pure Python WSGI server.
www/webassets-0.12.0 (Score: 0.056974534)
Media asset management for Python
Asset management application for Python web development. Use it to merge and compress your JavaScript and CSS files.
www/logtools-0.13d (Score: 0.056974534)
Useful tools to deal with CLF files (Common Log File format)
Tools like clfmerge, clfsplit etc to simplify working with access log files e.g. with virtual hosts.
www/DAV-1.0.7 (Score: 0.056974534)
RFC 4918 WebDAV support
This is a library for the Web Distributed Authoring and Versioning (WebDAV) extensions to HTTP. At present it supports a very small subset of client functionality. In addition, there is an executable, hdav, which can be used for command-line operation.
www/HTTP-4000.2.20 (Score: 0.056974534)
Library for client-side HTTP
The HTTP package supports client-side web programming in Haskell. It lets you set up HTTP connections, transmitting requests and processing the responses coming back, all from within the comforts of Haskell. It's dependent on the network package to operate, but other than that, the implementation is all written in Haskell. A basic API for issuing single HTTP requests + receiving responses is provided. On top of that, a session-level abstraction is also on offer (the BrowserAction monad); it taking care of handling the management of persistent connections, proxies, state (cookies) and authentication credentials required to handle multi-step interactions with a web server. The representation of the bytes flowing across is extensible via the use of a type class, letting you pick the representation of requests and responses that best fits your use. Some pre-packaged, common instances are provided for you (ByteString, String.)
www/werkzeug-0.11.11 (Score: 0.056974534)
Python utilities collection for building WSGI applications
A Python utilities collection for building WSGI applications. Werkzeug does not try to be a framework, and instead started as a simple collection of various utilities useful for building WSGI applications. It has since become one of the most advanced collections of its kind. It includes a powerful debugger, fully featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed add-on modules.
www/htmlcompressor-1.5.3 (Score: 0.056974534)
HTML/XML Compressor
Java HTML/XML Compressor is a very small, fast and easy to use library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also included.