dtw


Namedtw JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/pierre-rouanet/dtw
SummaryPython DTW Module
upload_time2019-10-29 08:20:00
maintainer
docs_urlNone
authorPierre Rouanet
requires_python
licenseGNU GENERAL PUBLIC LICENSE Version 3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pierre-rouanet/dtw",
    "name": "dtw",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pierre Rouanet",
    "author_email": "pierre.rouanet@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/66/a0/21d6ec377b8d5832218700e236205f8cdea38b3b2cdd0a732be170e2809b/dtw-1.4.0.tar.gz",
    "platform": "",
    "description": "\nDtw is a Python Module for computing Dynamic Time Warping distance. It can be used as a similarity measured between temporal sequences.\n\nMore info can be found at: https://github.com/pierre-rouanet/dtw\n\nIt is compatible with Python 2.7-3.6 and is distributed under the GPLv3 license.\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE Version 3",
    "summary": "Python DTW Module",
    "version": "1.4.0",
    "project_urls": {
        "Homepage": "https://github.com/pierre-rouanet/dtw"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66a021d6ec377b8d5832218700e236205f8cdea38b3b2cdd0a732be170e2809b",
                "md5": "7cb9086b7200a0df069d65f40dfe19f9",
                "sha256": "6be2d561cbebede2550d877b32ea4b5c058dced6a846603d7881d214c29f88bc"
            },
            "downloads": -1,
            "filename": "dtw-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7cb9086b7200a0df069d65f40dfe19f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4653,
            "upload_time": "2019-10-29T08:20:00",
            "upload_time_iso_8601": "2019-10-29T08:20:00.338789Z",
            "url": "https://files.pythonhosted.org/packages/66/a0/21d6ec377b8d5832218700e236205f8cdea38b3b2cdd0a732be170e2809b/dtw-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-10-29 08:20:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pierre-rouanet",
    "github_project": "dtw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dtw"
}
        
Elapsed time: 0.22874s