Metadata-Version: 1.1
Name: CodeViking.contracts
Version: 0.12.5
Summary: Function and method call contracts
Home-page: https://bitbucket.org/codeviking/python-codeviking.contracts/
Author: Dan Bullok
Author-email: opensource@codeviking.com
License: MIT
Description: codeviking.contracts README
        ===========================
        Provides easy-to-use
        [contract](http://en.wikipedia.org/wiki/Design_by_contract) enforcement for
        Python 3
        
        *This software is in a very early state.  You probably don't want to use it
        yet.*
        
        
        Provides the following types of contracts:
        
        - function signature checking (automatically extracted from function
        annotations)
        - preconditions
        - postconditions
        - invariants
        
        
        Requirements
        ------------
        
        * Python 3.3+
        
        Installation
        ------------
        
            pip install codeviking.contracts
        
        Documentation
        -------------
        
            http://codeviking-contracts.readthedocs.org/
        
        Support
        -------
        
        See the project home page at
        https://bitbucket.org/codeviking/python-codeviking.contracts/
        to file a bug report or request a feature.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
