Ports Search

Results 1,8211,830 of 8,048 for www%3Atrac.(0.004 seconds)
www/graphite-api-1.1.2 (Score: 0.020137845)
Graphite-web, without the interface - just the rendering HTTP API
Graphite-API This is a minimalistic API server that replicates the behavior of Graphite-web, pruned and simplified as much code as possible while keeping the basic functionality.
www/graphite-web-0.9.15 (Score: 0.020137845)
Enterprise scalable realtime graphing platform
Graphite provides real-time visualization and storage of numeric time-series data on an enterprise level.
www/grequests-0.3.0 (Score: 0.020137845)
Requests with Gevent to make asyncronous HTTP requests
GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily.
www/gunicorn-19.4.5 (Score: 0.020137845)
WSGI HTTP Server for UNIX
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.
www/html-1.16 (Score: 0.020137845)
Simple, elegant HTML, XHTML and XML generation
Simple, elegant HTML, XHTML and XML generation.
www/mechanize-0.2.5 (Score: 0.020137845)
Stateful programmatic web browsing in Python
Stateful programmatic web browsing in Python, after Andy Lester's Perl module
www/mt-1.0 (Score: 0.020137845)
Python module which provides Movable Type XML-RPC connectivity
PyMT is a simple Python module which allows you to easily connect to a Movable Type weblog, using it's built in XML-RPC API. PyMT is capable of handling every MT call available. This interface allows you to access most of the core functionality of Movable Type, including the ability to view, post, delete and edit weblog entries, fetch user information, apply categories to your posts and get information about trackback pings. Every XML-RPC method is accessed using a PyMT method with exactly the same name. PyMT is basically just a light wrapper, which hides the xml-rpc part of the work.
www/html5lib-0.9999999 (Score: 0.020137845)
Python based HTML parser based on the HTML5 spec
HTML parser designed to follow the WHATWG HTML5 specification. The parser is designed to handle all flavours of HTML and parses invalid documents using well-defined error handling rules compatible with the behaviour of major desktop web browsers. Output is to a tree structure; the current release supports output to a custom tree similar to DOM and to ElementTree.
www/httplib2-0.9.2 (Score: 0.020137845)
Comprehensive HTTP client library
A comprehensive HTTP client library, httplib2.py supports many features left out of other HTTP libraries.
www/hyper-0.5.0 (Score: 0.020137845)
HTTP/2 Client for Python
HTTP is changing under our feet. HTTP/1.1, our old friend, is being supplemented by the brand new HTTP/2 standard. HTTP/2 provides many benefits: improved speed, lower bandwidth usage, better connection management, and more. hyper supports the final draft of the HTTP/2 specification: additionally, it provides support for drafts 14, 15, and 16 of the HTTP/2 specification. It also supports the final draft of the HPACK specification