-
python3-z3c-dependencychecker-2.7-1.lbn36.noarch
z3c.dependencychecker Checks which imports are done and compares them to what's
in setup.py and warn when discovering missing or unneeded dependencies. ..
contents:: What it does z3c.dependencychecker reports on:- **Missing (test)
requirements**: imports without a corresponding requirement
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-flashmessage-2.1-1.lbn36.noarch
.. contents:: Flash messages Components to display small messages to users.
Sending a message to the current user To send a message to the current user,
you can use the session-based message source. Let's set one up:>>> from
z3c.flashmessage.sources import SessionMessageSource >>> from __future__ import
unicode_literals >>> source SessionMessageSource()>>> source.send('The world
will come to...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-form-3.7.1-1.lbn36.noarch
This package provides an implementation for HTML and JSON forms and widgets.
The goal is to provide a simple API but with the ability to easily customize
any data or.. contents:: Forms and Widgets This package provides an
implementation for HTML forms and widgets. The goal is to provide a simple API
but with the ability to easily customize any data or steps. This document,
provides the content...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-formwidget-query-1.0.0-1.lbn36.noarch
This package implements a widget that lets users enter a query and select from
the results.The widget works with zope.schema.Choice-fields supplying a query
source [1], optionally in conjunction with a collection field which then allows
multiple selections.The easiest way to use the widget is to provide one of the
following as widgetFactory:*...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-jbot-1.1.1-1.lbn36.noarch
The z3c.jbot (or "Just a bunch of templates") package allows easy customization
of existing templates and images. It works on Zope 2 and The Chameleon
rendering engine is supported []_.Use of this package adds a small (2-3 ms per
request on Plone) to the total application response time... [] To enable
Chameleon on Zope 2, use the five.pt package (CMF-apps like Plone should use
cmf.pt which...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-json-0.5.5-1.lbn36.noarch
This package provides basic JSON components like JSON reader and writer
utilities and a JSON-RPC client proxy including the transport implementation
for Zope3. Detailed Documentation **********************We can use the
JSONReader and JSONWriter if we need to convert a data structure to or from
JSON syntax -- in other words a EcmaScript mapping object. Let's check the
utilities: >>> import...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-objpath-1.3-1.lbn36.noarch
ObjectPath **********This package contains two things:* the
z3c.objpath.interfaces.IObjectPath interface.* some helper functions to
construct (relative) object paths, in z3c.objpath.path.The idea is that a
particular application can implement a utility that fulfills the IObjectPath
interface, so that it is possible to construct paths to objects in a uniform
way. The implementation may be done...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-pt-4.0-1.lbn36.noarch
This is a fast implementation of the ZPT template engine for Zope 3 which uses Chameleon to compile templates to byte-code.
The package provides application support equivalent to zope.pagetemplate.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-ptcompat-2.3.0-1.lbn36.noarch
.. contents::Overview :target:
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-z3c-recipe-sphinxdoc-1.1.0-1.lbn36.noarch
z3c.recipe.sphinxdoc Introduction This buildout recipe aids in the generation
of documentation for the zope.org website from restructured text files located
in a package. It uses Sphinx to build static html files which can stand alone
as a very nice looking website.Usage Instructions Suppose you have a package
called z3c.form. In the setup.py for z3c.form it is recommended that you add a
docs...
Located in
LBN
/
…
/
Business
/
BastionLinux 36