-
python2-zope.proxy-4.3.1-10.lbn25.x86_64
Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.
Editorial note:
Unfortunately, we don't have separate documentation for zope.proxy
at this time. This is a shame because they are generically useful.
We are publishing this release without documentation mainly because
it is a dependency of other releases.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-zope.proxy-devel-4.5.0-1.lbn25.x86_64
include files for zope.proxy
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zope.schema-4.9.3-1.lbn25.noarch
==============
Zope 3 Schemas
==============
Introduction
------------
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.
Zope 3 schemas were born when Jim Fulton and Martijn Faassen thought
about Formulator for Zope 3 and PropertySets while at the Zope 3
sprint at the Zope BBQ in Berlin. They realized that if you strip
all view logic from forms then you have something similar to interfaces. And
thus schemas were born.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-zope.security-4.3.1-1.lbn25.x86_64
The Security framework provides a generic mechanism to implement security
policies on Python objects. This introduction provides a tutorial of the
framework explaining concepts, design, and going through sample usage from the
perspective of a Python programmer using the framework outside of Zope.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-zope.security-4.3.1-1.lbn25.x86_64
The Security framework provides a generic mechanism to implement security
policies on Python objects. This introduction provides a tutorial of the
framework explaining concepts, design, and going through sample usage from the
perspective of a Python programmer using the framework outside of Zope.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-zope.server-4.0.2-1.lbn25.noarch
This package contains generic base classes for channel-based servers, the
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zope.testbrowser-5.3.1-1.lbn25.noarch
zope.testbrowser README 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
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-zope.testing-4.7-1.lbn25.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.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-zope.testing-4.7-1.lbn25.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.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-zope.testrunner-5.1-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.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25