zss


Namezss JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://www.github.com/timtadh/zhang-shasha
SummaryTree edit distance using the Zhang Shasha algorithm
upload_time2018-03-12 15:02:20
maintainer
docs_urlhttps://pythonhosted.org/zss/
authorTim Henderson
requires_python
license
keywords
VCS
bugtrack_url
requirements nose numpy six editdistance
Travis-CI
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/timtadh/zhang-shasha",
    "name": "zss",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/zss/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tim Henderson",
    "author_email": "tim.tadh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/d1/ed34d12f55d07cc1efb61d74fb2f64f46a705557f5bdd1ef1b810f0e2ec5/zss-1.2.0.tar.gz",
    "platform": "",
    "description": "",
    "bugtrack_url": null,
    "license": "",
    "summary": "Tree edit distance using the Zhang Shasha algorithm",
    "version": "1.2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "67d5c877eae80973116fcc7c22869c30",
                "sha256": "07bb937441929ccb82961f4f7b80fbce9e2b20d0e46ddcbcbc1fcb094f585b50"
            },
            "downloads": -1,
            "filename": "zss-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "67d5c877eae80973116fcc7c22869c30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9790,
            "upload_time": "2018-03-12T15:02:20",
            "upload_time_iso_8601": "2018-03-12T15:02:20.208297Z",
            "url": "https://files.pythonhosted.org/packages/1e/d1/ed34d12f55d07cc1efb61d74fb2f64f46a705557f5bdd1ef1b810f0e2ec5/zss-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-03-12 15:02:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "timtadh",
    "github_project": "zhang-shasha",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "nose",
            "specs": [
                [
                    ">=",
                    "1.1.2"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.7"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    ">=",
                    "1.8"
                ]
            ]
        },
        {
            "name": "editdistance",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "zss"
}
        
Elapsed time: 0.02125s