Metadata-Version: 1.0
Name: cfficloak
Version: 1.3
Summary: A simple but flexible module for creating object-oriented, pythonic CFFI wrappers.
Home-page: https://github.com/andrewleech/cfficloak
Author: Andrew Leech
Author-email: andrew@alelec.net
License: UNKNOWN
Description: cfficloak - A simple but flexible module for creating object-oriented, pythonic CFFI wrappers.
        This is an extension of cfficloak from https://bitbucket.org/memotype/cffiwrap
        
        The intension is to more fully wrap/hide binary extensions build with cffi to improve auto-completion, inspection of objects and reading/writing/copying/assigning to c objects, especially structs and unions.
        
        Install with 
        # pip install cfficloak
        or 
        # pip install https://github.com/andrewleech/cfficloak/archive/master.zip
        
        Documentation is here: http://cfficloak.readthedocs.org/
        
        Copyright (c) 2016, Andrew Leech <andrew@alelec.net>
        
        Original cfficloak Copyright (c) 2013, Isaac Freeman <memotype@gmail.com>
        All rights reserved.
        
        Licensed under Apache License, Version 2.0.
        See LICENSE.txt for licensing details.
        
Platform: UNKNOWN
