Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,7414,750项(搜索用时0.003秒)
devel/zope.minmax-1.1.2 (Score: 0.032514982)
Homogeneous values favoring maximum or minimum
The zope.minmax.AbstractValue class provides a super class which can be subclassed to store arbitrary homogeneous values in a persistent storage and apply different conflict resolution policies. The subclasses defined here are resolving the conflicts using always either the maximum or the minimum of the conflicting values.
devel/zope.pagetemplate-3.6.3 (Score: 0.032514982)
Zope Page Templates
Page Templates provide an elegant templating mechanism that achieves a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage, Dreamweaver, GoLive, etc.).
devel/zope.processlifetime-1.0 (Score: 0.032514982)
Zope process lifetime events
This package provides interfaces/implementations for events relative to the lifetime of a server process (startup, database opening, etc.)
devel/zope.ptresource-3.9.0 (Score: 0.032514982)
Page template resource plugin for zope.browserresource
This package provides a "page template" resource class, a resource which content is processed with Zope Page Templates engine before returning to client.
devel/zope.publisher-3.13.1 (Score: 0.032514982)
Publishes Python objects on the web
zope.publisher allows you to publish Python objects on the web. It has support for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients. Input and output streams are represented by request and response objects which allow for easy client interaction from Python. The behaviour of the publisher is geared towards WSGI compatibility.
devel/zope.ramcache-1.0 (Score: 0.032514982)
Zope RAM Cache
Zope RAM Cache.
devel/zope.schema-4.2.2 (Score: 0.032514982)
Zope Interface extension for defining data schemas
Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods). Every schema is an interface and specifies the public fields of an object. A field roughly corresponds to an attribute of a Python object. But a Field provides space for at least a title and a description. It can also constrain its value and provide a validation method. Besides you can optionally specify characteristics such as its value being read-only or not required.
devel/zope.site-3.9.2 (Score: 0.032514982)
Local registries for zope component architecture
This package provides a local and persistent site manager implementation, so that one can register local utilities and adapters. It uses local adapter registries for its adapter and utility registry. The module also provides some facilities to organize the local software and ensures the correct behavior inside the ZODB.
devel/zope.size-3.5.0 (Score: 0.032514982)
Interfaces and simple adapter that give the size of an object
This package provides a definition of simple interface that allows to retrieve the size of the object for displaying and for sorting.
devel/zope.tales-3.5.2 (Score: 0.032514982)
Zope Template Application Language Expression Syntax (TALES)
Zope Template Application Language Expression Syntax (TALES).