Metadata-Version: 1.0
Name: PyDBC
Version: 0.2.1
Summary: Contracts for Python 2.2+
Home-page: http://savannah.nongnu.org/projects/pydbc/
Author: Daniel Arbuckle
Author-email: djarb@highenergymagic.org
License: GNU Lesser General Public License (LGPL)
Description: Uses a Python metaclass to implement
        preconditions, postconditions and invarients. The contracts can
        be enabled or disabled on either a per module or per class
        basis.  When contracts are not enabled for a particular class,
        they impose no execution time overhead at all on it.
Keywords: DBC,contract
Platform: Any Python 2.2+
