Metadata-Version: 1.1
Name: mkcffi
Version: 0.1
Summary: Bootstrap cffi wrappers
Home-page: http://github.com/amirouche/mkcffi
Author: Amirouche Boubekki
Author-email: amirouche.boubekki@gmail.com
License: AGPL
Description: 
        mkcffi
        ######
        
        This command will output the needed files for a doing
        a ``ffi.dlopen`` in the header basename prepended by ``c``::
        
          mkcffi path/to/include/header.h
        
        
        You will still need to do some tweaking but it helps.
        
        `forge <https://github.com/amirouche/mkcffi>`.
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
