Metadata-Version: 1.1
Name: dtw
Version: 1.3.2
Summary: Python DTW Module
Home-page: https://github.com/pierre-rouanet/dtw
Author: Pierre Rouanet
Author-email: pierre.rouanet@gmail.com
License: GNU GENERAL PUBLIC LICENSE Version 3
Description: 
        Dtw is a Python Module for computing Dynamic Time Warping distance. It can be used as a similarity measured between temporal sequences.
        
        More info can be found at: https://github.com/pierre-rouanet/dtw
        
        It is compatible with Python 2.7-3.6 and is distributed under the GPLv3 license.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
