Ports Search

Results 11,24111,250 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
www/django-contrib-comments-1.6.1 (Score: 7.3261835E-5)
Code formerly known as django.contrib.comments
Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
www/albatross-1.42 (Score: 7.3261835E-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: 7.3261835E-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: 7.3261835E-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: 7.3261835E-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: 7.3261835E-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: 7.3261835E-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: 7.3261835E-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: 7.3261835E-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.
www/pelican-3.6.3 (Score: 7.3261835E-5)
Static site generator written in Python
Pelican is a static site generator, written in Python. - Write your content directly with your editor of choice (vim!) in reStructuredText, Markdown, or AsciiDoc formats - Includes a simple CLI tool to (re)generate your site - Easy to interface with distributed version control systems and web hooks - Completely static output is easy to host anywhere