You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-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 python2-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 python2-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 python2-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 python2-grokcore-annotation-3.2-1.lbn36.noarch
This package provides a support to simplify the use of annotations in .. contents::Setting up grokcore.annotation 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.annotation" />Put this somewhere near the top of your root ZCML file but below the line...
RPMPackage python2-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 python2-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 python2-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 python2-gocept-munin-0.1-1.lbn36.noarch
Utilities for writing munin client scripts This package provides base classes for defining Munin graphs and a main function to handle munin-typical symlinked scripts.Munin plugin scripts A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in the next section. The main function uses the called script's filename to determine which of the defined graphs is...
RPMPackage python2-gmpy-1.17-1.lbn36.x86_64
General MultiPrecision arithmetic for Python gmpy is a C-coded Python extension module that provides access to the GMP (or MPIR) multiple-precision arithmetic library. gmpy 1.17 is the final release of the 1.x series. No further updates are planned. All further development is occurring in the 2.x series, also known as gmpy2. Please see https://pypi.python.org/pypi/gmpy2/ for the latest...
RPMPackage python2-gitdb2-2.0.6-1.lbn36.noarch
GitDB is a pure-Python git object database
RPMPackage python2-gitdb-0.6.4-1.lbn36.x86_64
GitDB is a pure-Python git object database
RPMPackage python2-genshi-0.7.5-1.lbn36.noarch
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
RPMPackage python2-future-0.18.2-1.lbn36.noarch
future: Easy, safe support for Python 2/3 compatibility future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.It is designed to be used as follows:: from __future__ import (absolute_import, division, print_function, unicode_literals) from builtins...
RPMPackage python2-funnelweb-1.1.1-1.lbn36.noarch
FunnelWeb - Content conversion made easy ****************************************Easily convert content from existing html into Plone.:Code repository: :Questions and comments to: :Report bugs at: contents::Introduction
RPMPackage python2-functools32-3.2.3-1.lbn36.noarch
This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least- recently-used cache decorator).
RPMPackage python2-funcsigs-1.0.2-1.lbn36.noarch
.. funcsigs documentation master file, created by sphinx-quickstart on Fri Apr 20 20:27:52 2012. You can adapt this file completely to your liking, but it should at least contain the root toctree directive.Introducing funcsigs The Funcsigs Package --funcsigs is a backport of the PEP 362_ function signature features from Python 3.3's inspect_ module. The backport is compatible with Python 2.6,...
RPMPackage python2-func-timeout-4.3.5-1.lbn36.noarch
func\_timeout Python module to support running any existing function with a given timeout. Function Timeout func\_timeout -This is the function wherein you pass the timeout, the function you want to call, and any arguments, and it runs it for up to timeout seconds, and will return/raise anything the passed function would otherwise return or raise. def func\_timeout(timeout, func, args(),...
RPMPackage python2-ftw-zipexport-1.6.4-1.lbn36.noarch
ftw.zipexport provides a generic solution to export data from plone in a zip archive.A user can export data with the "Export as Zip" action in document listings.InstallCompatibility -For zipping files with a total size of over 4Gb python 2.7.4 is required.Step-by-Step - Add ftw.zipexport to your buildout configuration:: [instance] eggs ftw.zipexport- Run buildout- Install ftw.zipexport in...
RPMPackage python2-ftw-uploadutility-1.0.0-1.lbn36.noarch
.. contents:: Table of Contents Introduction Port of "ZPublisher.HTTPRequest.FileUpload" utility from plone 5 to plone 4. Compatibility -Plone 4.3.x Installation - Add the package to your buildout configuration::: [instance] eggs + ... ftw.uploadutility Development 1. Fork this repo 2. Clone your fork 3. Shell: ln -s development.cfg buildout.cfg 4. Shell: python bootstrap.py 5. Shell:...