Metadata-Version: 1.1
Name: simplewrap
Version: 0.3.0
Summary: Easy to use wrappers generator for C libraries based on ctypes.
Home-page: http://www.occiput.io/
Author: Stefano Pedemonte
Author-email: stefano.pedemonte@gmail.com
License: LICENSE.txt
Description: ==========
        simplewrap
        ==========
        
        Simple wrapper for C libraries based on Ctypes. 
        
        
        Installation
        ============
        
        pip install simplewrap
        
        or download source files, uncompress, at the command line cd to the downloaded folder and run: 
        
        python setup.py build test install 
        
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Mathematics
