Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install cs.recipe.checkinterval

How to install cs.recipe.checkinterval

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install cs.recipe.checkinterval
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
1.0 Available View build log
 
License
GPL
Lastest release
version 1.0 on Jan 9th, 2014

Introduction

This products uses jarn.checkinterval product to calculate the value of the python-check-interval option in Zope's configuration.

It's integrated into zc.buildout process, so it's just a 3 line add to your buildout, and each time you run it, you'll get the correct value for your setup, so no more need to execute manually the script.

Configuration

Add a part in your buildout file pointing to this recipe before the part that creates the Zope instance, as follows:

[buildout]
parts =
    ...
    checkinterval
    instance
    ...

[checkinterval]
recipe = cs.recipe.checkinterval

And then, just use the value provided by the recipe in your instance part:

[instance]
...
python-check-interval = ${checkinterval:value}
...

And that's it.

More about check-interval

Please, read jarn.checkinterval's README to get more information about it.

Changelog

1.0 (2012/10/05)
  • Initial release [erral]

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.