Metadata-Version: 2.1
Name: cwrap
Version: 1.6.0
Summary: cwrap - ctypes blanket
Home-page: https://github.com/Statoil/cwrap
Author: Statoil ASA
Author-email: fg_gpl@statoil.com
License: GPL-3.0
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: six

=======
cwrap
=======

Introduction
------------

Cwrap is a meta library using ctypes to quickly load and call C functions from
Python. It's primarily desgined to be practicaul and useful for the ecl
library https://github.com/statoil/libecl, but isn't tied to it.


