-
python3-plone-synchronize-1.0.4-1.lbn36.noarch
Introduction This package provides a simple decorator to help synchronize
methods across threads, to avoid problems of concurrent access.It can be used
like this:: from threading import Lock from plone.synchronize import
synchronized class StupidStack(object): _elements [] not thread safe _lock
Lock() @synchronized(_lock) def push(self, item): self._elements.append(item)
@synchronized(_lock)...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-testing-8.0.3-1.lbn36.noarch
Introduction .. contents:: Table of contentsplone.testing provides tools for
writing unit and integration tests in a Zope and Plone environment. It is not
tied to Plone, and it does not depend on Zope (although it has some optional
Zope-only features).plone.testing builds on zope.testing_, in particular its
layers concept. This package also aims to promote some "good practice" for
writing...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-theme-3.0.7-1.lbn36.noarch
Tools for managing themes in CMF and Plone sites.plone.theme This package lets
you mark the request with a "layer" interface conditional on the currently
selected skin (theme) in the portal_skins tool.Most Zope 3 "visual" directives,
like <browser:page /> or <browser:viewlet /> accept a 'layer' attribute, which
should point to an interface. Recall that a view is a multi-adapter on
(context,...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-tiles-2.3.1-1.lbn36.noarch
plone.tiles plone.tiles implements a low-level, non-Plone/Zope2-specific
support for creating "tiles"... contents:: Introduction For the purposes of
this package, a tile is a browser view and an associated utility providing some
metadata about that view. The metadata includes a title and description,
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-transformchain-2.0.2-1.lbn36.noarch
Introduction plone.transformchain provides methods to modify the response from
a page published with repoze.zope2 or the "classic" ZPublisher before it is
returned to the browser.Register a uniquely named adapter from (published,
request) providing the ITransform interface. published is the published object,
e.g. a view; request is the current request.The order of the transforms can
be...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-uuid-1.0.6-1.lbn36.noarch
plone.uuid This is a minimal package that can be used to obtain a universally
unique identifier (UUID) for an object.The default implementation uses the
Python standard library uuid module to generate an RFC 4122-compliant UUID,
using the uuid4() function. It will assign a UUID upon object creation (by
subscribing to IObjectCreatedEvent from zope.lifecycleevent) and store it in an
attribute on...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-versioncheck-1.7.0-1.lbn36.noarch
.. This README is meant for consumption by humans and PyPI. PyPI can render rst
files so please do not use Sphinx features. If you want to learn more about
writing documentation, please check out: This text does not appear on PyPI or
github. It is a comment. Checks pinned versions with overrides in a cascaded
buildout :target:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-z3cform-1.1.3-1.lbn36.noarch
plone.z3cform plone.z3cform is a library that enables the use of z3c.form_ in
Zope. It depends only on Zope and z3c.form.For Plone integration, there is also
plone.app.z3cform_, which can be installed to make the default form templates
more Ploneish. That package pulls in this one as a dependency.In addition to
pure interoperability support, a few patterns which are useful in Zope 2...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plonecli-2.5-1.lbn36.noarch
The Plone CLI is meant for developing Plone packages, we will not add functions to
install or run Plone in production. For this we should build another package, let’s
say plonectl which will provide installing and deployment functions.
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plonetheme-balclutha-1.0-1.lbn36.noarch
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36