Ports Search

Results 1,7311,740 of 8,048 for /www/.(0.003 seconds)
www/django-formtools-1.0 (Score: 0.056974534)
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/bottle-0.12.7 (Score: 0.056974534)
Fast and simple WSGI-framework for small web-applications
Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, key/value Databases, a build-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library.
www/clientform-0.2.10 (Score: 0.056974534)
Client-side HTTP Form for Python
ClientForm is a Python module for handling HTTP forms on the client side
www/django-happenings-0.3.3 (Score: 0.056974534)
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-haystack-2.4.1 (Score: 0.056974534)
Pluggable search for Django
Haystack is modular search for Django Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be. Haystack is BSD licensed, plays nicely with third-party app without needing to modify the source and supports Solr, Whoosh and Xapian.
www/django-htmlmin-0.9.1 (Score: 0.056974534)
HTML minifier for Python
django-html is an HTML minifier for Python, with full support for HTML 5. It supports Django, Flask and many other Python web frameworks. It also provides a command line tool, that can be used for static websites or deployment scripts.
www/cssmin-0.2.0 (Score: 0.056974534)
Python port of the YUI CSS compression algorithm
A Python port of the YUI CSS compression algorithm.
www/django-json-rpc-0.6.2 (Score: 0.056974534)
Simple JSON-RPC implementation for Django
A simple JSON-RPC implementation for Django. https://github.com/samuraisam/django-json-rpc
www/jsonfield-1.0.3 (Score: 0.056974534)
Reusable JSONField model for Django to store ad-hoc data
django-jsonfield is a reusable Django field that allows you to store validated JSON in your model.
www/django-keyedcache-1.5.1 (Score: 0.056974534)
Simplified, speedy way to manage caching in Django apps
Django-keyedcache provides a simplified, speedy way to manage caching in Django apps.