Refbinder

Modified version of "Decorator for BindingConstants at compile time" with a mass-binder


License
Other
Install
pip install Refbinder

Documentation

Refbinder

Refbinder is a modified version of Raymond Hettinger's Decorator for BindingConstants at compile time (Python recipe) with a convenient API for mass-binding.

To enable Refbinder in a program that uses it, install Refbinder and set the environmental variable REFBINDER_AUTOENABLE to 1.

Installation

python setup.py install

This installs the module refbinder.

Running the tests

Install Twisted, then run trial refbinder