Ports Search

Results 15,00115,010 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.017 seconds)
www/pound-2.7 (Score: 3.7481335E-5)
Reverse proxy, load balancer and HTTP(S) frontend for web servers
The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing load among several Web-servers, and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively. Pound is distributed under the GPL -- no warranty, it's free to use, copy and give away.
www/cactus-3.0.2 (Score: 3.7481335E-5)
Static site generator for designers
Cactus is a simple but powerful static website generator using Python and the Django template system. Cactus also makes it easy to develop locally and deploy your site to S3 directly. It works great for company, portfolio, personal, support websites and blogs. To get a quick overview watch this short video tutorial: https://vimeo.com/46999791
www/albatross-1.42 (Score: 3.7481335E-5)
Python toolkit for developing highly stateful web applications
Albatross is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pain out of constructing intranet applications although you can also use Albatross for deploying publicly accessed web applications.
www/django-formtools-1.0 (Score: 3.7481335E-5)
Bootstrap forms for django
Django's "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. This code used to live in Django proper -- in django.contrib.formtools -- but was separated into a standalone package in Django 1.8 to keep the framework's core clean.
www/django-happenings-0.3.3 (Score: 3.7481335E-5)
Event calendar app for Django
A Django application for managing and displaying a calendar and its events. Features: * Repeating and non-repeating events * Events that start and end on different days * Support for cancelled events * Upcoming events and current happenings lists * AJAX support * Default CSS & Javascript to help you get started
www/django-photologue-3.5.1 (Score: 3.7481335E-5)
Powerful image management and gallery application for Django
Photologue is a reusable Django application that provides powerful image management and manipulation functionality as well as a complete photo gallery solution. Effects, include reflections and transparent watermarks. Photologue embraces the Django admin and smoothly integrates with photo thumbnails and effect previews.
www/picklefield-0.3.2 (Score: 3.7481335E-5)
Pickled object field for Django
picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects. It is incredibly useful for storing just about anything in the database (provided it is Pickle-able, of course) when there isn't a 'proper' field for the job.
www/gevent-websocket-0.9.5 (Score: 3.7481335E-5)
WebSocket library for the gevent networking library
gevent-websocket is a WebSocket library for the gevent networking library. Features include: Integration on both socket level or using an abstract interface. RPC and PubSub framework using WAMP (WebSocket Application Messaging Protocol). Easily extendible using a simple WebSocket protocol plugin API
www/gunicorn-19.4.5 (Score: 3.7481335E-5)
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/html5lib-0.9999999 (Score: 3.7481335E-5)
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.