You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-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 python3-docutils-0.21.2-1.lbn36.noarch
Docutils is a modular system for processing documentationinto useful formats, such as HTML, XML, and LaTeX. Forinput Docutils supports reStructuredText, an easy-to-read,what-you-see-is-what-you-get plaintext markup syntax.
RPMPackage python3-documenttemplate-3.4-1.lbn36.noarch
:alt: Supported Python versions
RPMPackage python3-dm-zope-profile-1.0-1.lbn36.noarch
The package allows the profiling of Zope applications. It is the successor of Products.ZopeProfiler for Zope>4. It uses Python's standard profiling support from its runtime library modules cProfile and pstats and integrates it with Zope. Read the corresponding documentation to learn how to interact with and interpret the collected profiling information. Profiling When you start a Zope instance, profiling is disabled. You can enable the collection of profiling data via the page @@profile. This page also allows you to configure the profiling and present the collected data in various alternative ways. The configuration is split into 2 parts: the Profiler part controls the collection of profiling base data, the Statistics part controls how this information is presented. The Profiler configuration allows you to specify which timer (real time or CPU time) is used for profiling and which requests should be profiled. For the latter task, you can define 2 collections of regular expressions: include and exclude. A request is not profiled if any regular expression in exclude matches; if include is not empty, then a request is only profiled if it matches at least one of those. Matching is always performed in search mode on the request’s PATH_INFO. When you change the timer, the collected profiling data is cleared. The Statistics configuration essentially provides parameters for Python’s pstats. Especially, you can select various views (stats, caller, callee), sort according to various criteria (e.g. cumulative, internal, …), strip directory information and control the amount of data shown. Read the Python documentation for pstats to get details. Note that profiling usually does not see thread switches. This is always the case when you use a real time timer and can also be the case with a CPU time timer (e.g. for Python 2 or on Windows). In those cases, time spend in a foreign thread may be wrongly accounted for a profiled request. You may consider configuring Zope to use a single worker thread to reduce this problem. Note that both configuration and collected profiling data is maintained in process memory; i.e. in a multi instance Zope installation, each instance has its own private data. Note that profiling reveals important implementation details. You should take appropriate measures to avoid that it can be accessed by a hacker. One option is to make it only available in development installations behind a firewall. Configuration dm.zope.profile maintains its configuration in RAM. As a consequence, configuration changes are lost when the process is shut down. You can define the initial configuration on start up via ZCML. For this purpose, the package’s meta.zcml defines the directive config in namespace http://namespaces.zope.org/dm.zope.profile. The configuration uses options with either simple values (timer, type and strip_dirs) or collection values (include, exclude, sort_by, restrictions). Options with simple values are specified via attributes of the config directive. Individual elements of collection values are specified via element subdirectives. Those subdirectives specify the option they provide a partial value for via their name attribute and their contribution via their value attribute. example_config.zcml contains an example. It recreates the code defined default conflguration (and thus serves only as an a demontration). Note: Currently, you cannot omit options in order to inherit them from the the code defined default configuration: if the config directive is used, then the code defined default configuration becomes completely irrelevant. This might change in the future.
RPMPackage python3-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 python3-dm-plone-advancedquery-1.0-1.lbn36.noarch
Small package to allow the use of Products.AdvancedQuery (version 4+) in Plone 5.2+.It provides a (required) adapter for Plone's CatalogTool and an (optional) adapter for Plone's ExtendedPathIndex.You must ensure that its configure.zcml is "executed" at startup. This usually is ensured by extending the buildout definition zcml with dm.plone.advancedquery.
RPMPackage python3-dm-incrementalsearch-3.1-1.lbn36.x86_64
dm.incrementalsearch dm.incrementalsearch is an efficient low level search execution engine. Its primary purpose is to incrementally perform searches involving and, or and not queries over ZODB.BTrees.Incrementally means here that hits are determined one at a time: the first hit, then the second hit, then the third hit, etc. Therefore, the first few hits can be determined extremely fast. But...
RPMPackage python3-diazo-2.0.3-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 python3-dataflake-fakeldap-3.0-1.lbn36.noarch
.. image::
RPMPackage python3-dataflake-cache-2.0-1.lbn36.noarch
:target:
RPMPackage python3-compressed-rtf-1.0.6-1.lbn36.noarch
Compressed Rich Text Format (RTF) compression and decompression packageBased on Rich Text Format (RTF) Compression Algorithm
RPMPackage python3-collective-z3cform-select2-2.1.0-1.lbn36.noarch
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features. If you want to learn more about writing documentation, please check out: This text does not appear on pypi or github. It is a comment.
RPMPackage python3-collective-z3cform-datetimewidget-1.2.9-1.lbn36.noarch
Various z3c.form date and datetime widgets Improved datetime widgets for z3c.form When the emphasis of the application you are designing is on speed and speed alone, then the single field pattern might be your friend. It's particularly useful for data entry applications in which the person who has to enter the data will have to use the same input form time and time again. .. _Date Input...
RPMPackage python3-collective-z3cform-datagridfield-1.5.3-1.lbn36.noarch
.. contents:: Table of ContentsIntroduction Provides a field with a datagrid (table), where each row is a sub form.It is a z3c.form < implementation of the Products.DataGridField < .This product was developed for use with Plone and Dexterity. Requirements * Versions > 1.4 are for Plone 5+, if you use Plone 4.3, use versions 1.3.x * For Python 3.7 at least PyYAML 4.2b1
RPMPackage python3-collective-xmltestreport-2.0.2-1.lbn36.noarch
Introduction This package provides an extension to the test runner to the one that ships with zope.testrunner, as well as a buildout recipe based on zc.recipe.testrunner to install a test script for this test runner.The test runner is identical to the one in zope.testrunner, but it is capable of writing test reports in the XML format output by JUnit/Ant. This allows the test results to be...
RPMPackage python3-collective-venue-4.1-1.lbn36.noarch
collective.venue This package provides an Dexterity Venue type with geolocation support for use with events or any other location specific content. Geolocation If you want to use collective.venue with geolocation behavior, you should add the following line to your eggs buildout section:: eggs collective.venue [geolocation] Changelog 4.1 (2020-07-10) -- fix indexer to work on Zope 4/Python 3....
RPMPackage python3-collective-transmogrifier-3.0.0-1.lbn36.noarch
Transmogrifier Transmogrifier provides support for building pipelines that turn one thing into another. Specifically, transmogrifier pipelines are used to convert and import legacy content into a Plone site. It provides the tools to construct pipelines from multiple sections, where each section processes the data flowing through the pipe.A "transmogrifier pipeline" refers to a description of a...
RPMPackage python3-collective-themesitesetup-2.1.2-1.lbn36.noarch
collective.themesitesetup **collective.themesitesetup** is a plone.app.theming_- plugin for embedding GenericSetup_-steps into zipped theme packages.**collective.themesitesetup** can automatically import one embedded set of generic setup steps during theme activation and another one (so called *uninstall profile*) when theme is deactivated. Yet, also additionals ets can be embedded and...
RPMPackage python3-collective-themefragments-2.12-1.lbn36.noarch
Theme Fragments for Plone Themes_ .. _Plone Themes: Rules may operate on content that is fetched from somewhere other than the current page being rendered by Plone, by using the href attribute to specify a path of a resource relative to the root of the Plone site:: <!-- Pull in extra navigation from a browser view on the Plone site root --> css:theme-children"leftnav" css:content".navitem"
RPMPackage python3-collective-testcaselayer-1.6.1-1.lbn36.noarch
.. -*-doctest-*- collective.testcaselayer The support for layers provided by zope.testing helps to lessen the amount of time consumed during test driven development by sharing expensive test fixtures, such as is often requires for functional test. This package provides several well tested facilities to make writing and using layers faster and easier.The...