Ports Search

Results 471480 of 8,048 for /www/.(0.002 seconds)
www/photo_gallery-1.5 (Score: 0.06881846)
Simple web based photo gallery
Project, event or category(whatever you call) base photo gallery with admin and frontend screen. Automatic thumbnail generation. -Bob Bomar <bob@bomar.us>
www/django-allauth-0.25.2 (Score: 0.06881846)
User registration with social account authentication
django-allauth is a reusable Django app that allows for both local and social authentication, with flows that just work.
www/Tenjin-1.1.1 (Score: 0.06881846)
Fast and full-featured template engine based on embedded Python
Tenjin is a very fast and full-featured template engine. You can embed Python statements and expressions into your template file. Tenjin converts it into Python script and evaluate it.
www/plugger-5.1.5 (Score: 0.06881846)
Multimedia front-end plugin for Mozilla or Opera
Plugger is a multimedia plugin for Unix Netscape 3.0 or later that handles Quicktime, MPEG, MP2, AVI, SGI-movie, Tiff, DL, IFF-anim, MIDI, Soundtracker, AU, WAV and Commodore 64 audio files. Since Plugger 3.0, MPEG audio and video can be streamed. Plugger is a very small plugin, because plugger uses external programs to show/play the different formats.
www/beautifulsoup-3.2.1 (Score: 0.06881846)
HTML/XML Parser for Python
Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. A well-formed XML/HTML document will yield a well-formed data structure. An ill-formed XML/HTML document will yield a correspondingly ill-formed data structure. If your document is only locally well-formed, you can use this library to find and process the well-formed part of it. The BeautifulSoup class has heuristics for obtaining a sensible parse tree in the face of common HTML errors.
www/djangorestframework-3.3.3 (Score: 0.06881846)
Django REST framework
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs.
www/djangotoolbox-1.6.1 (Score: 0.06881846)
Common API for running Django on non-relational/NoSQL databases
A common API for running Django on non-relational/NoSQL databases
www/flup-1.0.2 (Score: 0.06881846)
Random assortment of WSGI servers, middleware
This Python package is a random collection of WSGI modules written by Allan Saddi. flup is functionally divided into three components: * FlupServers * FlupMiddleware * FlupPublisher
www/nostromo-1.9.6 (Score: 0.06881846)
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/meld-2.1.4 (Score: 0.06881846)
System for manipulating HTML using a Pythonic object model
A simple, lightweight system for manipulating HTML (and XML, informally) using a Pythonic object model. Features: - Allows program logic and HTML to be completely separated - a graphical designer can design the HTML in a visual HTML editor, without needing to deal with any non-standard syntax or non-standard attribute names. - Designed with common HTML-application programming tasks in mind. - No special requirements for the HTML/XML (or just one: attribute values must be quoted) - so you can use any editor, and your HTML/XML doesn't need to be strictly valid. - Works by string substitution, rather than by decomposing and rebuilding the markup, hence has no impact on the parts of the page you don't manipulate. - Does nothing but manipulating HTML/XML, hence fits in with any other Web toolkits you're using. - Tracebacks always point to the right place - many Python/HTML mixing systems use exec or eval, making bugs hard to track down.