Ports Search

Results 1,6811,690 of 8,048 for /www/.(0.005 seconds)
www/Products.PloneLDAP-1.2 (Score: 0.056974534)
LDAP/Active Directory support for Plone
LDAP/Active Directory support for Plone
www/Products.TinyMCE-1.3.19 (Score: 0.056974534)
Adds support for TinyMCE to Plone
Adds support for TinyMCE, a platform independent web based Javascript HTML WYSIWYG editor, to Plone.
www/WebError-0.13.1 (Score: 0.056974534)
Web Error handling and exception catching
py-WebError is a python module for web error handling and exception catching.
www/WebFlash-0.1a9 (Score: 0.056974534)
Library to display flash messages in python web applications
WebFlash is a library to display "flash" messages in python web applications. These messages are usually used to provide feedback to the user (eg: you changes have been saved, your credit card number has been stolen, ...). One important characteristic they must provide is the ability to survive a redirect (ie: display the message in a page after being redirected from a form submission).
www/offline-npm-0.2.2 (Score: 0.056974534)
Offline installation with npm install
Hassle-free npm pack including all dependencies for offline installation with npm install Add offline-npm to your project to serve a npm compatible tgz file which contains all dependencies for offline installation with npm install. Additionally you can use offline-npm -n to install packages from your local npm cache directory (could be useful e.g. on travelling).
www/aiohttp-0.21.2 (Score: 0.056974534)
HTTP client/server for asyncio
HTTP client/server for Python asyncio (PEP-3156) Features: * Compression (deflate) * HTTP Basic Authenntication * Chunked Transfer Encoding * Connection Pooling * Session Cookies * Custom Request/Response classes
www/autobahn-0.14.1 (Score: 0.056974534)
WebSocket client & server library, WAMP real-time framework
Autobahn|Python is a networking library that is part of the Autobahn project and provides implementations of: * The WebSocket Protocol * The Web Application Messaging Protocol (WAMP) for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients. WebSocket allows bidirectional real-time messaging on the Web and WAMP adds asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
www/beaker-1.8.0 (Score: 0.056974534)
Session and Caching library with WSGI Middleware
Beaker is built on code from the package MyghtyUtils, originally used in the Myghty project. It implements a full set of cache functionality along with sessions that can utilize the caches. Beaker includes Cache and Session WSGI middleware to ease integration with WSGI capable frameworks, and is automatically used by Pylons. Features * Fast, robust performance * Multiple reader/single writer lock system to avoid duplicate simultaneous cache creation * Cache back-ends include dbm, file, memory, memcached, and database (Using SQLAlchemy for multiple-db vendor support) * Signed cookie's to prevent session hijacking/spoofing * Extensible Container object to support new back-ends * Cache's can be divided into namespaces (to represent templates, objects, etc.) then keyed for different copies * Create functions for automatic call-backs to create new cache copies after expiration * Fine-grained toggling of back-ends, keys, and expiration per Cache object
www/fabio-1.2.1 (Score: 0.056974534)
Zero-conf load balancing HTTP(S) router managed by Consul
A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. https://github.com/eBay/fabio
www/bjoern-1.4.3 (Score: 0.056974534)
Fast Python WSGI server
bjoern, is a fast and ultra-lightweight asynchronous HTTP/1.1 WSGI server. It uses Marc Lehmann's hight performance libev event loop and Ryan Dahl's http-parser.