You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-five-customerize-2.1.0-1.lbn36.noarch
five.customerize Overview five.customerize is an add-on for the Zope Applicationserver. It provides the ability to customize Page-Template-based browser-views through the web.It was created to replace the old CMF's portal_skin tools, where it is possible to customize old-style file-system based page templates.Developer Resources -- Source Code < - Issue Tracker < This code is publsihed under...
RPMPackage python2-file-read-backwards-2.0.0-1.lbn36.noarch
file_read_backwards .. image::
RPMPackage python2-extensionclass-4.6-1.lbn36.x86_64
ExtensionClass and ExtensionClass-related packages ExtensionClass This package provides a metaclass that allows classes implemented in extension modules to be subclassed in Python. Unless you need ExtensionClasses for legacy applications (e.g. Zope), you probably want to use Python's new-style classes (available since Python 2.2).ComputedAttribute This package provides a way to attach...
RPMPackage python2-eggtestinfo-0.3-1.lbn36.noarch
eggtestinfo README Overview This package is a setuptools plugin: it adds a file to the generated .egg-info directory, capturing the information used by the setup.py test command when running tests.In particular, the generated file contains the following information:test_module The dotted name of a module holding a test_suite function which can be called to compute a unittest.TestSuite for the...
RPMPackage python2-eea-jquery-11.3-1.lbn36.noarch
EEA jQuery Introduction EEA jQuery provides jQuery 1.3.2 and 1.4.2 JS libraries as zope3 resources and some jQuery plugins like: annotator, bbq, browser, cookie, fancybox, galleryview, jqzoom, qtip, splitter, tagcloud, flashembed and more.
RPMPackage python2-eea-facetednavigation-14.7-1.lbn36.noarch
EEA Faceted Navigation The EEA Faceted Navigation **(FacetedNav)** gives you a **very powerful interface to improve search within large collections of items.** No programming skills are required by the website manager to configure the
RPMPackage python2-eea-faceted-vocabularies-7.0-1.lbn36.noarch
EEA Faceted Vocabularies Overview Zope 3 vocabularies to be used within eea.facetednavigation.. contents::Installation
RPMPackage python2-ecreall-helpers-upgrade-1.4-1.lbn36.noarch
.. contents::Introduction A set of helpful helpers for upgrade steps.IUpgradeTool adapts a plone site, a site setup tool or a directory import context, and provides method to make common upgrade configuration and data upgrades.Read the interfaces.py file for more information. Contributors - Thomas Desvenain thomas.desvenain@gmail.com - Vincent FretinChangelog 1.4 (2018-01-04) --...
RPMPackage python2-ecreall-helpers-testing-1.7-1.lbn36.noarch
.. contents::Introduction Various base classes and methods ecreall uses to test and debug projects.Contributors Note: place names and roles of the people who contribute to this package in this file, one to a line, like so:- Thomas DesvenainChangelog 1.7 (2014-02-17) -- Added status and header methods on FakeResponse and getURL method on FakeRequest. [thomasdesvenain]- When we get a key from...
RPMPackage python2-ecdsa-0.15-1.lbn36.noarch
Pure-Python ECDSA[![build status]( [![Coverage Status]( [![condition coverage]( [![Latest Version]( This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under
RPMPackage python2-docutils-stubs-0.0.22-1.lbn36.noarch
docutils-stubs PEP 561_ based Type information for docutils_... _PEP 561: .. _docutils:
RPMPackage python2-documenttemplate-3.4-1.lbn36.noarch
:alt: Supported Python versions
RPMPackage python2-dnspython-1.16.0-1.lbn36.noarch
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct...
RPMPackage python2-dm-reuse-2.2-1.lbn36.noarch
Utilities to reuse (slightly modified) objects in new contexts.Currently, there is are two utilities: rebindFunction and OverridingProxy.rebindFunction ++++++++++++++++++rebindFunction allows to reuse the code of a function while changing name, globals, default arguments, properties and/or names used.Lets look at a trivial example. Function f accesses global variables i and j.Examples >>> i 1;...
RPMPackage python2-distlib-0.3.4-1.lbn36.noarch
Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.
RPMPackage python2-diazo-1.4.2-1.lbn36.noarch
Diazo - We Write XSLT, So You Don't Have To Diazo allows you to apply a theme contained in a static HTML web page to a dynamic website created using any server-side technology. With Diazo, you can take an HTML wireframe created by a web designer and turn it into a theme for your favourite CMS, redesign the user interface of a legacy web application without even having access to the original...
RPMPackage python2-deprecated-1.2.10-1.lbn36.noarch
Deprecated Library Deprecated is Easy to Use If you need to mark a function or a method as deprecated, you can use the @deprecated decorator:Save in a hello.py:.. code:: python from deprecated import deprecated @deprecated(version'1.2.1', reason"You should use another function") def some_old_function(x, y): return x + y class SomeClass(object): @deprecated(version'1.3.0', reason"This method is...
RPMPackage python2-decorator-4.4.2-1.lbn36.noarch
Decorators for Humans The goal of the decorator module is to make it easy to define signature-preserving function decorators and decorator factories. It also includes an implementation of multiple dispatch and other niceties (please check the docs). It is released under a two-clauses BSD license, i.e. basically you can do whatever you want with it but I am not responsible.Installation -If you...
RPMPackage python2-datetime-4.4-1.lbn36.noarch
DateTime This package provides a DateTime data type, as known from Zope.Unless you need to communicate with Zope APIs, you're probably better
RPMPackage python2-dataflake-fakeldap-3.0-1.lbn36.noarch
.. image::