Metadata-Version: 1.1
Name: xbob.extension
Version: 0.1.0
Summary: Helps projects building Python/C++ extensions for Bob
Home-page: http://pypi.python.org/pypi/xbob.extension
Author: Andre Anjos
Author-email: andre.anjos@idiap.ch
License: GPLv3
Description: ===========================================
         Python/C++ Bob Extension Building Support
        ===========================================
        
        This package provides a ``pkg-config`` bridge for Python/C++ extensions for
        `Bob <http://www.idiap.ch/software/bob/>`_. You use this package by including it
        in the ``setup_requires`` field of your ``setup.py`` file.
        
        Building with ``zc.buildout`` is possible using the ``develop`` recipe in
        `xbob.buildout <http://pypi.python.org/pypi/xbob.buildout>`_. Follow the
        instructions described on that package for this recipe.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
