Ports Search

Results 13,42113,430 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.015 seconds)
www/pysearch-3.1 (Score: 1.5577191E-4)
Yahoo Search Web Services SDK for Python
This module implements a set of classes and functions to work with the Yahoo Search Web Services. All results from these services are properly formatted XML, and this package facilitates for correct parsing of these result sets.
www/pylons-1.0.2 (Score: 1.5577191E-4)
Python based web framework
The Pylons web framework is aimed at making webapps and large programmatic website development in Python easy. Several key points: * A framework to make writing web applications in Python easy * Inspired by Rails and TurboGears * Utilizes a minimalist, component-based philosophy that makes it easy to expand on * Harness existing knowledge about Python Pylons makes it easy to expand on your knowledge of Python to master Pylons for web development. Using a MVC style dispath, Python knowledge is used at various levels: * The Controller is just a basic Python class, called for each request. Customizing the response is as easy as overriding __call__ to make your webapp work how you want. * Myghty templating compiles directly to Python byte-code for speed and utilizes Python for template control rather than creating its own template syntax for "for, while, etc"
www/Scrapy-1.1.1 (Score: 1.5577191E-4)
High level scraping and web crawling framework
Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.
www/twistedWeb-15.2.1 (Score: 1.5577191E-4)
HTTP protocol implementation together with clients and servers
Twisted web is a part of the Twisted project and provides an HTTP protocol implementation together with clients and servers Twisted Web is available under the MIT Free Software licence.
www/ws4py-0.3.4 (Score: 1.5577191E-4)
WebSocket package for Python
ws4py is a Python package implementing the WebSocket protocol as defined in RFC 6455. It provides client and server implementations alike that can be using different techniques like threads, micro-threads, or event loops.
www/basecamp-20130325 (Score: 1.5577191E-4)
Basecamp Theme for Redmine
The basecamp(R) theme is a Redmine-port of the famous 37signals(R) Basecamp(R) theme. It is derivated from the alternate theme but supports/includes most of recent changes in the default theme.
www/rsskit-0.4 (Score: 1.5577191E-4)
Etoile Project RSSKit framework
RSSKit is a simple library for reading the different types of RSS file formats. It is mainly used by RSSReader.app and will hopefully soon be used by PlopFolio by Ludovic Marcotte.
www/aws-0.8.1 (Score: 1.5577191E-4)
Ruby interface to Amazon Web Services
Ruby/AWS is a Ruby language library that allows programmatic access to the popular Amazon Web site via the REST (XML over HTTP) based Amazon Web Services. It is the successor to the now obsolete Ruby/Amazon.
www/addressable-2.4.0 (Score: 1.5577191E-4)
Replacement for the URI implementation
Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
www/erubis-2.7.0 (Score: 1.5577191E-4)
Fast, secure, and extensible implementation of eRuby
Erubis is a fast, secure, and very extensible implementation of eRuby. eRuby means "embedded Ruby" in documents. Embedded patterns are '<% statement %>' and '<%= expression %>'. The following is an example of eRuby. '<% ... %>' means Ruby statement and '<%= ... %>' means Ruby expression.