Metadata-Version: 1.1
Name: pybufr-ecmwf
Version: 0.80
Summary: a python interface around the ECMWF-BUFR library.
Home-page: http://code.google.com/p/pybufr-ecmwf/
Author: Jos de Kloe
Author-email: josdekloe@gmail.com
License: GPLv2
Download-URL: http://code.google.com/p/pybufr-ecmwf/source/checkout
Description: a python interface around the Fortran90 ECMWF-BUFR library
        constructed using the f2py interface generation tool.
        The equivalent subroutines to the ones in the ECMWF-BUFR
        library are made available to python, but also a set of wrapper
        routines/classes is implemented to
        create also a more object-oriented/pythonic interface.
        Building the interface is still a bit rough, and may require some
        editing of the setup.cfg file to choose the correct fortran and c-compiler.
        Alternatively some dedicated commandline options have been
        added to the setup.py script to allow changing these settings.
        Run 'setup.py build --help' to get a list of the currently available
        build options.
        
Platform: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires: numpy
Requires: numpy.f2py
Requires: subprocess
Provides: pybufr_ecmwf
