Metadata-Version: 1.1
Name: vibes
Version: 0.2rc2
Summary: python Api for VIbes (VIsualizer for Intervals and Boxes)
Home-page: http://enstabretagnerobotics.github.io/VIBES/
Author: EnstaRobotics
Author-email: ben.ensta@gmail.com
License: LGPLv3
Description: VIBes
        =====
        
        **V**isualizer for **I**ntervals and **B**oxes: http://ENSTABretagneRobotics.github.io/VIBES
        
        Get the last version from https://github.com/ENSTABretagneRobotics/VIBES/releases
        
        VIBes is a visualization system that aims at providing people working with interval methods a way to display results (boxes, pavings), without worrying with GUI programming. It provides drawing functions accessible from a lot of programming languages, without complex installation and library dependencies.
        The main design goal of VIBes is to be cross-platform, available from different programming languages, simple to set-up, easy to port to a new language.
        
        VIBes consists in two parts:
        - the VIBes application that features viewing, annotating and exporting figures
        - the VIBes API that enables your program to communicate with the viewer in order to draw figures from C, C++, Python, Matlab...
        
        This package contains the python API.
        
        To install, run
        pip install vibes
        
Keywords: VIbes,Interval Arithmetics,Graphics Tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
