Ports Search

Results 741750 of 8,048 for www%3Atrac.(0.004 seconds)
www/sockjs-tornado-1.0.3 (Score: 0.020137845)
SockJS python server implementation on top of Tornado framework
SockJS-tornado is a Python server side counterpart of SockJS-client browser library running on top of Tornado framework.
www/splinter-0.7.4 (Score: 0.020137845)
Browser abstraction for web acceptance testing
Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items.
www/urlobject-2.4.2 (Score: 0.020137845)
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.020137845)
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.020137845)
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.020137845)
Python WSGI server
Waitress, is pure Python WSGI server.
www/webassets-0.12.0 (Score: 0.020137845)
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.020137845)
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.020137845)
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.020137845)
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.)