You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-zeo-5.3.0-1.lbn36.noarch
ZEO - Single-server client-server database server for ZODB ZEO is a client- server storage for ZODB <>_ for sharing a single storage among many clients. When you use ZEO, a lower-level storage, typically a file storage, is opened in the ZEO server process. Client programs connect to this process using a ZEO ClientStorage. ZEO provides a consistent view of the database to all clients. The ZEO...
RPMPackage python2-zdaemon-4.3-3.lbn36.noarch
***************************************************** zdaemon process controller for Unix-based systems *****************************************************zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons... contents:: Using zdaemon zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix)...
RPMPackage python2-zdaemon-4.3-3.lbn36.noarch
***************************************************** zdaemon process controller for Unix-based systems *****************************************************zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons... contents:: Using zdaemon zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix)...
RPMPackage text/h323 python2-zconfig-3.6.0-1.lbn36.noarch
ZConfig: Schema-driven configuration :target:
RPMPackage python2-zc-zrs-3.1.0-1.lbn36.noarch
ZODB Replicated Storage ZODB replicated storage (ZRS) provides database replication for ZODB. For each database, a primary storage and one or more secondary storages may be defined. The secondary storages will automatically replicate data from the primary storage.Replication is superior to back-ups because as long as secondaries are running, secondary data is kept updated. In the event of a...
RPMPackage python2-zc-zdaemonrecipe-1.0.0-1.lbn36.noarch
************** zdaemon recipe **************The zdaemon recipe provides support for generating zdaemon-based run .. contents::Releases 1.0.0 (unreleased) - Python 3 support. 0.3.1 (2013-04-01) - Add MANIFEST.in, necessary with the move to git. 0.3 (2013-04-01) - Added shell-script setting. When true, shell scripts that refer to a zdaemon script in the software installation are generated...
RPMPackage python2-zc-z3monitor-0.8.0-1.lbn36.noarch
Zope 3 Monitor Server The Zope 3 monitor server is a server that runs in a Zope 3 process and that provides a command-line interface to request various bits of information. It is based on zc.monitor, which is itself based on zc.ngi, so we can use the zc.ngi testing infrastructure to demonstrate it.This package provides several Zope 3 and ZODB monitoring and introspection tools that work...
RPMPackage python2-zc-sourcefactory-1.1-1.lbn36.noarch
Source Factories Source factories are used to simplify the creation of sources for certain standard cases.Sources split up the process of providing input fields with choices for users into several components: a context binder, a source class, a terms class, and a term class.This is the correct abstraction and will fit many complex cases very well. To reduce the amount of work to do for some...
RPMPackage python2-zc-relationship-2.0.post1-1.lbn36.noarch
zc.relationship The zc.relationship package currently contains two main types of components: a relationship index, and some relationship containers. Both are designed to be used within the ZODB, although the index is flexible enough to be used in other contexts. They share the model that relationships are full- fledged objects that are indexed for optimized searches. They also share the...
RPMPackage python2-zc-relation-1.1.post2-1.lbn36.noarch
Relation Catalog .. contents::Overview The relation catalog can be used to optimize intransitive and transitive searches for N-ary relations of finite, preset dimensions.For example, you can index simple two-way relations, like employee to supervisor; RDF-style triples of subject-predicate-object; and more complex relations such as subject-predicate-object with context and state. These can be...
RPMPackage python2-zc-recipe-testrunner-2.2-1.lbn36.noarch
****************** Test-Runner Recipe ****************** .. image::
RPMPackage python2-zc-recipe-egg-2.0.7-1.lbn36.noarch
******************************** Buildout Egg-Installation Recipe ********************************.. contents::The egg-installation recipe installs eggs into a buildout eggs directory. It also generates scripts in a buildout bin directory with egg paths baked into them. Change History **************2.0.7 (2018-07-02) - For the 2.0.6 change, we require zc.buildout 2.12.0. The install_requires...
RPMPackage python2-zc-recipe-deployment-1.3.0-1.lbn36.noarch
*********************** Unix Deployment Support ***********************.. contents::The zc.recipe.deployment recipe provides support for deploying applications with multiple processes on Unix systems. (Perhaps support for other systems will be added later.) It creates directories to hold application instance configuration, log and run-time files. It also sets or reads options that can be read...
RPMPackage python2-zc-monitor-0.4.0.post1-1.lbn36.noarch
Monitor Server The monitor server is a server that provides a command-line interface to request various bits of information. The server is zc.ngi based, so we can use the zc.ngi testing infrastructure to demonstrate it. >>> import zc.ngi.testing >>> import zc.monitor >>> connection zc.ngi.testing.TextConnection() >>> server zc.monitor.Server(connection)The server supports an extensible set of...
RPMPackage python2-zc-lockfile-2.0-1.lbn36.noarch
************************* Basic inter-process locks *************************The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to *other* files. For...
RPMPackage python2-zc-customdoctests-1.0.1-1.lbn36.noarch
zc.customdoctests -- Use doctest with other languages doctest (and recently manuel) provide hooks for using custom doctest parsers. zc.customdoctests helps to leverage this to support other languages, such as JavaScript:: js> function double (x) { ... return x*2; ... } js> double(2) And with manuel < it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh......
RPMPackage python2-zc-catalog-3.0-1.lbn36.noarch
zc.catalog is an extension to the Zope 3 catalog, Zope 3's indexing and search facility. zc.catalog contains a number of extensions to the Zope 3 catalog, such as some new indexes, improved globbing and stemming support, and an alternative catalog implementation. .. contents::3.0 (2019-03-21) - Drop support for Python 3.4 as it reached its end of life.- Add support for Python 3.7 and 3.8a2....
RPMPackage python2-zc-buildout-2.13.7-1.lbn36.noarch
Buildout Buildout is a project designed to solve 2 problems:1. Application- centric assembly and deployment *Assembly* runs the gamut from stitching together libraries to create a running program, to production deployment configuration of applications, and associated systems and tools (e.g. run- control scripts, cron jobs, logs, service registration, etc.). Buildout might be confused with...
RPMPackage python2-z3c-zcmlhook-1.1-1.lbn36.noarch
ethodIntroduction This package provides means of hooking into the Zope (ZCML) configuration Custom ZCML actions -It is sometimes useful to execute a function during the execution of configuration actions, for example to perform one-off configuration that does not warrant a new directive. The <zcml:customAction /> directive is provided for this purpose.For example, you may want to call a...
RPMPackage python2-z3c-unconfigure-1.1-1.lbn36.noarch
Documentation Introduction This package allows you to disable specific bits of ZCML configuration that may occur in other packages. For instance, let's consider a simple ZCML directive that prints strings and a silly one that prints lolcat messages: >>> zcml(""" ... <print msg"Hello World!" /> ... <lolcat who"I" canhas"cheezburger" /> ... """) Hello World! I can has cheezburger?Now let's say...