Metadata-Version: 1.0
Name: python-libmed
Version: 0.1.0
Summary: Manipulation of MED files.
Home-page: https://www.logilab.org/project/python-libmed
Author: Logilab S.A. (Paris, France)
Author-email: contact@logilab.fr
License: LGPL
Description: python-libmed is a package that provides a wrapper to the libmed C library to
        manipulate MED files; the wrapping is done using Cython. MED files are used to
        store and exchange meshed data or computation results. The underlying file
        format is HDF5.
        
        python-libmed's user interface (API) consists of pure Python modules that
        allow manipulation of fundamental components of a MED file (the file itself,
        meshes, fields, numerical parameters, etc.). The main entry point is the
        MEDFile class which provides an interface to a MED file and to its components.
        
Platform: UNKNOWN
Classifier: ['Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', 'Programming Language :: Python', 'Programming Language :: Cython', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Physics', 'Topic :: Software Development :: Libraries :: Python Modules']
