Metadata-Version: 2.1
Name: foolbox-native
Version: 0.1.0
Summary: Foolbox Native is an extension for Foolbox that tries to bring native performance to Foolbox. This extension is a prototype with the goal of ultimately becoming part of Foolbox itself.
Home-page: https://github.com/jonasrauber/foolbox-native
Author: Jonas Rauber
Author-email: git@jonasrauber.de
License: UNKNOWN
Description: ==============
        Foolbox Native
        ==============
        
        Foolbox Native is an extension for `Foolbox <https://github.com/bethgelab/foolbox>`_
        that tries to bring native performance to Foolbox. This extension is a
        prototype with the goal of ultimately becoming part of Foolbox itself.
        
        Installation
        ------------
        
        .. code-block:: bash
        
           pip install --upgrade foolbox-native
        
        
        Example
        -------
        
        .. code-block:: python
        
           import foolbox.ext.native
           print(foolbox.ext.native.__version__)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/x-rst
Provides-Extra: testing
