You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-grokcore-xmlrpc-3.0.0-1.lbn36.noarch
grokcore.xmlrpc XML-RPC Views for Grok.This package provides base classes for XML-RPC Views for Grok.3.0.0 (2018-01-10) - Python 3 compatibility.1.2.1 (2016-02-15) - Update tests.1.2 (2012-05-02) - Use the component registration api in grokcore.component.1.1 (2011-01-20) - Use zope.errorview for the functional tests. This lifts the dependency on zope.app.http.1.0 (2011-01-03) - Factor out...
RPMPackage python3-grokcore-viewlet-3.1.0-1.lbn36.noarch
This package provides support to write and register Zope Viewlets directly in Python (without ZCML). It's designed to be used with grokcore.view_ which let you write and register Zope Views... contents::Setting up grokcore.viewlet This package is set up like the grokcore.component_ package. Please refer to its documentation for more details. The additional ZCML lines you will need are::...
RPMPackage python3-grokcore-view-3.2-1.lbn36.noarch
This package provides support for writing browser pages for Zope and registering them directly in Python (without ZCML)... contents::Setting up grokcore.view This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The additional ZCML line you will need is:: <include package"grokcore.view" file"meta.zcml" /> <include...
RPMPackage python3-grokcore-traverser-3.0.1-1.lbn36.noarch
grokcore.traverser ******************This package contains the default traversal mechanism for Grok.Changes 3.0.1 (2018-01-12) - Rearrange tests such that Travis CI can pick up all functional tests too.3.0.0 (2018-01-05) - Python 3 compatibility1.2.1 (2016-02-15) - Update tests.1.2 (2012-11-14) - Add the layer directive to Traverser Components.1.1 (2012-05-02) - Use the component registration...
RPMPackage python3-grokcore-site-3.1-1.lbn36.noarch
This package provides support to write local site and utilities for Zope directly in Python (without ZCML)... contents:: Setting up grokcore.site This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The only additional ZCML line you will need is:: <include package"grokcore.site" />Put this somewhere near the top of your root...
RPMPackage python3-grokcore-security-3.0.1-1.lbn36.noarch
This package provides basic elements for defining Zope permissions and security checkers without ZCML... contents::Setting up grokcore.security This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The additional ZCML lines you will need are:: <include package"grokcore.security" file"meta.zcml" /> <include...
RPMPackage python3-grokcore-rest-3.1.0-1.lbn36.noarch
grokcore.rest *************REST-Views for Grok -This packages provides base classes and a advanced traversal mechanism for Grok based REST-Views. 3.1.0 (2021-04-07) - Add support for Python 3.7, 3.8 and 3.9.- Fix compatibility with zope.component > 5 and newer versions of other dependencies.- Fix inconsistent IRO.- Drop support for Python 3.4.3.0.1 (2018-01-15) - Additional test fixes for...
RPMPackage python3-grokcore-message-3.0.1-1.lbn36.noarch
grokcore.message *****************This package provides integration of z3c.flashmessage_ for a grok setup. This means taking care of:* Registering a global message receiver with the component architechture.* Registering by default a global session-based message source named session.* Optionally (if including ram.zcml) registering a global RAM stored message source named ram.* Providing...
RPMPackage python3-grokcore-layout-3.0.3-1.lbn36.noarch
grokcore.layout The grokcore.layout package provides a simple way to write view components which can be included into a defined layout. It turns around two main components : the Page and the Layout.Layout The layout is a component allowing you to design your site. Often, it's the common structure shared between all the pages. Technically, it is a class based on the view components interface,...
RPMPackage python3-grokcore-json-3.0.3-1.lbn36.noarch
grokcore.json *************Support for JSON views in grok.Changes 3.0.3 (2018-01-12) - Rearrange tests such that Travis CI can pick up all functional tests too.3.0.2 (2018-01-10) - Additional test fixes.- Remove dependency on simplejson.3.0.1 (2018-01-05) - Fixed a test error that somehow was missed by travis and tox.3.0.0 (2018-01-05) - Python 3 compatibility.- Fix view_lookup test.1.2.1...
RPMPackage python3-grokcore-formlib-3.0.1-1.lbn36.noarch
This package provides support for writing forms using the Zope Formlib library and registering them directly in Python (without ZCML)... contents::Setting up grokcore.formlib This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The additional ZCML lines you will need are:: <include package"grokcore.formlib" file"meta.zcml" />...
RPMPackage python3-grokcore-content-3.0.2-1.lbn36.noarch
This package provides base classes of basic content types... contents::Examples3.0.2 (2018-01-12) - Rearrange tests such that Travis CI can pick up all functional tests too.3.0.1 (2018-01-10) - Fix dependencies by removing ZODB3.3.0.0 (2018-01-04) - Use zope.interface.implementer decorator instead of zope.interface.implements with classes to support Python 3.- Express support for Python 2.7,...
RPMPackage python3-grokcore-component-3.2.0-1.lbn36.noarch
This package provides base classes of basic component types for the Zope Component Architecture, as well as means for configuring and registering them directly in Python (without ZCML)... contents::How to set up grokcore.component In the following we assume you're writing or extending an application that does bootstrap configuration using ZCML. There's always a single ZCML file that is...
RPMPackage python3-grokcore-chameleon-3.0.1-1.lbn36.noarch
grokcore.chameleon grokcore.chameleon makes it possible to use Chameleon page templates in Grok. For more information on Grok and Chameleon page templates see:- - - - contents::Installation Note that future versions of grok will depend itself on grokcore.chameleon and configure it. In other words, chameleon-based templates will be available by default from that version on!To use Chameleon...
RPMPackage python3-grokcore-catalog-3.0.1-1.lbn36.noarch
****What is grok? Grok is a smashing web framework based on Zope Toolkit_ technology... _Zope Toolkit: uses the Component Architecture and builds on Zope concepts like content objects (models), views, and adapters. Its simplicity lies in using **convention over configuration** and **sensible defaults** when wiring components together. That means neither a configuration language like ZCML nor a...
RPMPackage python3-grok-3.2-1.lbn36.noarch
****What is grok? Grok is a smashing web framework based on Zope Toolkit_ technology... _Zope Toolkit: uses the Component Architecture and builds on Zope concepts like content objects (models), views, and adapters. Its simplicity lies in using **convention over configuration** and **sensible defaults** when wiring components together. That means neither a configuration language like ZCML nor a...
RPMPackage python3-gocept-template_rewrite-1.1-1.lbn36.noarch
gocept.template_rewrite :target:
RPMPackage python3-gocept-reference-0.11-1.lbn36.noarch
Copyright (c) 2007-2017 gocept gmbh & co. kg and contributors.All Rights Reserved.This software is subject to the provisions of the Zope Public License, Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE,...
RPMPackage python3-gocept-package-3.1-1.lbn36.noarch
gocept.package This package generates Python packages following conventions used at gocept_... _gocept: contents:: :depth: 1It consists of two parts: a paster template that creates the boilerplate for a Python package, and a Python module that is used to configure Sphinx, along with the necessary package dependencies.The package works with Python versions 2.7, 3.4, 3.5 and PyPy 2.To make the...
RPMPackage python3-gocept-country-2.1-1.lbn36.noarch
Copyright (c) 2008-2015 gocept gmbh & co. kgAll Rights Reserved.This software is subject to the provisions of the Zope Public License, Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST...