Metadata-Version: 2.1
Name: sigmentation
Version: 0.1.2
Summary: Univariate Data Segmentation using Genetic Algorithm
Home-page: https://gitlab.com/sigmentation/sigmentation
Author: Zeyd Boukhers <zeyd@boukhers.com>, Matthias Lohr <mail@mlohr.com>
License: Apache License 2.0
Project-URL: Documentation, https://gitlab.com/sigmentation/sigmentation
Project-URL: Source, https://gitlab.com/sigmentation/sigmentation
Project-URL: Tracker, https://gitlab.com/sigmentation/sigmentation/issues
Description: # Sigmentation Tool
        
        *Univariate Data Segmentation using Genetic Algorithm*
        
        ## Package Contents
        
        This package contains the following commands:
        
        ### `sigmentation`
        
        Performs the segmentation process.
        Take a look at `sigmentation --help` to get a list of all available options.
        
        
        ### `nparray2json`
        
        Converts numpy files to json arrays.
        Take a look at `nparray2json --help` to get a list of all available options.
        
        
        ## Setup
        
        You can install the latest released version by executing
        ```
        pip install sigmentation
        ```
        You can also install the latest version available in the repository by executing
        ```
        pip install git+https://gitlab.com/sigmentation/sigmentation@master
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
