Metadata-Version: 1.1
Name: vecvis
Version: 1.0
Summary: A module for showing and filtering vectors
Home-page: https://gitlab.fsi.hochschule-trier.de/goertzm/bachelor
Author: Moritz Goertz
Author-email: goertzm@hochschule-trier.de
License: MIT
Description: VecVis
        ======
        A tool for visualization and filtering of vectors.
        
        Features
        --------
        - Simple to use API
        - Clear visualization of vectors in a starchart.
        - Filtering of vectors.
        	- Only show Pareto-optimal vectors.
        	- Constrain the vectors by valueranges for each dimension.
        
        How to use
        ----------
        After you have installed VecVis you are ready to go.   
        The only way to start the GUI and add vectors is via API.
        The available functions are listed at readthedocs_.
        This version does not work on Mac OS X.
        
        .. _readthedocs: http://vecvis.readthedocs.io/en/latest/#availabe-functions
        
        Example use:
        
        .. code-block:: python
        
           from vecvis import API
           
           app = API(3)
           app.add_vector((1,0.4,1.3))
Keywords: vector visualization starchart pareto filter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
