Metadata-Version: 2.1
Name: bcert
Version: 0.0.1
Summary: Bound certification of Lipschitz function on compact space
Home-page: https://gitlab.com/plut0n/bcert
Author: Xavier Valcarce
Author-email: xvalcarce@protonmail.com
License: BSD
Description: ![alt text][license]
        
        [license]: https://img.shields.io/badge/License-BSD--2-blue.svg
        
        ![logo](https://valcarce.fr/img/bcert_logo.png) BCert
        =====
        
        BCert provide a Python implementation for bound certificate of Lipschitz function on a compact space.
        
        Installation
        ------------
        
        ### Via pip
        
        If you are using [pip](https://pypi.org/project/pip/) you can run ``pip install bcert`` to get the latest version.
        
        ### From source
        
        You will need to have at least the following Python packages installed:
        - [NumPy](http://www.numpy.org/)
        
        If you are installing BCert manually, you can choose between [development version](https://gitlab.com/plut0n/bcert/tree/master) or [source releases](https://gitlab.com/plut0n/bcert/tags).  
        You can then install BCert using ``python setup.py install``.  
        
        License
        -------
        
        BCert is free and open source software and available to you under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause)
        
        
Keywords: certification bound Lipschitz
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
