Personal tools
Skip to content. | Skip to navigation
Python client to Zaqar messaging service API v1
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.).
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....
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) 4 And with manuel, it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh.
************************* 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...
*********************** 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...