Ports Search

Results 10,74110,750 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
www/albatross-1.42 (Score: 1.3121418E-4)
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: 1.3121418E-4)
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: 1.3121418E-4)
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: 1.3121418E-4)
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: 1.3121418E-4)
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: 1.3121418E-4)
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/nostromo-1.9.6 (Score: 1.3121418E-4)
Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
Nostromo aka nhttpd is a simple, fast and secure HTTP server. It runs as a single process, handling connections with select(2). For CGIs and directory listing it does fork(2). The minimum of HTTP/1.1 and CGI/1.1 are implemented. Also supported are: chroot, setuid, basic authentication, SSL, IPv6, custom responses, aliases, and virtual hosts. The access log is written in standard CLF format.
www/gunicorn-19.4.5 (Score: 1.3121418E-4)
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/meld3-0.6.8 (Score: 1.3121418E-4)
HTML/XML templating system for Python
meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another. meld3 can deal with HTML or XML/XHTML input and can output well-formed HTML or XML/XHTML. meld3 is a variation of Paul Winkler's Meld2, which is itself a variation of Richie Hindle's PyMeld.
www/html5lib-0.9999999 (Score: 1.3121418E-4)
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.