Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第16,06116,070项(搜索用时0.015秒)
www/cssselect-0.9.1 (Score: 9.2782444E-5)
Cssselect parses CSS3 Selectors and translates them to XPath 1.0
*cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_ expressions. Such expressions can be used in lxml_ or another XPath engine to find the matching elements in an XML or HTML document. This module used to live inside of lxml as ``lxml.cssselect`` before it was extracted as a stand-alone project.
www/piwik-2.16.2 (Score: 9.2782444E-5)
Open Source Web Analytics Software Program
Piwik is a downloadable, open source (GPL licensed) web analytics software package. It provides detailed reports on your website and its visitors, including the search engines and keywords they used, the language they speak, which pages they like, the files they download, and so much more. Piwik aims to be an open source alternative to Google Analytics.
www/WebTest-2.0.23 (Score: 9.2782444E-5)
Helper to test WSGI applications
py-WebTest is a helper to test WSGI applications, it wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. It provides convenient full-stack testing of applications written with any WSGI-compatible framework.
www/jspwiki-2.8.4 (Score: 9.2782444E-5)
Feature-rich and extensible Wiki engine built around J2EE
JSPWiki is a feature-rich and extensible WikiWiki engine built around the standard J2EE components (Java, servlets, JSP). It's features include: WikiMarkup/Structured Text, File attachments, Templates support, Data storage, Security, Easy plugin interface for writing your own additions,UTF-8 support, JavaServer Pages-based, Easy-ish installation, Page locking to prevent editing conflicts, Support for Multiple Wikis, etc.
www/dotcloud.cli-0.4.8 (Score: 9.2782444E-5)
dotCloud command-line interface client
Using dotCloud, you can assemble your stack from pre-configured and heavily tested components. dotCloud supports major application servers, databases and message buses. The dotCloud CLI allows you to manage your software deployments on the dotCloud platform. To use this tool, you will need a dotCloud account. Register at http://www.dotcloud.com/ to get one!
www/flask-restplus-0.9.2 (Score: 9.2782444E-5)
Extension for Flask that adds support for quickly building REST APIs
Extension for Flask that adds support for quickly building REST APIs. Flask-RESTPlus encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTPlus should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.
www/flask-restplus-0.8.6 (Score: 9.2782444E-5)
Extension for Flask that adds support for quickly building REST APIs
Extension for Flask that adds support for quickly building REST APIs. Flask-RESTPlus encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTPlus should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.
www/nginx-1.11.4 (Score: 9.2782444E-5)
Robust and small WWW server
NGINX is a high performance edge web server with the lowest memory footprint and the key features to build modern and efficient web infrastructure. NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching, load balancing, compression, request throttling, connection multiplexing and reuse, SSL offload and HTTP media streaming.
www/nginx-1.10.1 (Score: 9.2782444E-5)
小而强大的 WWW 服务器
又一个小而强大的 www 服务器,支持 kqueue (EV_CLEAR、 EV_DISABLE、NOTE_LOWAT、EV_EOF 等)、select、poll、 sendfile。
www/poster-0.8.1 (Score: 9.2782444E-5)
Streaming HTTP uploads and multipart/form-data encoding
The modules in the Python standard library don't provide a way to upload large Files via HTTP without having to load the entire file into memory first. poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters.