You are here: Home

Modified items

All recently modified items, latest first.
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::
RPMPackage python2-feedparser-5.2.1-5.lbn25.noarch
feedparser - Parse Atom and RSS feeds in Python.| Copyright 2010-2021 Kurt McKee <contactme@kurtmckee.org> | Copyright 2002-2008 Mark Pilgrimfeedparser is open source. See the LICENSE file for more information. Installation feedparser can be installed by running pip:.. code-block:: shell $ pip install feedparser Documentation The feedparser documentation is available on the web at: is also...
RPMPackage python2-feedparser-5.2.1-1.lbn25.noarch
feedparser - Parse Atom and RSS feeds in Python.| Copyright 2010-2021 Kurt McKee <contactme@kurtmckee.org> | Copyright 2002-2008 Mark Pilgrimfeedparser is open source. See the LICENSE file for more information. Installation feedparser can be installed by running pip:.. code-block:: shell $ pip install feedparser Documentation The feedparser documentation is available on the web at: is also...
RPMPackage python2-fancycompleter-0.9.1-1.lbn25.noarch
fancycompleter: colorful Python TAB completion What is is? --fancycompleter is a module to improve your experience in Python by adding TAB completion to the interactive prompt. It is an extension of the stdlib\'s [rlcompleter]( module.Its best feature is that the completions are displayed in different colors, depending on their type:![image]( the image above, strings are shown in green,...
RPMPackage python2-extensionclass-4.6-1.lbn25.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-entrypoints-0.3-1.lbn25.noarch
Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are ``console_scripts`` entry points, which define shell commands by identifying a Python function to run. *Groups* of entry points, such as ``console_scripts``, point to objects with similar interfaces. An application might use a group to find its plugins, or multiple groups...