You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage zopyx.smartprintng.client-0.8.5-2.lbn19.noarch
ZOPYX SmartPrintNG Client Library
RPMPackage zopeskel.dexterity-1.3-3.lbn19.noarch
Paster templates for dexterity
RPMPackage zope.xmlpickle-3.4.0-2.lbn25.noarch
XML-based Pickling
RPMPackage zope.viewlet-4.0.0-1.lbn25.noarch
Viewlets provide a generic framework for building pluggable user interfaces.
RPMPackage zope.untrustedpython-4.0.0-2.lbn25.py37.noarch
Zope Untrusted Python Library
RPMPackage zope.traversing-4.3.1-1.lbn25.noarch
The zope.traversing package provides adapteres for resolving object paths by traversing an object hierarchy. This also includes support for traversal namespaces (e.g. ++view++, ++skin++, etc.) as well as computing URLs via the @@absolute_url view.
RPMPackage zope.thread-3.4-4.lbn25.noarch
Zope3 Thread-Local Storage
RPMPackage zope.testrunner-4.9.2-1.lbn25.noarch
zope.testrunner uses buildout. To start, run python bootstrap.py. It will create a number of directories and the bin/buildout script. Next, run bin/buildout. It will create a test script for you. Now, run bin/test to run the zope.testrunner test suite.
RPMPackage zope.testrecorder-0.4-2.lbn19.noarch
The testrecorder is a browser-based tool to support the rapid development of functional tests for Web-based systems and applications. The idea is to "record" tests by exercising whatever is to be tested within the browser. The test recorder will turn a recorded session into a functional test. Test recorder supports two output modes: Selenium In this mode, the testrecorder spits out HTML markup that lets you recreate the browser test using the Selenium functional testing framework. Test browser In this mode, the testrecorder spits out a Python doctest that exercises a functional test using the Zope testbrowser. The Zope testbrowser allows you to programmatically simulate a browser from Python code. Its main use is to make functional tests easy and runnable without a browser at hand. It is used in Zope, but is not tied to Zope at all.
RPMPackage zope.testing-4.6.1-2.lbn19.noarch
This package provides a number of testing frameworks. cleanup Provides a mixin class for cleaning up after tests that make global changes. formparser An HTML parser that extracts form information. Python 2 only This is intended to support functional tests that need to extract information from HTML forms returned by the publisher. See formparser.txt. loggingsupport Support for testing logging code If you want to test that your code generates proper log output, you can create and install a handler that collects output. loghandler Logging handler for tests that check logging output. module Lets a doctest pretend to be a Python module. See module.txt. renormalizing Regular expression pattern normalizing output checker. Useful for doctests. server Provides a simple HTTP server compatible with the zope.app.testing functional testing API. Lets you interactively play with the system under test. Helpful in debugging functional doctest failures. Python 2 only setupstack A simple framework for automating doctest set-up and tear-down. See setupstack.txt. wait A small utility for dealing with timing non-determinism See wait.txt.
RPMPackage zope.testbrowser-4.0.4-3.lbn25.noarch
zope.testbrowser provides an easy-to-use programmable web browser with special focus on testing. It is used in Zope, but it's not Zope specific at all. For instance, it can be used to test or otherwise interact with any web site.
RPMPackage zope.tales-5.0.1-1.lbn25.noarch
Template Attribute Language - Expression Syntax See http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3
RPMPackage zope.tal-4.4-1.lbn25.noarch
The Zope3 Template Attribute Languate (TAL) specifies the custom namespace and attributes which are used by the Zope Page Templates renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly. The dynamic values themselves are specified using a companion language, TALES (see the 'zope.tales' package for more). See: http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4
RPMPackage zope.structuredtext-4.1.0-1.lbn25.noarch
This package provides a parser and renderers for the classic Zope “structured text” markup dialect (STX). STX is a plain text markup in which document structure is signalled primarily by identation
RPMPackage zope.sqlalchemy-0.6.1-4.lbn19.noarch
The aim of this package is to unify the plethora of existing packages integrating SQLAlchemy with Zope's transaction management. As such it seeks only to provide a data manager and makes no attempt to define a zopeish way to configure engines. For WSGI applications, Zope style automatic transaction management is available with repoze.tm2, a part of Repoze BFG and Turbogears 2.
RPMPackage zope.size-4.1.0-1.lbn25.noarch
This package provides a definition of simple interface that allows to retrieve the size of the object for displaying and for sorting. The default adapter is also provided. It expects objects to have the getSize method that returns size in bytes, however, it won't crash if an object doesn't have one and will show size as not available instead.
RPMPackage zope.site-4.2.2-1.lbn25.noarch
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.
RPMPackage zope.session-4.1.0-2.lbn25.noarch
Sessions provide a way to temporarily associate information with a client without requiring the authentication of a principal. We associate an identifier with a particular client. Whenever we get a request from that client, we compute the identifier and use the identifier to look up associated information, which is stored on the server. A major disadvantage of sessions is that they require management of information on the server. This can have major implications for scalability. It is possible for a framework to make use of session data very easy for the developer. This is great if scalability is not an issue, otherwise, it is a booby trap.
RPMPackage zope.server-3.9.0-1.lbn25.noarch
This package contains generic base classes for channel-based servers, the servers themselves and helper objects, such as tasks and requests.
RPMPackage zope.sequencesort-4.0.1-1.lbn25.noarch
This package provides support for sorting sequences based on multiple keys, including locale-based comparisons and per-key directions.