-
python2-zc-customdoctests-1.0.1-1.lbn25.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......
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-lockfile-2.0-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-monitor-0.4.0.post1-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-recipe-deployment-1.3.0-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-recipe-egg-2.0.7-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-recipe-testrunner-2.2-1.lbn25.noarch
****************** Test-Runner Recipe ****************** .. image::
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-relation-1.1.post2-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-relationship-2.0.post1-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-sourcefactory-1.1-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-zc-z3monitor-0.8.0-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25