Metadata-Version: 2.1
Name: simplewrap
Version: 0.3.3
Summary: Easy to use wrappers generator for C libraries based on ctypes.
Home-page: http://occiput.scienceontheweb.net/
Author: Stefano Pedemonte
Author-email: stefano.pedemonte@gmail.com
License: LICENSE.txt
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
License-File: LICENSE

==========
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 






