You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-ftw-builder-2.0.0-1.lbn25.noarch
ftw.builder Create Plone objects in tests with the Builder Pattern < builder pattern simplifies constructing objects. In tests we often need to create Plone objects, sometimes a single object, sometimes a whole graph of objects. Using the builder pattern allows us to do this in a DRY way, so that we do not need to repeat this over and over again... code:: python from ftw.builder import create...
RPMPackage python2-ftw-blog-1.8.1-1.lbn25.noarch
ftw.blog provides a blog implementation for Plone featuring tags and categories.A user can add a new blog entry and tag it using tags and categories. Available categories are defined by the creator of the blog, whilst tags can be added freely by the author of a blog entry.Blog entries are listed in chronological order, in a tag cloud, by categories, and in a monthly archive. Entries can be...
RPMPackage python2-freezegun-0.3.15-1.lbn25.noarch
FreezeGun: Let your Python tests travel through time FreezeGun is a library that allows your Python tests to travel through time by mocking the datetime module.Usage Once the decorator or context manager have been invoked, all calls to datetime.datetime.now(), datetime.datetime.utcnow(), datetime.date.today(), time.time(), time.localtime(), time.gmtime(), and time.strftime() will return the...
RPMPackage python2-formencode-2.0.1-1.lbn25.noarch
FormEncode validates and converts nested structures.It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms.The official repo is at GitHub:
RPMPackage python2-forbiddenfruit-0.1.4-1.lbn25.noarch
[![Build Status]( Forbidden Fruit![Forbidden Fruit](logo.png)This project allows Python code to extend built-in types.If that's a good idea or not, you tell me. The first need this project attended was allowing a [Python assertion library]( to implement a similar API to [RSpec Expectations]( and [should.js]( But people got creative and used it to among other things [spy on things](
RPMPackage python2-flup-1.0.3-1.lbn25.noarch
 
RPMPackage python2-flask-theme-0.3.5-1.lbn25.noarch
flask-theme --flask-theme provides infrastructure for theming support in Flask applications. It takes care of:- loading themes - rendering templates from themes - serving static files like CSS and images from themes* documentation < * development version <
RPMPackage python2-flask-sphinx-themes-1.0.2-1.lbn25.noarch
Flask Sphinx Themes This repository contains Sphinx themes for Flask and Flask related projects. To use this theme in your Sphinx documentation:1. Install the package using pip: pip install Flask-Sphinx-Themes2. Add this to conf.py: .. code-block:: python html_theme 'flask'Themes The following themes exist for html_theme. flask The standard Flask documentation theme for large...
RPMPackage python2-fixtures-3.0.0-8.lbn25.noarch
Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that makes using fixtures that meet the Fixtures contract in unit test compatible test cases easy and straight forward.
RPMPackage python2-five-pt-3.0-1.lbn25.noarch
This package is deprecated. It was integrated into Zope at version 4.0a2. It is no longer needed.Changelog 3.0 (2017-11-30) - Mark as deprecated. This package is no longer needed with Zope > 4 as its code got included in Zope. 2.2.5 (2017-11-26) - Fix test_edit_with_errors to not import a private variable from zope.pagetemplate. Fixes test failure with latest zope.pagetemplate. 2.2.4...
RPMPackage python2-five-localsitemanager-3.3-1.lbn25.noarch
Introduction Overview five.localsitemanager attempts to provide a local site manager implementation that is as close to the zope.interface / zope.component implementation as possible. Some reservations that do not conflict with the original API have been made to ease the path with CMF.Developer Resources -- Source code: 3.2.2 (2018-11-09) - Fix deprecation warnings. 3.2.1 (2018-10-11) - Update...
RPMPackage python2-five-localsitemanager-3.2.2-1.lbn25.noarch
Introduction Overview five.localsitemanager attempts to provide a local site manager implementation that is as close to the zope.interface / zope.component implementation as possible. Some reservations that do not conflict with the original API have been made to ease the path with CMF.Developer Resources -- Source code: 3.2.2 (2018-11-09) - Fix deprecation warnings. 3.2.1 (2018-10-11) - Update...
RPMPackage python2-five-intid-1.2.6-1.lbn25.noarch
Introduction Make it possible to use zope.intid_ in a Zope environment. This includes other packages that rely on it such as zope.keyreference_.. _zope.intid: .. _zope.keyreference: Code Contributors please read the document Process for Plone core's development < are at the Plone code repository hosted at Github < First, let make sure the ofs utility provides the interface:: >>> from...
RPMPackage python2-five-grok-1.3.2-2.lbn25.noarch
five.grok .. contents::Introduction five.grok is a development layer for Zope 2, based on Grok framework concepts.The development techniques are similar to the ones used with Grok framework.It is based on grokcore namespace packages that were factored out of Grok framework.Implemented features --Coming from Grok, the following components are available to Zope 2 developers:- Zope 3 Component...
RPMPackage python2-five-grok-1.3.2-1.lbn25.noarch
five.grok .. contents::Introduction five.grok is a development layer for Zope 2, based on Grok framework concepts.The development techniques are similar to the ones used with Grok framework.It is based on grokcore namespace packages that were factored out of Grok framework.Implemented features --Coming from Grok, the following components are available to Zope 2 developers:- Zope 3 Component...
RPMPackage python2-five-globalrequest-99.1-1.lbn25.noarch
This package is deprecated. It was integrated into Zope at version 4.0a3. It is no longer needed.Changelog 99.1 (2017-06-08) Fixed wrong dependency in install requires.99.0 (2017-06-01) Mark as deprecated.1.0 - 2010-08-06 -- Changes not recorded.1.0a2 - 2010-01-08 - Initial release
RPMPackage python2-five-formlib-2.2-1.lbn25.noarch
Introduction Overview five.formlib provides integration of the zope.formlib and zope.app.form packages into the Zope application server.Changelog 2.2 (2020-10-26) -* Add support for Zope 5.* Add support for Python 3.8 and 3.9 2.1 (2019-03-05) -* Add support for Python 3.5 to 3.7 2.0 (2018-08-15) -* Support Zope 4 only. (Aka drop support for Zope 2.13.)* Update various imports to zope.formlib.*...
RPMPackage python2-five-customerize-2.1.0-1.lbn25.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-five-customerize-2.0.1-1.lbn25.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.lbn25.noarch
file_read_backwards .. image::