You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-zope-app-container-4.0.0-1.lbn36.noarch
This package define interfaces of container components, and provides sample container implementations such as a BTreeContainer and OrderedContainer.CHANGES 4.0.0 (2017-04-24) - Added support for PyPy and Python 3.4, 3.5 and 3.6.3.9.2 (2012-01-23) - Replaced an undeclared test dependency on zope.app.authentication with zope.password.- Removed undeclared test dependency on zope.app.folder.-...
RPMPackage python3-zope-app-component-4.1.0-2.lbn36.noarch
NOTE: this package is deprecated. Its functionality has been moved to more reusable packages, namely: zope.component, zope.security, zope.site and zope.componentvocabulary. Please import from there instead.This package provides various ZCML directives (view, resource) and a user interface related to local component management. .. contents:: 4.1.0 (2018-10-22) - Add support for Python 3.7....
RPMPackage python3-zope-app-catalog-4.0.0-1.lbn36.noarch
This package provides ZMI-based browser management pages and menu items for zope.catalog - the cataloging and indexing framework for Zope 3.CHANGES 4.0.0 (2017-05-05) - Add support for Python 3.4, 3.5, 3.6 and PyPy.- Remove test dependency on zope.app.testing and zope.app.zcmlfiles, among others. 3.8.1 (2010-01-08) - Removed unneeded dependencies on zope.app.publisher and zope.app.form, moved...
RPMPackage python3-zope-app-broken-4.0.0-1.lbn36.noarch
When an object cannot be correctly loaded from the ZODB, this package allows this object still to be instantiated, but as a "Broken" object. This allows for gracefully updating the database without interuption. 4.0.0 (2017-05-16) - Add support for Python 3.4, 3.5, 3.6 and PyPy.- Change dependency on ZODB3 to ZODB.- The browser.zcml will only be loaded if zope.browserpage is installed.-...
RPMPackage python3-zope-app-basicskin-4.0.0-1.lbn36.noarch
A very simple skin for the original Zope 3 ZMI.CHANGES 4.0.0 (2017-04-22) - Add support for Python 3.4, 3.5, and 3.6. - Add support for PyPy. 3.5.1 (2010-09-25) - Added test extra to declare test dependency on zope.component [test]. 3.5.0 (2009-12-16) - Avoid extraneous testing dependencies and remove test extra.- Avoid zope.app.component testing dependency.- Removed BBB import for...
RPMPackage python3-zope-app-authentication-4.0.0-1.lbn36.noarch
This package provides a flexible and pluggable authentication utility for Zope 3, using zope.pluggableauth. Several common plugins are provided. .. contents:: Pluggable-Authentication Utility The Pluggable-Authentication Utility (PAU) provides a framework for authenticating principals and associating information with them. It uses plugins and subscribers to get its work done.For a pluggable-...
RPMPackage python3-zope-app-appsetup-4.1.0-1.lbn36.noarch
This package provides application setup helpers for the Zope3 appserver.
RPMPackage python3-zope-app-applicationcontrol-4.0.0-1.lbn36.noarch
zope.app.applicationcontrol The application control instance is usually generated upon startup. This package provides runtime information adapter for application control and Zope version. Also provide a utility with methods for shutting down and restarting the server. Developer Resources -- Subversion browser: Read-only Subversion checkout:: $ svn co Writable Subversion checkout:: $ svn co...
RPMPackage python3-zope-annotation-4.7.0-1.lbn36.noarch
zope.annotation README This package provides a mechanism to store additional information about objects without need to modify object class.
RPMPackage python3-zope-4.8.11-4.lbn36.noarch
Zope is an open-source web application server. * Zope is free of cost and distributed under an open-source license. There are many non-free commercial application servers that are relatively expensive. * Zope itself is an inclusive platform. It ships with all the necessary components to begin developing an application. You don’t need to license extra software to support Zope (e.g., a relational database) in order to develop your application. This also makes Zope very easy to install. Many other application servers have “hidden” costs by requiring that you license expensive software or configure complex, third-party infrastructure software before you can begin to develop your application. * Zope allows and encourages third-party developers to package and distribute ready-made applications. Due to this, Zope has a wide variety of integrated services and add-on packages available for immediate use. Most of these components, like Zope itself, are free and open-source. Zope’s popularity has bred a large community of application developers. * Applications created in Zope can scale almost linearly using Zope’s built-in “Zope Enterprise Objects” (ZEO) clustering solution. Using ZEO, you can deploy a Zope application across many physical computers without needing to change much (if any) of your application code. Many application servers don’t scale quite as transparently or as predictably. * Zope provides a granular and extensible security framework. You can easily integrate Zope with diverse authentication and authorization systems, such as LDAP, Kerberos, and RADIUS, simultaneously and using pre-built modules. Many other application servers lack support for important authentication and authorization systems.
RPMPackage python3-zodbverify-1.2.0-1.lbn36.noarch
zodbverify Overview Verify a ZODB by iterating and loading all records. Problems are reported in detail. A debugger is provided, together with decompilation information.zodbverify is available as a standalone script and as addon for plone.recipe.zope2instance.Script The verification runs on a plain ZODB file. The Zope application is not started.Run i.e.:: bin/zodbverify -f...
RPMPackage python3-zodbupdate-1.5-1.lbn36.noarch
zodbupdate - Update existing databases to match your software This package provides a tool that automatically identifies and updates references from persistent objects to classes that are in the process of being moved from one module to another and/or being renamed.If a class is being moved or renamed, you need to update all references from your database to the new name before finally...
RPMPackage python3-zodbpickle-2.3-1.lbn36.x86_64
zodbpickle README :alt: Python versions
RPMPackage python3-zodbbrowser-0.17.1-1.lbn36.noarch
ZODB Browser |buildstatus|_ |appveyor|_ |coverage|_The ZODB browser allows you to inspect persistent objects stored in the ZODB, view their attributes and historical changes made to them... warning:: ZODB is based on Python pickles, which are not secure -- they allow **arbitrary command execution**. Do not use zodbbrowser on databases from untrusted sources... contents:: Usage as a standalone...
RPMPackage python3-zodb3-3.11.0-2.lbn36.noarch
ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO The ZODB3 distribution is a "meta" distribution that requires projects: ZODB, persistent, BTrees and ZEO, which, in the past, were included in the ZODB 3 project.For more information on ZODB, persistent, BTrees, and ZEO, see the respective project pages in PyPI:- . Change History
RPMPackage python3-zodb-5.8.0-1.lbn36.noarch
ZODB, a Python object-oriented database :target:
RPMPackage python3-zexceptions-4.2-1.lbn36.noarch
zExceptions contains common exceptions and helper functions related to exceptions as used in Zope.Changelog 4.2 (2021-10-22) -- Add support for Python 3.8, 3.9 and 3.10.- Drop support for Python 3.4.- Add an exception for the HTTP status code 418.- Don't override the content-type header if already set. (12 < 4.1 (2018-10-05) -- Add support for Python 3.7. 4.0 (2018-01-27) -- Drop support for...
RPMPackage python3-zestreleaser-towncrier-1.2.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.zestreleaser.towncrier This calls towncrier < when releasing a package with zest.releaser < towncrier updates your history file (like...
RPMPackage python3-zest-releaser-6.22.2-1.lbn36.noarch
Package releasing made easy: zest.releaser overview and installation zest.releaser is collection of command-line programs to help you automate the task of releasing a Python project.It does away with all the boring bits. This is what zest.releaser automates * It updates the version number. The version number can either be in setup.py or version.txt or in a __versions__ attribute in a Python...
RPMPackage python3-zest-pocompile-1.6.0-1.lbn36.noarch
Introduction This package compiles po files. It contains a zest.releaser_ entrypoint and a stand-alone command line tool.You want to release a package that has a locales dir (or locale, or something else as long as it has a LC_MESSAGES folder somewhere in it) with translations in .po files. You want to include the compiled .mo files in your release as well, but you do not want to keep those in...