supersmoother


Namesupersmoother JSON
Version 0.4 PyPI version JSON
download
home_pagehttp://github.com/jakevdp/supersmoother
SummaryPython implementation of Friedman's Supersmoother
upload_time2017-05-06 03:15:23
maintainer
docs_urlNone
authorJake VanderPlas
requires_python
licenseBSD 3-clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
SuperSmoother in Python
=======================
This is an efficient implementation of Friedman's SuperSmoother based in
Python. It makes use of numpy for fast numerical computation.

For more information, see the github project page:
http://github.com/jakevdp/supersmoother

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/jakevdp/supersmoother",
    "name": "supersmoother",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jake VanderPlas",
    "author_email": "jakevdp@uw.edu",
    "download_url": "https://files.pythonhosted.org/packages/73/d7/44f69557f2685e80ef7d558b605b080cbb9ae9500c154e4105dbdddb017e/supersmoother-0.4.tar.gz",
    "platform": "",
    "description": "\nSuperSmoother in Python\n=======================\nThis is an efficient implementation of Friedman's SuperSmoother based in\nPython. It makes use of numpy for fast numerical computation.\n\nFor more information, see the github project page:\nhttp://github.com/jakevdp/supersmoother\n",
    "bugtrack_url": null,
    "license": "BSD 3-clause",
    "summary": "Python implementation of Friedman's Supersmoother",
    "version": "0.4",
    "project_urls": {
        "Download": "http://github.com/jakevdp/supersmoother",
        "Homepage": "http://github.com/jakevdp/supersmoother"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73d744f69557f2685e80ef7d558b605b080cbb9ae9500c154e4105dbdddb017e",
                "md5": "0d4953293776ed4932b8e14d0adb9f3d",
                "sha256": "aeef4e1b00c32316d624ea7e3ac87c244bf2e59abbb6c042e7791f69ae0669cb"
            },
            "downloads": -1,
            "filename": "supersmoother-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0d4953293776ed4932b8e14d0adb9f3d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 233774,
            "upload_time": "2017-05-06T03:15:23",
            "upload_time_iso_8601": "2017-05-06T03:15:23.080600Z",
            "url": "https://files.pythonhosted.org/packages/73/d7/44f69557f2685e80ef7d558b605b080cbb9ae9500c154e4105dbdddb017e/supersmoother-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-05-06 03:15:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jakevdp",
    "github_project": "supersmoother",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "supersmoother"
}
        
Elapsed time: 0.11254s