-
zope-2.13.30-3.lbn25.noarch
Zope is an application server framework that enables developers to quickly
build web applications such as intranets, portals, and content management
systems.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-DateTime-4.2-1.lbn25.noarch
The DateTime package
====================
Encapsulation of date/time values.
Function Timezones()
--------------------
Returns the list of recognized timezone names:
>>> from DateTime import Timezones
>>> zones = set(Timezones())
Almost all of the standard pytz timezones are included, with the exception
of some commonly-used but ambiguous abbreviations, where historical Zope
usage conflicts with the name used by pytz:
>>> import pytz
>>> [x for x in pytz.all_timezones if x not in zones]
['CET', 'EET', 'EST', 'MET', 'MST', 'WET']
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-Jinja2-2.9.5-1.lbn25.noarch
A small but fast and easy to use stand-alone template engine written in pure python.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.recipe.depgraph-0.5-2.lbn25.noarch
Buildout recipe to generate dependency graphs.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.recipe.scripts-1.0.1-2.lbn25.noarch
Recipe for installing Python scripts
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.recipe.sphinxdoc-1.0.0-1.lbn25.noarch
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.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.relationfield-0.7-1.lbn25.noarch
This package implements a new schema field Relation, and the RelationValue objects that store actual relations. It can index these relations using the zc.relation infractructure, and using these indexes can efficiently answer questions about the relations.
The package z3c.relationfieldui in addition provides a widget to edit and display Relation fields.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.sqlalchemy-1.4.0-2.lbn25.noarch
What is z3c.sqlalchemy?
z3c.sqlalchemy is yet another wrapper around SQLAlchemy. The functionality of the
wrapper is basically focused on easy integration with Zope 2 and Zope 3. The wrapper
cares about connection handling, optional transaction integration with Zope 2/3 and
wrapper management (caching, introspection). z3c.sqlalchemy gives you flexible
control over the mapper creation. Mapper classes can be
* auto-generated (with or without autodetection of table relationships)
* configured by the developer
What z3c.sqlalchemy does not do and won't do:
* no support for Zope 3 schemas
* no support for Archetypes schemas
z3c.sqlachemy just tries to provide you with the basic functionalities you need to
write SQLAlchemy-based applications with Zope 2/3. Higher-level functionalities like
integration with Archetypes/Zope 3 schemas are subject to higher-level frameworks.
z3c.sqlalchemy does not address these frameworks.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.template-2.0.0-1.lbn25.noarch
This package allows you to register templates independently from view code.
In Zope 3, when registering a browser:page both presentation and computation
are registered together. Unfortunately the registration tangles presentation
and computation so tightly that it is not possible to re-register a
different template depending on context. (You can override the whole
registration but this is not the main point of this package.)
With z3c.template the registration is split up between the view and the
template and allows to differentiate the template based on the skin layer
and the view.
In addition this package lays the foundation to differentiate between
templates that provide specific presentation templates and generic layout
templates.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope.app.zptpage-3.5.1-2.lbn25.noarch
zope.app.zptpage
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25