Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第7,4417,450项(搜索用时0.011秒)
www/cookies-2.2.1 (Score: 1.607039E-4)
Friendlier RFC 6265-compliant cookie parser/renderer
cookies.py is a Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python's Cookie.py (aka http.cookies).
www/bottle-0.12.7 (Score: 1.607039E-4)
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/djblets-0.9.2 (Score: 1.607039E-4)
Collection of useful classes and functions for Django
Djblets is a separate but closely linked project containing a number of useful utility functions and classes for use with Django. We make it a goal to put generic code written for Review Board into Djblets for other developers to use.
www/PasteScript-1.7.5 (Score: 1.607039E-4)
Pluggable command-line frontend
A pluggable command-line frontend, including commands to setup package file layouts. This is a pluggable command-line tool. It includes some built-in features; * Create file layouts for packages. For instance, paste create --template=basic_package MyPackage will create a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy.
www/plone.app.textfield-1.2.6 (Score: 1.607039E-4)
Text field with MIME type support
This package provides a zope.schema style field type called RichText which can be used to store a value with a related MIME type. The value can be transformed to an output MIME type, for example to transform from structured text to HTML.
www/repos-style-2.0 (Score: 1.607039E-4)
Stylesheet for the Subversion index web page
A free open source stylesheet for the Subversion index web page. The XSLT and CSS is fully customizable. There is icons for folders and many different filetypes. Install Repos Style as it is or use is as a sample XSLT to design your own. A simple log viewer is also included.
www/qooxdoo-5.0.1 (Score: 1.607039E-4)
Comprehensive and innovative Ajax application framework
qooxdoo is a comprehensive and innovative Ajax application framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM knowledge is needed. It includes a platform-independent development tool chain, a state-of-the-art GUI toolkit and an advanced client-server communication layer.
www/backlogs-1.0.6 (Score: 1.607039E-4)
Agile plugin for Redmine
Backlogs is a Redmine plugin that's designed to do just enough so your team can work in an agile way. It's still a work in progress, but we're already using it on a daily basis and continually improve on it. We hope you'll find it useful too!
www/cookiejar-0.3.3 (Score: 1.607039E-4)
Allows for parsing and returning cookies in Ruby HTTP client code
The Ruby CookieJar is a library to help manage client-side cookies in pure Ruby. It enables parsing and setting of cookie headers, alternating between multiple 'jars' of cookies at one time (such as having a set of cookies for each browser or thread), and supports persistence of the cookies in a JSON string. Both Netscape/RFC 2109 cookies and RFC 2965 cookies are supported.
www/http-2.0.2 (Score: 1.607039E-4)
Simple Ruby DSL for making HTTP requests
The HTTP Gem is an easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native extension based on the Node.js parser and a Java port thereof.